Lines Matching defs:SkScalerContext
31 class SkScalerContext;
49 * than a nested struct inside SkScalerContext (where it started).
216 friend class SkScalerContext;
240 class SkScalerContext {
275 SkScalerContext(sk_sp<SkTypeface>, const SkScalerContextEffects&, const SkDescriptor*);
276 virtual ~SkScalerContext();
330 static std::unique_ptr<SkScalerContext> MakeEmpty(
440 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
441 SkScalerContext::kHinting_Shift;
446 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
447 (static_cast<unsigned>(hinting) << SkScalerContext::kHinting_Shift);