Home | History | Annotate | Download | only in core

Lines Matching refs:Hinting

129      *  hinting, and sometimes true for other properties as well.
157 inline SkPaint::Hinting getHinting() const;
158 inline void setHinting(SkPaint::Hinting);
190 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
194 // up with the SkPaint::Hinting enum.
370 SkPaint::Hinting SkScalerContextRec::getHinting() const {
373 return static_cast<SkPaint::Hinting>(hint);
376 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) {
378 (hinting << SkScalerContext::kHinting_Shift);