HomeSort by relevance Sort by last modified time
    Searched refs:horiBearingY (Results 1 - 13 of 13) sorted by null

  /external/freetype/src/base/
ftsynth.c 148 slot->metrics.horiBearingY += ystr;
ftobjs.c 528 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
545 bottom = FT_PIX_FLOOR( metrics->horiBearingY - metrics->height );
548 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
551 metrics->height = metrics->horiBearingY - bottom;
    [all...]
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 112 metrics->yOffset = ftmetrics->horiBearingY;
  /external/freetype/src/sfnt/
ttsbit0.c 330 metrics->horiBearingY = (FT_Char)p[3];
641 FT_Char horiBearingY = decoder->metrics->horiBearingY;
677 decoder->metrics->horiBearingY = horiBearingY;
ttsbit.c 214 FT_FRAME_CHAR( horiBearingY ),
    [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 148 *y = ft_face->glyph->metrics.horiBearingY - (-ft_face->glyph->metrics.vertBearingY);
195 extents->y_bearing = ft_face->glyph->metrics.horiBearingY;
  /external/freetype/src/autofit/
afloader.c 395 vvector.y = slot->metrics.vertBearingY - slot->metrics.horiBearingY;
421 slot->metrics.horiBearingY = bbox.yMax;
  /external/freetype/include/freetype/internal/
tttypes.h 425 /* horiBearingY :: The horizontal top bearing. */
441 FT_Char horiBearingY;
521 /* max_before_BL :: Maximum of horiBearingY (resp. */
526 /* horiBearingY - height */
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]
  /external/freetype/include/freetype/
freetype.h 219 /* horiBearingY :: */
246 FT_Pos horiBearingY;
    [all...]

Completed in 157 milliseconds