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

  /external/skia/src/pathops/
SkIntersections.h 30 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount));
325 int fDebugLoopCount[3];
SkPathOpsDebug.cpp 590 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) {
592 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) {
595 fDebugLoopCount[index] = i->debugLoopCount(looper);
610 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) {
611 if (fDebugLoopCount[index] >= local->fDebugLoopCount[index]) {
614 fDebugLoopCount[index] = local->fDebugLoopCount[index];
653 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) {
654 SkDebugf("%s: %d\n", loops[index], fDebugLoopCount[index])
    [all...]
SkPathOpsTypes.h 203 int fDebugLoopCount[3];

Completed in 65 milliseconds