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

  /external/freetype/src/cff/
cffgload.c 286 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX * 64;
303 glyph->root.bitmap_left = metrics.horiBearingX;
539 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x;
554 FT_Short horiBearingX = 0;
560 &horiBearingX,
563 metrics->horiBearingX = horiBearingX;
664 metrics->horiBearingX = cbox.xMin;
668 metrics->vertBearingX = metrics->horiBearingX
    [all...]
  /external/skia/src/sfnt/
SkOTTable_EBDT.h 31 SK_OT_CHAR horiBearingX;
  /external/skqp/src/sfnt/
SkOTTable_EBDT.h 31 SK_OT_CHAR horiBearingX;
  /external/freetype/src/sfnt/
ttsbit.c 654 metrics->horiBearingX = (FT_Char)p[2];
992 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX;
1035 decoder->metrics->horiBearingX = horiBearingX;
    [all...]
  /external/freetype/include/freetype/
freetype.h 284 * horiBearingX ::
322 FT_Pos horiBearingX;
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 493 * horiBearingX ::
516 FT_Short horiBearingX;
597 * Minimum of horiBearingX (resp.
603 * ( horiBearingX + width )
    [all...]

Completed in 1536 milliseconds