Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DSkGpuDevice.h240 void drawStrokedLine(const SkPoint pts[2], const SkPaint&);
DSkGpuDevice.cpp564 void SkGpuDevice::drawStrokedLine(const SkPoint points[2], in drawStrokedLine() function in SkGpuDevice
628 this->drawStrokedLine(points, paint); in drawPath()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h710 void drawStrokedLine(const GrClip*, GrPaint&&, GrAA, const SkMatrix&, const SkPoint[2],
DGrSurfaceDrawContext.cpp1658 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()