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();
946 const SkCTFontSmoothBehavior smoothBehavior = SkCTFontGetSmoothBehavior(); in onFilterRec()955 if (smoothBehavior == SkCTFontSmoothBehavior::none) { in onFilterRec()978 if (smoothBehavior == SkCTFontSmoothBehavior::subpixel) { in onFilterRec()984 if (smoothBehavior != SkCTFontSmoothBehavior::none) { in onFilterRec()1006 if (smoothBehavior == SkCTFontSmoothBehavior::some) { in onFilterRec()1013 } else if (smoothBehavior == SkCTFontSmoothBehavior::subpixel) { in onFilterRec()
464 && SkCTFontGetSmoothBehavior() != SkCTFontSmoothBehavior::none)) in generateImage()