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

  /external/freetype/src/sfnt/
ttsbit0.c 329 metrics->horiBearingX = (FT_Char)p[2];
640 FT_Char horiBearingX = decoder->metrics->horiBearingX;
676 decoder->metrics->horiBearingX = horiBearingX;
ttsbit.c 213 FT_FRAME_CHAR( horiBearingX ),
    [all...]
  /external/freetype/src/cff/
cffgload.c     [all...]
  /external/freetype/src/autofit/
afloader.c 384 vvector.x = slot->metrics.vertBearingX - slot->metrics.horiBearingX;
410 slot->metrics.horiBearingX = bbox.xMin;
  /external/freetype/include/freetype/internal/
tttypes.h 423 /* horiBearingX :: The horizontal left bearing. */
440 FT_Char horiBearingX;
509 /* min_origin_SB :: Minimum of horiBearingX (resp. */
514 /* ( horiBearingX + width ) */
    [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/freetype/src/base/
ftobjs.c 518 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
535 right = FT_PIX_CEIL ( metrics->horiBearingX + metrics->width );
538 metrics->horiBearingX = FT_PIX_FLOOR( metrics->horiBearingX );
541 metrics->width = right - metrics->horiBearingX;
    [all...]
  /external/freetype/include/freetype/
freetype.h 217 /* horiBearingX :: */
244 FT_Pos horiBearingX;
    [all...]

Completed in 72 milliseconds