Home | History | Annotate | Download | only in core

Lines Matching refs:Hinting

210 void SkPaint::setHinting(Hinting hintingLevel) {
1246 // if linear-text is on, then we force hinting to be off (since that's sort of
1248 static SkPaint::Hinting computeHinting(const SkPaint& paint) {
1249 SkPaint::Hinting h = paint.getHinting();
1854 paint->setHinting((SkPaint::Hinting)((packed >> 14) & BPF_Mask(kHint_BPF)));
2178 str->append("<dt>Hinting:</dt><dd>");