Lines Matching defs:paint
61 // This will be set if to the paint's foreground color if
102 * Causes the luminance color to be ignored, and the paint and device
113 * paint and device gamma to be effectively 1.0.
142 msg.appendf(" lum bits %x, device gamma %d, paint gamma %d contrast %d\n", fLumBits,
211 // will apply the alpha from the paint. Don't apply the alpha twice.
225 explicit SkScalerContextEffects(const SkPaint& paint)
226 : fPathEffect(paint.getPathEffect())
227 , fMaskFilter(paint.getMaskFilter()) {}
313 static void MakeRecAndEffects(const SkFont& font, const SkPaint& paint,
324 SkPaint paint;
326 font, paint, SkSurfaceProps(),