Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp181 contour.dumpSegments(); in SimplifyDebug()
206 contour.dumpSegments("aligned"); in SimplifyDebug()
DSkPathOpsOp.cpp268 contourList->dumpSegments("seg", op); in OpDebug()
297 contourList->dumpSegments("aligned"); in OpDebug()
DSkOpContour.h166 void dumpSegments(const char* prefix = "seg", SkPathOp op = (SkPathOp) -1) const;
/external/skia/tests/
DPathOpsDebug.cpp1345 void SkOpContour::dumpSegments(const char* prefix, SkPathOp op) const { in dumpSegments() function in SkOpContour