Searched refs:x_glyph (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1379 const FT_UInt x_glyph = FT_Get_Char_Index(fFace, 'x'); local
1380 if (x_glyph) {
1382 FT_Load_Glyph(fFace, x_glyph, fLoadGlyphFlags);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1449 const FT_UInt x_glyph = FT_Get_Char_Index(fFace, 'x'); local
1450 if (x_glyph) {
1452 FT_Load_Glyph(fFace, x_glyph, fLoadGlyphFlags);

Completed in 85 milliseconds