Searched refs:fDebugLoopCount (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/pathops/
H A DSkIntersections.h30 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount));
325 int fDebugLoopCount[3]; member in class:SkIntersections
H A DSkPathOpsDebug.cpp590 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[inde
[all...]
H A DSkPathOpsTypes.h203 int fDebugLoopCount[3]; member in class:SkOpGlobalState
/external/skqp/src/pathops/
H A DSkIntersections.h30 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount));
325 int fDebugLoopCount[3]; member in class:SkIntersections
H A DSkPathOpsDebug.cpp590 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[inde
[all...]
H A DSkPathOpsTypes.h203 int fDebugLoopCount[3]; member in class:SkOpGlobalState

Completed in 250 milliseconds