Searched refs:drawStrokedLine (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/ganesh/ |
D | SurfaceDrawContext.h | 620 void drawStrokedLine(const GrClip*, GrPaint&&, GrAA, const SkMatrix&, const SkPoint[2],
|
D | SurfaceDrawContext.cpp | 1644 void SurfaceDrawContext::drawStrokedLine(const GrClip* clip, in drawStrokedLine() function in skgpu::v1::SurfaceDrawContext 1739 this->drawStrokedLine(clip, std::move(*paint), aa, viewMatrix, linePts, in drawSimpleShape()
|
D | Device.cpp | 483 fSurfaceDrawContext->drawStrokedLine(this->clip(), in drawPoints()
|