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

1 2

  /external/chromium_org/ui/views/controls/
throbber.cc 84 int image_offset = current_frame * image_size; local
86 image_offset, 0, image_size, image_size,
  /external/chromium_org/content/browser/renderer_host/
render_view_host_delegate_view.h 53 const gfx::Vector2d& image_offset,
render_view_host_unittest.cc 126 const gfx::Vector2d& image_offset,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource.h 82 struct offset_pair *image_offset[I915_MAX_TEXTURE_2D_LEVELS]; member in struct:i915_texture
i915_resource_texture.c 138 assert(!tex->image_offset[level]);
141 tex->image_offset[level] = MALLOC(nr_images * sizeof(struct offset_pair));
142 tex->image_offset[level][0].nblocksx = 0;
143 tex->image_offset[level][0].nblocksy = 0;
150 x = tex->image_offset[level][layer].nblocksx
152 y = tex->image_offset[level][layer].nblocksy;
166 tex->image_offset[level][img].nblocksx = nblocksx;
167 tex->image_offset[level][img].nblocksy = nblocksy;
707 for (i = 0; i < Elements(tex->image_offset); i++)
708 if (tex->image_offset[i]
    [all...]
i915_state_static.c 114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx;
115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource.h 82 struct offset_pair *image_offset[I915_MAX_TEXTURE_2D_LEVELS]; member in struct:i915_texture
i915_resource_texture.c 138 assert(!tex->image_offset[level]);
141 tex->image_offset[level] = MALLOC(nr_images * sizeof(struct offset_pair));
142 tex->image_offset[level][0].nblocksx = 0;
143 tex->image_offset[level][0].nblocksy = 0;
150 x = tex->image_offset[level][layer].nblocksx
152 y = tex->image_offset[level][layer].nblocksy;
166 tex->image_offset[level][img].nblocksx = nblocksx;
167 tex->image_offset[level][img].nblocksy = nblocksy;
707 for (i = 0; i < Elements(tex->image_offset); i++)
708 if (tex->image_offset[i]
    [all...]
i915_state_static.c 114 x = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksx;
115 y = tex->image_offset[cbuf_surface->u.tex.level][layer].nblocksy;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.h 70 const gfx::Vector2d& image_offset,
web_contents_view_guest.h 80 const gfx::Vector2d& image_offset,
web_contents_view_mac.h 110 const gfx::Vector2d& image_offset,
web_contents_view_guest.cc 236 const gfx::Vector2d& image_offset,
248 view->StartDragging(drop_data, ops, image, image_offset, event_info);
web_contents_view_android.cc 192 const gfx::Vector2d& image_offset,
web_contents_view_aura.h 134 const gfx::Vector2d& image_offset,
  /external/chromium_org/ui/gfx/
icon_util.h 231 size_t image_offset,
icon_util.cc 567 size_t image_offset,
571 DCHECK_GT(image_offset, 0U);
587 icon_dir->idEntries[index].dwImageOffset = image_offset;
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 195 int image_offset = image_stride * rect.top() + local
206 image_buffer + image_offset, image_stride,
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 961 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;
    [all...]
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;
  /external/freetype/src/sfnt/
ttsbit.c 1064 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' */
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 142 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
    [all...]
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.cc 94 const gfx::Vector2d& image_offset,
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 490 /* image_offset :: The offset to image data in `EBDT'. */
515 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 559 /* image_offset :: The offset to image data in `EBDT'. */
584 FT_ULong image_offset; member in struct:TT_SBit_RangeRec_
    [all...]

Completed in 867 milliseconds

1 2