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

  /external/freetype/src/base/
ftsynth.c 150 slot->metrics.vertBearingX -= xstr / 2;
ftobjs.c 521 right = FT_PIX_CEIL( metrics->vertBearingX + metrics->width );
524 metrics->vertBearingX = FT_PIX_FLOOR( metrics->vertBearingX );
527 metrics->width = right - metrics->vertBearingX;
532 metrics->vertBearingX = FT_PIX_FLOOR( metrics->vertBearingX );
    [all...]
  /external/freetype/src/sfnt/
ttsbit0.c 339 metrics->vertBearingX = (FT_Char)p[0];
643 FT_Char vertBearingX = decoder->metrics->vertBearingX;
679 decoder->metrics->vertBearingX = vertBearingX;
ttsbit.c 217 FT_FRAME_CHAR( vertBearingX ),
    [all...]
  /external/freetype/src/autofit/
afloader.c 384 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX;
413 slot->metrics.vertBearingX = FT_PIX_FLOOR( bbox.xMin + vvector.x );
  /external/freetype/include/freetype/internal/
tttypes.h 429 /* vertBearingX :: The vertical left bearing. */
444 FT_Char vertBearingX;
530 /* vertBearingX - width */
    [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/freetype/include/freetype/
freetype.h 226 /* vertBearingX :: */
248 FT_Pos vertBearingX;
    [all...]

Completed in 658 milliseconds