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

  /frameworks/base/libs/hwui/font/
FontUtil.h 43 #define GET_METRICS(paint, glyph, matrix) paint->getGlyphMetrics(glyph, matrix)
  /external/chromium_org/third_party/skia/src/ports/
SkHarfBuzzFont.cpp 110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph,
158 getGlyphMetrics,
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 110 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph,
158 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/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 216 void (*getGlyphMetrics)(HB_Font font, HB_Glyph glyph, HB_GlyphMetrics *metrics);
harfbuzz-shaper.cpp 50 item->font->klass->getGlyphMetrics(item->font, glyphs[gfrom], &baseMetrics);
80 item->font->klass->getGlyphMetrics(item->font, mark, &markMetrics);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 171 float adv = gv.getGlyphMetrics(i).getAdvanceX();
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h     [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 761 const SkGlyph& metrics = mShapingPaint.getGlyphMetrics(glyphId, NULL);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 499 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId,
    [all...]
  /external/skia/src/core/
SkPaint.cpp 500 const SkGlyph& SkPaint::getGlyphMetrics(uint16_t glyphId,
    [all...]

Completed in 326 milliseconds