Searched refs:drawShapeUsingPathRenderer (Results 1 – 4 of 4) sorted by relevance
| /third_party/skia/src/gpu/v1/ |
| D | SurfaceDrawContext.cpp | 778 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, in drawRect() 1114 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, in drawRRect() 1420 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, in drawOval() 1459 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, in drawArc() 1582 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, std::move(shape), in drawShape() 1782 void SurfaceDrawContext::drawShapeUsingPathRenderer(const GrClip* clip, in drawShapeUsingPathRenderer() function in skgpu::v1::SurfaceDrawContext
|
| D | SurfaceDrawContext_v1.h | 685 void drawShapeUsingPathRenderer(const GrClip*, GrPaint&&, GrAA, const SkMatrix&,
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrRenderTargetContext.cpp | 777 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, GrShape(rect, *style)); in drawRect() 1076 this->drawShapeUsingPathRenderer(*clip, std::move(paint), aa, viewMatrix, in drawRRect() 1399 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, GrShape(path)); in drawDRRect() 1496 this->drawShapeUsingPathRenderer( in drawOval() 1535 this->drawShapeUsingPathRenderer( in drawArc() 2093 this->drawShapeUsingPathRenderer(clip, std::move(paint), aa, viewMatrix, shape); in drawShape() 2179 void GrRenderTargetContext::drawShapeUsingPathRenderer(const GrClip& clip, in drawShapeUsingPathRenderer() function in GrRenderTargetContext
|
| D | GrRenderTargetContext.h | 600 void drawShapeUsingPathRenderer(const GrClip&, GrPaint&&, GrAA, const SkMatrix&,
|