HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphMetrics (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/hwui/font/
FontUtil.h 40 #define GET_METRICS(paint, glyph) paint->getGlyphMetrics(glyph)
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph,
158 getGlyphMetrics,
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 151 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics)
198 getGlyphMetrics,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 168 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics)
215 getGlyphMetrics,
  /frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.cpp 143 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics)
187 getGlyphMetrics,
  /external/harfbuzz/src/
harfbuzz-shaper.h 247 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
harfbuzz-shaper.cpp 251 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
280 item->font->klass->getGlyphMetrics(item->font, mark, &markMetrics);
    [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/src/core/
SkPaint.cpp 432 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId) {
    [all...]

Completed in 439 milliseconds