Home | History | Annotate | Download | only in core

Lines Matching defs:Hinting

188     /** \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 {
208 lighter hinting algorithm for non-monochrome modes.
215 choosing the default hinting algorithm, which is optimized for standard
233 Hinting getHinting() const {
234 return static_cast<Hinting>(fBitfields.fHinting);
242 void setHinting(Hinting hintingLevel);
257 kDevKernText_Flag = 0x100, //!< mask for setting full hinting spacing
260 kAutoHinting_Flag = 0x800, //!< mask for setting auto-hinting
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 is set to kNo_Hinting or
473 /** Returns if character spacing may be adjusted by the hinting difference.
483 /** Requests, but does not require, to use hinting to adjust glyph spacing.
1534 ignoring SkPaint::Hinting. Includes text size, text scale x,
1708 // Set flags/hinting/textSize up to use for drawing text as paths.