Home | History | Annotate | Download | only in ports

Lines Matching refs:fPreBlend

1248             if (fPreBlend.isApplicable()) {
1250 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1253 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1257 if (fPreBlend.isApplicable()) {
1259 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1262 fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
1266 if (fPreBlend.isApplicable()) {
1267 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
1269 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);