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

  /external/skia/src/ports/
SkHarfBuzzFont.cpp 139 SkPaint::FontMetrics skiaMetrics;
142 paint.getFontMetrics(&skiaMetrics);
146 return SkScalarToHarfbuzzFixed(-skiaMetrics.fAscent);
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
HarfbuzzSkia.cpp 181 SkPaint::FontMetrics skiaMetrics;
182 paint.getFontMetrics(&skiaMetrics);
186 return SkiaScalarToHarfbuzzFixed(-skiaMetrics.fAscent);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 198 SkPaint::FontMetrics skiaMetrics;
199 paint.getFontMetrics(&skiaMetrics);
203 return SkiaScalarToHarfbuzzFixed(-skiaMetrics.fAscent);
  /frameworks/base/core/jni/android/graphics/
HarfbuzzSkia.cpp 169 SkPaint::FontMetrics skiaMetrics;
170 paint->getFontMetrics(&skiaMetrics);
174 return SkScalarToHBFixed(-skiaMetrics.fAscent);

Completed in 1878 milliseconds