Lines Matching refs:paint
28 * Bits specifies which aspects of the layer's paint should replace the
29 * corresponding aspects on the draw's paint.
30 * kEntirePaint_Bits means use the layer's paint completely.
31 * 0 means ignore the layer's paint... except for fColorMode, which is
45 * Use the layer's paint entirely, with these exceptions:
46 * - We never override the draw's paint's text_encoding, since that is
56 * Info for how to apply the layer's paint and offset.
59 * The layer's paint's color is treated as the SRC
60 * The draw's paint's color is treated as the DST
108 bool next(Info*, SkPaint* paint) override;
127 * This returns a paint you can modify, but that ptr is only valid until
133 * This layer will draw with the original paint, at the specified offset
138 * This layer will with the original paint and no offset.