Home | History | Annotate | Download | only in core

Lines Matching full:hinting

104      *  hinting, and sometimes true for other properties as well.
131 inline SkPaint::Hinting getHinting() const;
132 inline void setHinting(SkPaint::Hinting);
164 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
168 // up with the SkPaint::Hinting enum.
359 SkPaint::Hinting SkScalerContextRec::getHinting() const {
362 return static_cast<SkPaint::Hinting>(hint);
365 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
367 (hinting << SkScalerContext::kHinting_Shift);