Home | History | Annotate | Download | only in text

Lines Matching refs:lcd

61 SkColor GrAtlasTextContext::ComputeCanonicalColor(const SkPaint& paint, bool lcd) {
63 if (lcd) {
64 // This is the correct computation, but there are tons of cases where LCD can be overridden.
65 // For now we just regenerate if any run in a textblob has LCD.
133 // We canonicalize all non-lcd draws to use kUnknown_SkPixelGeometry
137 // TODO we want to figure out a way to be able to use the canonical color on LCD text,
138 // see the note on ComputeCanonicalColor above. We pick a dummy value for LCD text to