Home
last modified time | relevance | path

Searched refs:drawStrokedLine (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.h620 void drawStrokedLine(const GrClip*, GrPaint&&, GrAA, const SkMatrix&, const SkPoint[2],
DSurfaceDrawContext.cpp1644 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()
DDevice.cpp483 fSurfaceDrawContext->drawStrokedLine(this->clip(), in drawPoints()