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 29 sk_bzero(fDebugLoopCount, sizeof(fDebugLoopCount));
315 int fDebugLoopCount[3];
SkPathOpsDebug.cpp 288 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) {
290 if (fDebugLoopCount[index] >= i->debugLoopCount(looper)) {
293 fDebugLoopCount[index] = i->debugLoopCount(looper);
308 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) {
309 if (fDebugLoopCount[index] >= local->fDebugLoopCount[index]) {
312 fDebugLoopCount[index] = local->fDebugLoopCount[index];
351 for (int index = 0; index < (int) SK_ARRAY_COUNT(fDebugLoopCount); ++index) {
352 SkDebugf("%s: %d\n", loops[index], fDebugLoopCount[index])
    [all...]
SkPathOpsTypes.h 157 int fDebugLoopCount[3];

Completed in 77 milliseconds