Searched defs:getGlyphMetrics (Results 1 – 5 of 5) sorted by relevance
110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, in getGlyphMetrics() function
151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics() function
168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics() function
247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics); member
432 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId) { in getGlyphMetrics() function in SkPaint