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 71 /** Specifies the level of hinting to be performed. These names are taken
81 enum Hinting {
88 Hinting getHinting() const {
89 return static_cast<Hinting>(fHinting);
92 void setHinting(Hinting hintingLevel);
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 70 /** Specifies the level of hinting to be performed. These names are taken
80 enum Hinting {
87 Hinting getHinting() const {
88 return static_cast<Hinting>(fHinting);
91 void setHinting(Hinting hintingLevel);
    [all...]

Completed in 4716 milliseconds