Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DSkGpuDevice.h245 void drawStrokedLine(const SkPoint pts[2], const SkPaint&);
DSkGpuDevice.cpp578 void SkGpuDevice::drawStrokedLine(const SkPoint points[2], in drawStrokedLine() function in SkGpuDevice
642 this->drawStrokedLine(points, paint); in drawPath()
/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()