Searched refs:SkCTFontSmoothBehavior (Results 1 – 4 of 4) sorted by relevance
218 SkCTFontSmoothBehavior SkCTFontGetSmoothBehavior() { in SkCTFontGetSmoothBehavior()219 static SkCTFontSmoothBehavior gSmoothBehavior = []{ in SkCTFontGetSmoothBehavior()258 SkCTFontSmoothBehavior smoothBehavior = SkCTFontSmoothBehavior::none; in SkCTFontGetSmoothBehavior()266 return SkCTFontSmoothBehavior::subpixel; in SkCTFontGetSmoothBehavior()269 smoothBehavior = SkCTFontSmoothBehavior::some; in SkCTFontGetSmoothBehavior()
22 enum class SkCTFontSmoothBehavior { enum28 SkCTFontSmoothBehavior SkCTFontGetSmoothBehavior();
945 const SkCTFontSmoothBehavior smoothBehavior = SkCTFontGetSmoothBehavior(); in onFilterRec()954 if (smoothBehavior == SkCTFontSmoothBehavior::none) { in onFilterRec()977 if (smoothBehavior == SkCTFontSmoothBehavior::subpixel) { in onFilterRec()983 if (smoothBehavior != SkCTFontSmoothBehavior::none) { in onFilterRec()1005 if (smoothBehavior == SkCTFontSmoothBehavior::some) { in onFilterRec()1012 } else if (smoothBehavior == SkCTFontSmoothBehavior::subpixel) { in onFilterRec()
464 && SkCTFontGetSmoothBehavior() != SkCTFontSmoothBehavior::none)) in generateImage()