Searched refs:ShouldDisableLCD (Results 1 – 3 of 3) sorted by relevance
85 static bool ShouldDisableLCD(const SkPaint& paint);
542 bool GrTextUtils::ShouldDisableLCD(const SkPaint& paint) { in ShouldDisableLCD() function in GrTextUtils558 if (kUnknown_SkPixelGeometry == surfaceProps.pixelGeometry() || ShouldDisableLCD(paint)) { in FilterTextFlags()
1820 return GrTextUtils::ShouldDisableLCD(paint); in onShouldDisableLCD()