HomeSort by relevance Sort by last modified time
    Searched refs:SkPathOpsDebug (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 8 #include "SkPathOpsDebug.h"
13 int SkPathOpsDebug::gMaxWindSum = SK_MaxS32;
14 int SkPathOpsDebug::gMaxWindValue = SK_MaxS32;
16 const char* SkPathOpsDebug::kLVerbStr[] = {"", "line", "quad", "cubic"};
17 int SkPathOpsDebug::gContourID;
18 int SkPathOpsDebug::gSegmentID;
21 int SkPathOpsDebug::gSortCountDefault = SK_MaxS32;
22 int SkPathOpsDebug::gSortCount;
26 const char* SkPathOpsDebug::kPathOpStr[] = {"diff", "sect", "union", "xor"};
29 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen)
    [all...]
SkPathOpsDebug.h 132 class SkPathOpsDebug {
158 #define DEBUG_FILENAME_STRING (reinterpret_cast<char* >(SkTLS::Get(SkPathOpsDebug::CreateNameStr, \
159 SkPathOpsDebug::DeleteNameStr)))
SkOpEdgeBuilder.cpp 17 SkPathOpsDebug::gContourID = 0;
18 SkPathOpsDebug::gSegmentID = 0;
SkPathOpsOp.cpp 251 SkPathOpsDebug::BumpTestName(debugName);
252 SkPathOpsDebug::ShowPath(one, two, op, debugName);
266 SkPathOpsDebug::gSortCount = SkPathOpsDebug::gSortCountDefault;
SkPathOpsSimplify.cpp 152 SkPathOpsDebug::gSortCount = SkPathOpsDebug::gSortCountDefault;
SkQuarticRoot.cpp 43 SkPathOpsDebug::MathematicaIze(str, sizeof(str));
SkOpContour.h 29 fID = ++SkPathOpsDebug::gContourID;
SkOpSegment.cpp 190 SkPathOpsDebug::kPathOpStr[op], miFrom, miTo, suFrom, suTo, result);
    [all...]
SkOpAngle.cpp 430 SkPathOpsDebug::WindingPrintf(spanMin.fWindSum);
432 SkPathOpsDebug::WindingPrintf(spanMin.fOppSum),
SkOpSegment.h 23 fID = ++SkPathOpsDebug::gSegmentID;
SkPathOpsCubic.cpp 132 SkPathOpsDebug::MathematicaIze(str, sizeof(str));
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 8 #include "SkPathOpsDebug.h"
13 int SkPathOpsDebug::gMaxWindSum = SK_MaxS32;
14 int SkPathOpsDebug::gMaxWindValue = SK_MaxS32;
16 const char* SkPathOpsDebug::kLVerbStr[] = {"", "line", "quad", "cubic"};
17 int SkPathOpsDebug::gContourID;
18 int SkPathOpsDebug::gSegmentID;
21 int SkPathOpsDebug::gSortCountDefault = SK_MaxS32;
22 int SkPathOpsDebug::gSortCount;
26 const char* SkPathOpsDebug::kPathOpStr[] = {"diff", "sect", "union", "xor"};
29 void SkPathOpsDebug::MathematicaIze(char* str, size_t bufferLen)
    [all...]
SkPathOpsDebug.h 132 class SkPathOpsDebug {
158 #define DEBUG_FILENAME_STRING (reinterpret_cast<char* >(SkTLS::Get(SkPathOpsDebug::CreateNameStr, \
159 SkPathOpsDebug::DeleteNameStr)))
SkOpEdgeBuilder.cpp 17 SkPathOpsDebug::gContourID = 0;
18 SkPathOpsDebug::gSegmentID = 0;
SkPathOpsOp.cpp 251 SkPathOpsDebug::BumpTestName(debugName);
252 SkPathOpsDebug::ShowPath(one, two, op, debugName);
266 SkPathOpsDebug::gSortCount = SkPathOpsDebug::gSortCountDefault;
SkPathOpsSimplify.cpp 152 SkPathOpsDebug::gSortCount = SkPathOpsDebug::gSortCountDefault;
SkQuarticRoot.cpp 43 SkPathOpsDebug::MathematicaIze(str, sizeof(str));
SkOpContour.h 29 fID = ++SkPathOpsDebug::gContourID;
SkOpSegment.cpp 190 SkPathOpsDebug::kPathOpStr[op], miFrom, miTo, suFrom, suTo, result);
    [all...]
SkOpAngle.cpp 430 SkPathOpsDebug::WindingPrintf(spanMin.fWindSum);
432 SkPathOpsDebug::WindingPrintf(spanMin.fOppSum),
SkOpSegment.h 23 fID = ++SkPathOpsDebug::gSegmentID;
SkPathOpsCubic.cpp 132 SkPathOpsDebug::MathematicaIze(str, sizeof(str));
  /external/skia/tests/
PathOpsThreadedCommon.cpp 24 SkPathOpsDebug::gMaxWindSum = SK_MaxS32;
25 SkPathOpsDebug::gMaxWindValue = SK_MaxS32;
PathOpsExtendedTest.cpp 562 void SkPathOpsDebug::ShowPath(const SkPath& a, const SkPath& b, SkPathOp shapeOp,
580 SkPathOpsDebug::ShowPath(a, b, shapeOp, testName);
643 SkPathOpsDebug::gMaxWindSum = 4;
644 SkPathOpsDebug::gMaxWindValue = 4;
  /external/skia/
Android.mk 325 src/pathops/SkPathOpsDebug.cpp \

Completed in 119 milliseconds

1 2