HomeSort by relevance Sort by last modified time
    Searched refs:DumpContourPt (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.h 180 static void DumpContourPt(const SkTArray<class SkOpContour, true>& contours, int id);
181 static void DumpContourPt(const SkTArray<class SkOpContour* , true>& contours, int id);
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 575 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour, true>& contours, int segmentID) {
582 void SkPathOpsDebug::DumpContourPt(const SkTArray<SkOpContour* , true>& contours, int segmentID) {
829 SkPathOpsDebug::DumpContourPt(contours, segmentID);
833 SkPathOpsDebug::DumpContourPt(contours, segmentID);
837 SkPathOpsDebug::DumpContourPt(*contours, segmentID);
841 SkPathOpsDebug::DumpContourPt(*contours, segmentID);

Completed in 30 milliseconds