HomeSort by relevance Sort by last modified time
    Searched refs:y_offset (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/harfbuzz_ng/src/
hb-buffer-deserialize-text.rl 64 action parse_y_offset { if (!parse_int (tok, p, &pos.y_offset )) return false; }
hb-buffer.h 58 hb_position_t y_offset; member in struct:hb_glyph_position_t
hb-icu-le.cc 210 pos->y_offset = info->var2.u32;
hb-graphite2.cc 349 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
357 pPos->y_offset = gr_slot_origin_Y (is) - curradvy;
hb-ot-shape.cc 418 &c->buffer->pos[i].y_offset);
456 &c->buffer->pos[i].y_offset);
465 &c->buffer->pos[i].y_offset);
hb-coretext.cc 314 pos->y_offset = info->var2.u32;
hb-old.cc 403 pos->y_offset = info->var2.u32;
hb-uniscribe.cc 468 pos->y_offset = info->var2.u32;
hb-buffer.cc 1029 pos[i].y_offset += y_advance;
1051 pos[i].y_offset -= total_y_advance;
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 714 unsigned height, width, x_offset, y_offset;
718 y_offset = GETINT16(q + 2);
735 y_offset = 0;
767 frame_reader->y_offset = y_offset;
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 270 size_t y_offset = video_frame->stride(media::VideoFrame::kYPlane) * local
277 video_frame->data(media::VideoFrame::kYPlane) + y_offset;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; \/* speedup coefficients *\/ local
    [all...]
  /external/webp/src/dec/
frame.c 168 const int y_offset = ctx->id_ * 16 * dec->cache_y_stride_; local
170 uint8_t* const ydst = dec->cache_y_ - ysize + y_offset;
189 io->y = dec->cache_y_ + y_offset;
673 const int y_offset = dec->cache_id_ * 16 * dec->cache_y_stride_; local
675 uint8_t* const y_out = dec->cache_y_ + dec->mb_x_ * 16 + y_offset;
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 164 ;# r6 int y_offset
249 ;# r6 int y_offset
335 ;# r6 int y_offset
526 ;# r6 int y_offset
filter_altivec.asm 194 ;# r6 int y_offset
384 ;# r6 int y_offset
554 ;# r6 int y_offset
761 ;# r6 int y_offset
  /external/skia/src/effects/
SkMagnifierImageFilter.cpp 52 float y_offset() const { return fYOffset; } function in class:GrMagnifierEffect
184 uman.set2f(fOffsetVar, zoom.x_offset(), zoom.y_offset());
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.cc 243 g_value_set_int(&value, child_y + status->y_offset());
browser_toolbar_gtk.cc 641 int y_offset = 0; local
645 sender->allocation.y + y_offset);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 291 int y_offset; member in struct:TabRendererGtk::TabImage
  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 60 hb_position_t y_offset
160 temp = glyphinfo(infos[i].codepoint, infos[i].cluster, (positions[i].x_advance / scale, positions[i].y_advance / scale), (positions[i].x_offset / scale, positions[i].y_offset / scale), positions[i].var.u32)
  /external/freetype/include/freetype/internal/
tttypes.h 695 FT_Char y_offset; member in struct:TT_SBit_ComponentRec_
    [all...]
  /external/libpng/
pngget.c 242 return (info_ptr->y_offset);
286 return (info_ptr->y_offset);
626 *offset_y = info_ptr->y_offset;
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 222 else return (info_ptr->y_offset);
258 else return (info_ptr->y_offset);
594 *offset_y = info_ptr->y_offset;
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 386 int y_offset; member in struct:__anon1951
  /external/harfbuzz_ng/util/
helper-cairo.cc 432 l->glyphs[i].y = (-hb_position->y_offset + y) * scale;

Completed in 1137 milliseconds

12 3 4