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

/external/skia/tests/
H A DPathOpsDebug.cpp443 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour, true>& contours, int segmentID) { function in class:SkPathOpsDebug
450 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour* , true>& contours, int segmentID) { function in class:SkPathOpsDebug
697 SkPathOpsDebug::DumpContourPt(contours, segmentID);
701 SkPathOpsDebug::DumpContourPt(contours, segmentID);
705 SkPathOpsDebug::DumpContourPt(*contours, segmentID);
709 SkPathOpsDebug::DumpContourPt(*contours, segmentID);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp575 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour, true>& contours, int segmentID) { function in class:SkPathOpsDebug
582 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour* , true>& contours, int segmentID) { function in class:SkPathOpsDebug
829 SkPathOpsDebug::DumpContourPt(contours, segmentID);
833 SkPathOpsDebug::DumpContourPt(contours, segmentID);
837 SkPathOpsDebug::DumpContourPt(*contours, segmentID);
841 SkPathOpsDebug::DumpContourPt(*contours, segmentID);

Completed in 189 milliseconds