Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h678 void drawStrokedLine(const GrClip*, GrPaint&&, GrAA, const SkMatrix&, const SkPoint[2],
DSurfaceDrawContext.cpp1673 void SurfaceDrawContext::drawStrokedLine(const GrClip* clip, in drawStrokedLine() function in skgpu::v1::SurfaceDrawContext
1744 this->drawStrokedLine(clip, std::move(*paint), aa, viewMatrix, linePts, in drawSimpleShape()