Lines Matching defs:SkScalerContext
29 * than a nested struct inside SkScalerContext (where it started).
115 class SkScalerContext {
150 SkScalerContext(SkTypeface*, const SkDescriptor*);
151 virtual ~SkScalerContext();
281 SkScalerContext* allocNextContext() const;
284 SkScalerContext* getNextContext();
288 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
293 SkScalerContext* getContextFromChar(SkUnichar uni, uint16_t* glyphID);
296 SkScalerContext* fNextContext;
335 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
336 SkScalerContext::kHinting_Shift;
341 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
342 (hinting << SkScalerContext::kHinting_Shift);