Home | History | Annotate | Download | only in ports

Lines Matching refs:hbFont

25 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters,
28 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
49 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs,
51 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
72 static HB_Bool canRender(HB_Font hbFont, const HB_UChar16* characters,
74 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
82 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags,
85 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph,
112 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
135 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
137 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);