HomeSort by relevance Sort by last modified time
    Searched defs:Hinting (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPaint.h 187 /** \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 {
207 lighter hinting algorithm for non-monochrome modes.
214 choosing the default hinting algorithm, which is optimized for standard
232 Hinting getHinting() const {
233 return static_cast<Hinting>(fBitfields.fHinting);
241 void setHinting(Hinting hintingLevel);
256 kDevKernText_Flag = 0x100, //!< mask for setting full hinting spacin
    [all...]
  /external/skqp/include/core/
SkPaint.h 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 spacin
    [all...]

Completed in 130 milliseconds