Searched defs:Hinting (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkPaint.h187 /** \enum SkPaint::Hinting
188 Hinting adjusts the glyph outlines so that the shape provides a uniform
189 look at a given point size on font engines that support it. Hinting may have a
195 enum Hinting { enum in class:SkPaint
232 Hinting getHinting() const {
233 return static_cast<Hinting>(fBitfields.fHinting);
241 void setHinting(Hinting hintingLevel);
406 /** If true, and if SkPaint::Hinting is set to kNormal_Hinting or kFull_Hinting, and if
418 /** If SkPaint::Hinting is set to kNormal_Hinting or kFull_Hinting and useAutohinter is set,
420 auto-hinting has no effect if SkPaint::Hinting i
[all...]
/external/skqp/include/core/
H A DSkPaint.h188 /** \enum SkPaint::Hinting
189 Hinting adjusts the glyph outlines so that the shape provides a uniform
190 look at a given point size on font engines that support it. Hinting may have a
196 enum Hinting { enum in class:SkPaint
233 Hinting getHinting() const {
234 return static_cast<Hinting>(fBitfields.fHinting);
242 void setHinting(Hinting hintingLevel);
407 /** If true, and if SkPaint::Hinting is set to kNormal_Hinting or kFull_Hinting, and if
419 /** If SkPaint::Hinting is set to kNormal_Hinting or kFull_Hinting and useAutohinter is set,
421 auto-hinting has no effect if SkPaint::Hinting i
[all...]

Completed in 131 milliseconds