HomeSort by relevance Sort by last modified time
    Searched refs:image_offset (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_drag_win.h 38 const gfx::Point& image_offset);
61 const gfx::Point& image_offset);
69 const gfx::Point& image_offset);
native_tab_contents_view.h 48 const gfx::Point& image_offset) = 0;
tab_contents_drag_win.cc 115 const gfx::Point& image_offset) {
126 DoDragging(drop_data, ops, page_url, page_encoding, image, image_offset);
150 image_offset));
174 const gfx::Point& image_offset) {
177 DoDragging(drop_data, ops, page_url, page_encoding, image, image_offset);
274 const gfx::Point& image_offset) {
301 image, gfx::Size(image.width(), image.height()), image_offset, &data);
native_tab_contents_view_win.h 40 const gfx::Point& image_offset) OVERRIDE;
tab_contents_view_gtk.h 79 const gfx::Point& image_offset);
tab_contents_view_touch.h 79 const gfx::Point& image_offset) OVERRIDE;
tab_contents_view_views.h 72 const gfx::Point& image_offset) OVERRIDE;
native_tab_contents_view_win.cc 115 const gfx::Point& image_offset) {
117 drag_handler_->StartDragging(drop_data, ops, image, image_offset);
tab_contents_view_views.cc 110 const gfx::Point& image_offset) {
111 native_tab_contents_view_->StartDragging(drop_data, ops, image, image_offset);
tab_contents_view_gtk.cc 233 const gfx::Point& image_offset) {
235 image, image_offset);
tab_contents_view_touch.cc 125 const gfx::Point& image_offset) {
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_drag_source.h 42 const gfx::Point& image_offset);
tab_contents_drag_source.cc 73 const gfx::Point& image_offset) {
111 image_offset_ = image_offset;
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 76 const gfx::Point& image_offset);
tab_contents_view_mac.h 92 const gfx::Point& image_offset);
background_contents.h 108 const gfx::Point& image_offset) {}
tab_contents_view_gtk.cc 354 const gfx::Point& image_offset) {
363 image, image_offset);
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 80 int image_offset,
92 image_offset, 0, icon_width, icon_height,
443 int image_offset = loading_animation_frame_ * icon_size; local
444 DrawIconCenter(canvas, frames, image_offset,
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 206 int image_offset = loading_animation_frame() * image_size; local
207 canvas->DrawBitmapInt(frames, image_offset, 0, image_size, image_size, x, y,
  /external/freetype/src/sfnt/
ttsbit0.c 803 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;
ttsbit.c 308 range->glyph_offsets[n] = (FT_ULong)range->image_offset +
371 range->glyph_offsets[n] = (FT_ULong)( range->image_offset +
579 range->image_offset = FT_GET_ULONG();
745 *aglyph_offset = range->image_offset +
762 *aglyph_offset = range->image_offset +
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host.h 166 const gfx::Point& image_offset);
  /external/chromium/chrome/browser/prerender/
prerender_contents.h 153 const gfx::Point& image_offset) {}
  /external/freetype/include/freetype/internal/
tttypes.h 596 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 968 const int image_offset = loading_animation_.animation_frame() * image_size; local
    [all...]

Completed in 241 milliseconds

1 2