Searched defs:outputPoints (Results 1 - 1 of 1) sorted by relevance

/external/skia/tools/debugger/
H A DSkDebugCanvas.cpp750 void SkDebugCanvas::outputPoints(const SkPoint* pts, int count) { function in class:SkDebugCanvas
775 this->outputPoints(&pts[0], 1);
779 this->outputPoints(&pts[1], 1);
783 this->outputPoints(&pts[1], 2);
791 this->outputPoints(&pts[1], 3);

Completed in 47 milliseconds