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

  /external/chromium_org/ui/gfx/
font_render_params_linux.h 16 // Level of hinting to be applied.
17 enum Hinting {
42 // interpreter, which uses fonts' own hinting instructions)?
48 // Hinting level.
49 Hinting hinting; member in struct:gfx::FontRenderParams
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 82 /** Specifies the level of hinting to be performed. These names are taken
92 enum Hinting {
99 Hinting getHinting() const {
100 return static_cast<Hinting>(fHinting);
103 void setHinting(Hinting hintingLevel);
    [all...]
  /external/skia/include/core/
SkPaint.h 82 /** Specifies the level of hinting to be performed. These names are taken
92 enum Hinting {
99 Hinting getHinting() const {
100 return static_cast<Hinting>(fHinting);
103 void setHinting(Hinting hintingLevel);
    [all...]

Completed in 176 milliseconds