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

/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h32 SK_OT_CHAR horiBearingX; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/freetype/src/sfnt/
H A Dttsbit.c511 metrics->horiBearingX = (FT_Char)p[2];
832 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; local
869 decoder->metrics->horiBearingX = horiBearingX;
1386 metrics->horiBearingX = (FT_Short)originOffsetX;
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c507 metrics->horiBearingX = (FT_Char)p[2];
826 FT_Char horiBearingX = (FT_Char)decoder->metrics->horiBearingX; local
863 decoder->metrics->horiBearingX = horiBearingX;
1380 metrics->horiBearingX = (FT_Short)originOffsetX;
/external/freetype/include/
H A Dfreetype.h281 /* horiBearingX :: */
314 FT_Pos horiBearingX; member in struct:FT_Glyph_Metrics_
/external/freetype/src/cff/
H A Dcffgload.c2695 glyph->root.metrics.horiBearingX = (FT_Pos)metrics.horiBearingX << 6;
2712 glyph->root.bitmap_left = metrics.horiBearingX;
2942 glyph->root.metrics.horiBearingX = decoder.builder.left_bearing.x;
2958 FT_Short horiBearingX = 0; local
2964 &horiBearingX,
2967 metrics->horiBearingX = horiBearingX;
3068 metrics->horiBearingX = cbox.xMin;
3073 metrics->vertBearingX = metrics->horiBearingX
[all...]
/external/pdfium/third_party/freetype/include/
H A Dfreetype.h281 /* horiBearingX :: */
314 FT_Pos horiBearingX; member in struct:FT_Glyph_Metrics_
/external/freetype/include/internal/
H A Dtttypes.h411 /* horiBearingX :: The horizontal left bearing. */
428 FT_Short horiBearingX; member in struct:TT_SBit_MetricsRec_
497 /* min_origin_SB :: Minimum of horiBearingX (resp. */
502 /* ( horiBearingX + width ) */
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h411 /* horiBearingX :: The horizontal left bearing. */
428 FT_Short horiBearingX; member in struct:TT_SBit_MetricsRec_
497 /* min_origin_SB :: Minimum of horiBearingX (resp. */
502 /* ( horiBearingX + width ) */

Completed in 253 milliseconds