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

  /external/freetype/src/base/
ftsynth.c 148 slot->metrics.horiBearingY += ystr;
ftobjs.c 519 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
536 bottom = FT_PIX_FLOOR( metrics->horiBearingY - metrics->height );
539 metrics->horiBearingY = FT_PIX_CEIL ( metrics->horiBearingY );
542 metrics->height = metrics->horiBearingY - bottom;
    [all...]
  /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/freetype/src/autofit/
afloader.c 385 vvector.y = slot->metrics.vertBearingY - slot->metrics.horiBearingY;
411 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/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/freetype/include/freetype/
freetype.h 220 /* horiBearingY :: */
245 FT_Pos horiBearingY;
    [all...]

Completed in 101 milliseconds