Searched refs:fAscent (Results 26 - 40 of 40) sorted by relevance

12

/external/skia/samplecode/
H A DSampleFontCache.cpp56 y += m.fDescent - m.fAscent;
H A DSamplePolyToPoly.cpp113 float y = D/2 - (fm.fAscent + fm.fDescent)/2;
/external/skia/src/ports/
H A DSkFontHost_mac_atsui.cpp289 dst->fAscent = -SkFloatToScalar(src.ascent);
387 mx->fAscent = pts[1].fX;
399 my->fAscent = pts[1].fY;
H A DSkHarfBuzzFont.cpp146 return SkScalarToHarfbuzzFixed(-skiaMetrics.fAscent);
H A DSkFontHost_win.cpp670 mx->fAscent = -fScale * otm.otmAscent;
679 my->fAscent = -fScale * otm.otmAscent;
1108 info->fAscent = 0;
1134 info->fAscent = SkToS16(otm.otmTextMetrics.tmAscent);
H A DSkFontHost_FreeType.cpp504 info->fAscent = face->ascender;
1687 mx->fAscent = pts[1].fX;
1698 my->fAscent = pts[1].fY;
H A DSkFontHost_mac_coretext.cpp1436 theMetrics.fAscent = CGToScalar(-CTFontGetAscent(fCTFont));
1647 info->fAscent = 0;
1676 info->fAscent = CTFontGetAscent(ctFont);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DHarfbuzzSkia.cpp186 return SkiaScalarToHarfbuzzFixed(-skiaMetrics.fAscent);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DHarfbuzzSkia.cpp203 return SkiaScalarToHarfbuzzFixed(-skiaMetrics.fAscent);
/external/skia/src/animator/
H A DSkDrawPaint.cpp185 value->fOperand.fScalar = metrics.fAscent;
/external/skia/include/core/
H A DSkPaint.h745 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0) member in struct:SkPaint::FontMetrics
756 fDescent - fAscent + fLeading).
769 fDescent - fAscent + fLeading
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h438 float fAscent; member in struct:ANPFontMetrics
/external/skia/src/core/
H A DSkPaint.cpp1167 metrics->fAscent = SkScalarMul(metrics->fAscent, scale);
1172 return metrics->fDescent - metrics->fAscent + metrics->fLeading;
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp85 SkScalar adjY = metrics.fAscent / 2;
/external/skia/src/pdf/
H A DSkPDFFont.cpp915 scaleFromFontUnits(fFontInfo->fAscent, emSize));

Completed in 255 milliseconds

12