Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsSimplify.cpp192 contour.dumpSegments(); in Simplify()
213 contour.dumpSegments("aligned"); in Simplify()
DSkPathOpsOp.cpp289 contourList->dumpSegments("seg", op); in OpDebug()
314 contourList->dumpSegments("aligned"); in OpDebug()
DSkOpContour.h192 void dumpSegments(const char* prefix = "seg", SkPathOp op = (SkPathOp) -1) const;
/external/skia/tests/
DPathOpsDebug.cpp1279 void SkOpContour::dumpSegments(const char* prefix, SkPathOp op) const { in dumpSegments() function in SkOpContour