Searched defs:image_offset (Results 1 - 19 of 19) sorted by path

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc142 int image_offset,
153 image_offset, 0, icon_width, icon_height,
162 int image_offset,
171 DrawIconAtLocation(canvas, image, image_offset, dst_x, dst_y, icon_width,
1333 int image_offset = loading_animation_frame_ * icon_size; local
1334 DrawIconCenter(canvas, frames, image_offset,
140 DrawIconAtLocation(gfx::Canvas* canvas, const gfx::ImageSkia& image, int image_offset, int dst_x, int dst_y, int icon_width, int icon_height, bool filter, const SkPaint& paint) argument
160 DrawIconCenter(gfx::Canvas* canvas, const gfx::ImageSkia& image, int image_offset, int icon_width, int icon_height, const gfx::Rect& bounds, bool filter, const SkPaint& paint) argument
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.cc94 const gfx::Vector2d& image_offset,
887 const gfx::Vector2d& image_offset,
883 StartDragging( const DropData& drop_data, WebDragOperationsMask allowed_operations, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate_view.h53 const gfx::Vector2d& image_offset,
50 StartDragging(const DropData& drop_data, blink::WebDragOperationsMask allowed_ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc192 const gfx::Vector2d& image_offset,
188 StartDragging( const DropData& drop_data, blink::WebDragOperationsMask allowed_ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
H A Dweb_contents_view_aura.cc1204 const gfx::Vector2d& image_offset,
1221 drag_utils::SetDragImageOnDataObject(image, image_offset, &data);
1200 StartDragging( const DropData& drop_data, blink::WebDragOperationsMask operations, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
H A Dweb_contents_view_guest.cc236 const gfx::Vector2d& image_offset,
248 view->StartDragging(drop_data, ops, image, image_offset, event_info);
232 StartDragging( const DropData& drop_data, WebDragOperationsMask ops, const gfx::ImageSkia& image, const gfx::Vector2d& image_offset, const DragEventSourceInfo& event_info) argument
/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc195 int image_offset = image_stride * rect.top() + local
206 image_buffer + image_offset, image_stride,
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h490 /* image_offset :: The offset to image data in `EBDT'. */
515 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttsbit.c961 FT_ULong image_start = 0, image_end = 0, image_offset; local
977 image_offset = FT_NEXT_ULONG( p );
981 if ( image_offset > (FT_ULong)( p_limit - p ) )
984 p += image_offset;
991 image_offset = FT_NEXT_ULONG ( p );
995 case 1: /* 4-byte offsets relative to `image_offset' */
1027 case 3: /* 2-byte offsets relative to 'image_offset' */
1120 image_start = image_offset + image_start;
H A Dttsbit0.c803 FT_ULong image_start = 0, image_end = 0, image_offset; local
819 image_offset = FT_NEXT_ULONG( p );
822 if ( decoder->eblc_base + decoder->strike_index_array + image_offset <
826 p = decoder->eblc_base + decoder->strike_index_array + image_offset;
833 image_offset = FT_NEXT_ULONG ( p );
837 case 1: /* 4-byte offsets relative to `image_offset' */
869 case 3: /* 2-byte offsets relative to 'image_offset' */
967 image_start = image_offset + image_start;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource.h82 struct offset_pair *image_offset[I915_MAX_TEXTURE_2D_LEVELS]; member in struct:i915_texture
/external/chromium_org/ui/gfx/
H A Dicon_util.cc567 size_t image_offset,
571 DCHECK_GT(image_offset, 0U);
587 icon_dir->idEntries[index].dwImageOffset = image_offset;
563 SetSingleIconImageInformation(const SkBitmap& bitmap, size_t index, ICONDIR* icon_dir, ICONIMAGE* icon_image, size_t image_offset, size_t* image_byte_count) argument
/external/chromium_org/ui/views/controls/
H A Dthrobber.cc84 int image_offset = current_frame * image_size; local
86 image_offset, 0, image_size, image_size,
/external/freetype/include/internal/
H A Dtttypes.h559 /* image_offset :: The offset to image data in `EBDT'. */
584 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
/external/freetype/src/sfnt/
H A Dttsbit.c1064 FT_ULong image_start = 0, image_end = 0, image_offset; local
1080 image_offset = FT_NEXT_ULONG( p );
1084 if ( image_offset > (FT_ULong)( p_limit - p ) )
1087 p += image_offset;
1094 image_offset = FT_NEXT_ULONG ( p );
1098 case 1: /* 4-byte offsets relative to `image_offset' */
1128 case 3: /* 2-byte offsets relative to 'image_offset' */
1219 image_start = image_offset + image_start;
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource.h82 struct offset_pair *image_offset[I915_MAX_TEXTURE_2D_LEVELS]; member in struct:i915_texture
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dtttypes.h490 /* image_offset :: The offset to image data in `EBDT'. */
515 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dtttypes.h490 /* image_offset :: The offset to image data in `EBDT'. */
515 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttsbit.c961 FT_ULong image_start = 0, image_end = 0, image_offset; local
977 image_offset = FT_NEXT_ULONG( p );
981 if ( image_offset > (FT_ULong)( p_limit - p ) )
984 p += image_offset;
991 image_offset = FT_NEXT_ULONG ( p );
995 case 1: /* 4-byte offsets relative to `image_offset' */
1027 case 3: /* 2-byte offsets relative to 'image_offset' */
1120 image_start = image_offset + image_start;

Completed in 668 milliseconds