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

  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 135 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
159 getFontMetric,
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 135 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
159 getFontMetric,
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 175 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
199 getFontMetric,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 192 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
216 getFontMetric,
  /external/harfbuzz/src/
harfbuzz-shaper.h 248 HB_Fixed (*getFontMetric)(HB_Font font, HB_FontMetric metric);
harfbuzz-shaper.cpp 261 HB_Fixed size = item->font->klass->getFontMetric(item->font, HB_FontAscent) / 10;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-shaper.h 217 HB_Fixed (*getFontMetric)(HB_Font font, HB_FontMetric metric);
harfbuzz-shaper.cpp 60 HB_Fixed size = item->font->klass->getFontMetric(item->font, HB_FontAscent) / 10;
    [all...]

Completed in 26 milliseconds