Searched defs:horiBearingX (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/cff/
H A Dcffgload.c286 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX << 6;
303 glyph->root.bitmap_left = metrics.horiBearingX;
539 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x;
554 FT_Short horiBearingX = 0; local
560 &horiBearingX,
563 metrics->horiBearingX = horiBearingX;
664 metrics->horiBearingX = cbox.xMin;
668 metrics->vertBearingX = metrics->horiBearingX
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/skqp/src/sfnt/
H A DSkOTTable_EBDT.h31 SK_OT_CHAR horiBearingX; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/freetype/src/sfnt/
H A Dttsbit.c654 metrics->horiBearingX = (FT_Char)p[2];
992 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; local
1035 decoder->metrics->horiBearingX = horiBearingX;
1583 metrics->horiBearingX = (FT_Short)originOffsetX;
/external/freetype/include/freetype/
H A Dfreetype.h284 /* horiBearingX :: */
322 FT_Pos horiBearingX; member in struct:FT_Glyph_Metrics_
/external/freetype/include/freetype/internal/
H A Dtttypes.h447 /* horiBearingX :: The horizontal left bearing. */
464 FT_Short horiBearingX; member in struct:TT_SBit_MetricsRec_
533 /* min_origin_SB :: Minimum of horiBearingX (resp. */
538 /* ( horiBearingX + width ) */

Completed in 260 milliseconds