Lines Matching defs:paint
89 const SkPaint& paint,
93 if (!paint.asBlendMode()) {
100 SkColor4f paintColor = paint.getColor4f();
104 auto shader = as_SB(paint.getShader());
108 // Having no shader makes things nice and easy... just use the paint color.
112 return SkRasterPipelineBlitter::Create(dst, paint, alloc,
121 {&shaderPipeline, alloc, dstCT, dstCS, paint, nullptr, matrixProvider})) {
126 return SkRasterPipelineBlitter::Create(dst, paint, alloc,
136 const SkPaint& paint,
141 bool is_constant = false; // If this were the case, it'd be better to just set a paint color.
142 return SkRasterPipelineBlitter::Create(dst, paint, alloc,
148 const SkPaint& paint,
154 const auto bm = paint.asBlendMode();
191 if (auto colorFilter = paint.getColorFilter()) {
194 colorPipeline, alloc, dst.colorType(), dst.colorSpace(), paint, nullptr, matrixProvider
204 if (paint.isDither() && !is_constant) {