Searched refs:getGlyphMetrics (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/ports/
H A DSkHarfBuzzFont.cpp110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, function
158 getGlyphMetrics,
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) function in namespace:WebCore
198 getGlyphMetrics,
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) function in namespace:WebCore
215 getGlyphMetrics,
/external/harfbuzz/src/
H A Dharfbuzz-shaper.h247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics); member in struct:__anon5700
H A Dharfbuzz-shaper.cpp251 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
280 item->font->klass->getGlyphMetrics(item->font, mark, &markMetrics);
/external/skia/include/core/
H A DSkPaint.h889 const SkGlyph& getGlyphMetrics(uint16_t);
/external/skia/src/core/
H A DSkPaint.cpp432 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId) { function in class:SkPaint

Completed in 231 milliseconds