Searched refs:horiAdvance (Results 1 - 11 of 11) sorted by relevance

/external/freetype/src/autofit/
H A Dafloader.c128 slot->linearHoriAdvance = slot->metrics.horiAdvance;
167 loader->pp2.x = FT_MulFix( slot->metrics.horiAdvance,
431 slot->metrics.horiAdvance = loader->pp2.x - loader->pp1.x;
433 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
440 slot->metrics.horiAdvance = FT_MulFix( slot->metrics.horiAdvance,
451 if ( slot->metrics.horiAdvance )
452 slot->metrics.horiAdvance = loader->pp2.x - loader->pp1.x;
459 slot->metrics.horiAdvance
[all...]
/external/freetype/src/base/
H A Dftsynth.c149 slot->metrics.horiAdvance += xstr;
H A Dftobjs.c550 metrics->horiAdvance = FT_PIX_ROUND( metrics->horiAdvance );
720 slot->advance.x = slot->metrics.horiAdvance;
2544 metrics->vertBearingX = metrics->horiBearingX - metrics->horiAdvance / 2;
/external/harfbuzz/contrib/
H A Dharfbuzz-freetype.c109 metrics->x = ftmetrics->horiAdvance;
/external/icu4c/samples/layout/
H A DGnomeFontInstance.cpp154 advance.fX = fFace->glyph->metrics.horiAdvance >> 6;
/external/freetype/src/cff/
H A Dcffgload.c2669 glyph->root.metrics.horiAdvance = (FT_Pos)metrics.horiAdvance << 6;
2846 glyph->root.metrics.horiAdvance = decoder.glyph_width;
2860 metrics->horiAdvance = decoder.glyph_width;
2919 advance.x = metrics->horiAdvance;
2922 metrics->horiAdvance = advance.x + font_offset.x;
2948 metrics->horiAdvance = FT_MulFix( metrics->horiAdvance, x_scale );
2963 metrics->horiAdvance / 2;
/external/freetype/src/sfnt/
H A Dttsbit0.c331 metrics->horiAdvance = p[4];
642 FT_Byte horiAdvance = decoder->metrics->horiAdvance; local
678 decoder->metrics->horiAdvance = horiAdvance;
H A Dttsbit.c215 FT_FRAME_BYTE( horiAdvance ),
922 metrics->horiAdvance = smetrics.advance;
/external/freetype/include/freetype/internal/
H A Dtttypes.h427 /* horiAdvance :: The horizontal advance. */
442 FT_Byte horiAdvance; member in struct:TT_SBit_MetricsRec_
/external/freetype/src/truetype/
H A Dttgload.c1646 glyph->metrics.horiAdvance = loader->pp2.x - loader->pp1.x;
1660 glyph->metrics.horiAdvance = *widthp << 6;
1759 glyph->metrics.horiAdvance / 2;
1804 glyph->metrics.horiAdvance = (FT_Pos)metrics.horiAdvance << 6;
/external/freetype/include/freetype/
H A Dfreetype.h222 /* horiAdvance :: */
247 FT_Pos horiAdvance; member in struct:FT_Glyph_Metrics_
1491 /* `horiAdvance' or the `vertAdvance' value of */

Completed in 431 milliseconds