Searched refs:drawStrokedLine (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ |
D | SkGpuDevice.h | 240 void drawStrokedLine(const SkPoint pts[2], const SkPaint&);
|
D | SkGpuDevice.cpp | 564 void SkGpuDevice::drawStrokedLine(const SkPoint points[2], in drawStrokedLine() function in SkGpuDevice 628 this->drawStrokedLine(points, paint); in drawPath()
|
/external/skia/src/gpu/ |
D | GrSurfaceDrawContext.h | 710 void drawStrokedLine(const GrClip*, GrPaint&&, GrAA, const SkMatrix&, const SkPoint[2],
|
D | GrSurfaceDrawContext.cpp | 1658 void GrSurfaceDrawContext::drawStrokedLine(const GrClip* clip, GrPaint&& paint, in drawStrokedLine() function in GrSurfaceDrawContext 1723 this->drawStrokedLine(clip, std::move(*paint), aa, viewMatrix, linePts, in drawSimpleShape()
|