Searched defs:SkScalerContext (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkScalerContext.cpp8 #include "SkScalerContext.h"
67 SkScalerContext::SkScalerContext(sk_sp<SkTypeface> typeface, const SkScalerContextEffects& effects, function in class:SkScalerContext
78 , fPreBlend(fMaskFilter ? SkMaskGamma::PreBlend() : SkScalerContext::GetMaskPreBlend(fRec))
79 , fPreBlendForFilter(fMaskFilter ? SkScalerContext::GetMaskPreBlend(fRec)
84 SkDebugf("SkScalerContext checksum %x count %d length %d\n",
98 SkScalerContext::~SkScalerContext() {}
100 void SkScalerContext::getAdvance(SkGlyph* glyph) {
109 void SkScalerContext
[all...]
H A DSkScalerContext.h41 * than a nested struct inside SkScalerContext (where it started).
180 class SkScalerContext { class
214 SkScalerContext(sk_sp<SkTypeface>, const SkScalerContextEffects&, const SkDescriptor*);
215 virtual ~SkScalerContext();
371 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
372 SkScalerContext::kHinting_Shift;
377 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
378 (hinting << SkScalerContext::kHinting_Shift);

Completed in 288 milliseconds