Lines Matching defs:paint
143 * Draw everywhere (respecting the clip) with the paint.
148 * Draw the rect using a paint.
149 * @param paint describes how to color pixels.
154 * The rects coords are used to access the paint (through texture matrix)
157 GrPaint&& paint,
180 * Fills a block of pixels with a paint and a localMatrix, respecting the clip.
183 GrPaint&& paint,
189 this->drawFilledQuad(clip, std::move(paint), GrAA::kNo, &quad);
198 void fillRectWithEdgeAA(const GrClip* clip, GrPaint&& paint, GrAA aa, GrQuadAAFlags edgeAA,
202 this->fillRectToRect(clip, std::move(paint), aa, viewMatrix, rect,
208 this->drawFilledQuad(clip, std::move(paint), aa, &quad);
223 void fillQuadWithEdgeAA(const GrClip* clip, GrPaint&& paint, GrAA aa, GrQuadAAFlags edgeAA,
229 this->drawFilledQuad(clip, std::move(paint), aa, &quad);
233 void drawQuadSet(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix,
308 * Draw a roundrect using a paint.
310 * @param paint describes how to color pixels.
339 * @param paint describes how to color pixels.
355 * @param paint describes how to color pixels.
367 * Draws vertices with a paint.
369 * @param paint describes how to color pixels.
375 GrPaint&& paint,
381 * Draws textured sprites from an atlas with a paint. This currently does not support AA for the
384 * @param paint describes how to color pixels.
388 * @param texRect array of texture rectangles used to access the paint.
390 * the paint's color field.
393 GrPaint&& paint,
403 * @param paint describes how to color pixels
410 GrPaint&& paint,
420 * @param paint describes how to color pixels.
427 GrPaint&& paint,
436 * @param paint describes how to color pixels.
449 GrPaint&& paint,
475 * @param glyphRunList text, text positions, and paint.
480 const SkPaint& paint);
486 * @param glyphRunList text, text positions, and paint.
491 const SkPaint& paint);
497 * @param glyphRunList text, text positions, and paint.
502 const SkPaint& paint);
531 GrPaint&& paint,
541 this->drawFilledQuad(clip, std::move(paint), doStencilMSAA, &quad, ss);
607 GrAA chooseAA(const SkPaint& paint) {
608 return GrAA(paint.isAntiAlias() || this->alwaysAntialias());
647 // If kSubmitted is returned, the provided paint was consumed. Otherwise it is left unchanged.
652 GrPaint* paint);
659 GrPaint&& paint,