Home | History | Annotate | Download | only in core

Lines Matching defs:SkScalerContext

30  *  than a nested struct inside SkScalerContext (where it started).
123 class SkScalerContext {
157 SkScalerContext(const SkDescriptor* desc);
158 virtual ~SkScalerContext();
205 static SkScalerContext* Create(const SkDescriptor*);
226 SkScalerContext* getContextFromChar(SkUnichar uni, unsigned& glyphID);
240 SkScalerContext* getNextContext();
244 SkScalerContext* getGlyphContext(const SkGlyph& glyph);
247 SkScalerContext* fNextContext;
283 unsigned hint = (fFlags & SkScalerContext::kHinting_Mask) >>
284 SkScalerContext::kHinting_Shift;
289 fFlags = (fFlags & ~SkScalerContext::kHinting_Mask) |
290 (hinting << SkScalerContext::kHinting_Shift);