Home | History | Annotate | Download | only in core

Lines Matching defs:Hinting

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);