Searched refs:fLoadGlyphFlags (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 126 uint32_t fLoadGlyphFlags; member in SkScalerContext_FreeType 408 fLoadGlyphFlags = loadFlags; in SkScalerContext_FreeType() 552 fLoadGlyphFlags | FT_ADVANCE_FLAG_FAST_ONLY, in generateAdvance() 580 err = FT_Load_Glyph( fFace, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags ); in generateMetrics() 583 fFaceRec->fFontID, glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, err)); in generateMetrics() 645 …cs(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, glyph->fWidt… in generateMetrics() 668 err = FT_Load_Glyph( fFace, glyph.getGlyphID(fBaseGlyphCount), fLoadGlyphFlags); in generateImage() 671 …getGlyphID(fBaseGlyphCount), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags, err)); in generateImage() 849 uint32_t flags = fLoadGlyphFlags; in generatePath() 943 FT_Load_Glyph(fFace, x_glyph, fLoadGlyphFlags); in generateFontMetrics()
|