Home | History | Annotate | Download | only in core

Lines Matching defs:Hinting

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