Searched refs:linearHoriAdvance (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c214 : slot->linearHoriAdvance;
H A Dcffgload.c2722 glyph->root.linearHoriAdvance = advance;
2949 glyph->root.linearHoriAdvance = decoder.glyph_width;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c1724 glyph->linearHoriAdvance = loader->linear;
2224 glyph->linearHoriAdvance = loader.linear;
2229 /* structure isn't set, use `linearHoriAdvance' */
2230 if ( !glyph->metrics.horiAdvance && glyph->linearHoriAdvance )
2232 FT_MulFix( glyph->linearHoriAdvance,
/external/freetype/src/cff/
H A Dcffdrivr.c216 : slot->linearHoriAdvance;
H A Dcffgload.c2718 glyph->root.linearHoriAdvance = advance;
2954 glyph->root.linearHoriAdvance = decoder.glyph_width;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffdrivr.c215 : slot->linearHoriAdvance;
H A Dcffgload.c2726 glyph->root.linearHoriAdvance = advance;
2962 glyph->root.linearHoriAdvance = decoder.glyph_width;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidgload.c366 cidglyph->linearHoriAdvance =
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c1733 glyph->linearHoriAdvance = loader->linear;
2233 glyph->linearHoriAdvance = loader.linear;
2238 /* structure isn't set, use `linearHoriAdvance' */
2239 if ( !glyph->metrics.horiAdvance && glyph->linearHoriAdvance )
2241 FT_MulFix( glyph->linearHoriAdvance,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1gload.c402 t1glyph->linearHoriAdvance =
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfreetype.h1479 /* linearHoriAdvance :: The advance width of the unhinted glyph. */
1621 FT_Fixed linearHoriAdvance; member in struct:FT_GlyphSlotRec_
2519 * Indicates that the `linearHoriAdvance' and `linearVertAdvance'
/external/freetype/include/
H A Dfreetype.h1537 /* linearHoriAdvance :: The advance width of the unhinted glyph. */
1678 FT_Fixed linearHoriAdvance; member in struct:FT_GlyphSlotRec_
2584 * Indicates that the `linearHoriAdvance' and `linearVertAdvance'
/external/freetype/src/truetype/
H A Dttgload.c1869 glyph->linearHoriAdvance = loader->linear;
2375 glyph->linearHoriAdvance = loader.linear;
2380 /* structure isn't set, use `linearHoriAdvance' */
2381 if ( !glyph->metrics.horiAdvance && glyph->linearHoriAdvance )
2383 FT_MulFix( glyph->linearHoriAdvance,
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfreetype.h1485 /* linearHoriAdvance :: The advance width of the unhinted glyph. */
1627 FT_Fixed linearHoriAdvance; member in struct:FT_GlyphSlotRec_
2532 * Indicates that the `linearHoriAdvance' and `linearVertAdvance'
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfreetype.h1485 /* linearHoriAdvance :: The advance width of the unhinted glyph. */
1627 FT_Fixed linearHoriAdvance; member in struct:FT_GlyphSlotRec_
2532 * Indicates that the `linearHoriAdvance' and `linearVertAdvance'
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1291 glyph->fAdvanceX = SkFixedMul(fMatrix22.xx, fFace->glyph->linearHoriAdvance);
1292 glyph->fAdvanceY = -SkFixedMul(fMatrix22.yx, fFace->glyph->linearHoriAdvance);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1292 glyph->fAdvanceX = SkFixedMul(fMatrix22.xx, fFace->glyph->linearHoriAdvance);
1293 glyph->fAdvanceY = -SkFixedMul(fMatrix22.yx, fFace->glyph->linearHoriAdvance);
/external/chromium_org/third_party/freetype/src/base/
H A Dftobjs.c364 slot->linearHoriAdvance = 0;
764 slot->linearHoriAdvance = FT_MulDiv( slot->linearHoriAdvance,
809 FT_TRACE5(( " linear x advance: %d\n" , slot->linearHoriAdvance ));
/external/freetype/src/base/
H A Dftobjs.c362 slot->linearHoriAdvance = 0;
769 slot->linearHoriAdvance = FT_MulDiv( slot->linearHoriAdvance,
814 FT_TRACE5(( " linear x advance: %d\n" , slot->linearHoriAdvance ));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftobjs.c364 slot->linearHoriAdvance = 0;
764 slot->linearHoriAdvance = FT_MulDiv( slot->linearHoriAdvance,
809 FT_TRACE5(( " linear x advance: %d\n" , slot->linearHoriAdvance ));

Completed in 451 milliseconds