Searched defs:horiAdvance (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/cff/
H A Dcffgload.c288 glyph->root.metrics.horiAdvance = (FT_Pos)metrics.horiAdvance << 6;
540 glyph->root.metrics.horiAdvance = decoder.glyph_width;
555 FT_UShort horiAdvance = 0; local
561 &horiAdvance );
562 metrics->horiAdvance = horiAdvance;
564 glyph->root.linearHoriAdvance = horiAdvance;
569 metrics->horiAdvance = decoder.glyph_width;
619 metrics->horiAdvance
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_EBDT.h33 SK_OT_BYTE horiAdvance; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/skqp/src/sfnt/
H A DSkOTTable_EBDT.h33 SK_OT_BYTE horiAdvance; member in struct:SkOTTableEmbeddedBitmapData::BigGlyphMetrics
/external/freetype/src/sfnt/
H A Dttsbit.c656 metrics->horiAdvance = p[4];
994 FT_Byte horiAdvance = (FT_Byte)decoder->metrics->horiAdvance; local
1037 decoder->metrics->horiAdvance = horiAdvance;
1585 metrics->horiAdvance = (FT_UShort)( aadvance *
/external/pdfium/core/fxge/
H A Dcfx_font.cpp309 int horiAdvance = FXFT_Get_Glyph_HoriAdvance(m_Face); local
310 if (horiAdvance < kThousandthMinInt || horiAdvance > kThousandthMaxInt)
313 return EM_ADJUST(FXFT_Get_Face_UnitsPerEM(m_Face), horiAdvance);
/external/freetype/include/freetype/
H A Dfreetype.h290 /* horiAdvance :: */
309 /* `horiAdvance' or `vertAdvance'; you have to manually adjust these */
324 FT_Pos horiAdvance; member in struct:FT_Glyph_Metrics_
1769 /* `horiAdvance' or the `vertAdvance' value of */
/external/freetype/include/freetype/internal/
H A Dtttypes.h451 /* horiAdvance :: The horizontal advance. */
466 FT_UShort horiAdvance; member in struct:TT_SBit_MetricsRec_

Completed in 479 milliseconds