Searched refs:passCount (Results 1 – 5 of 5) sorted by relevance
/external/skia/gpu/src/ |
D | GrPathRenderer.cpp | 231 int passCount = 0; in onDrawPath() local 239 passCount = 1; in onDrawPath() 250 passCount = 1; in onDrawPath() 266 passCount = 1; in onDrawPath() 269 passCount = 2; in onDrawPath() 290 passCount = 2; in onDrawPath() 303 passCount = 3; in onDrawPath() 307 --passCount; in onDrawPath() 310 drawFace[passCount-1] = GrDrawTarget::kBoth_DrawFace; in onDrawPath() 312 passes[passCount-1] = &gInvWindColorPass; in onDrawPath() [all …]
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 258 int passCount = (quality == kHigh_Quality) ? 3 : 1; in Blur() local 259 SkScalar passRadius = SkScalarDiv(radius, SkScalarSqrt(SkIntToScalar(passCount))); in Blur() 272 int padx = passCount * rx; in Blur() 273 int pady = passCount * ry; in Blur() 295 …SkAutoTMalloc<uint32_t> storage((sw + 2 * (passCount - 1) * rx + 1) * (sh + 2 * (passCount - 1) * … in Blur() 341 dp + passCount * (rx + ry * dst->fRowBytes), dst->fRowBytes, in Blur() 345 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes), dst->fRowBytes, in Blur()
|
/external/icu4c/test/intltest/ |
D | normconf.cpp | 166 int32_t passCount = 0; in TestConformance() local 225 ++passCount; in TestConformance() 261 ++passCount; in TestConformance() 276 passCount + " lines/code points passed"); in TestConformance() 278 logln((UnicodeString)"Total: " + passCount + " lines/code points passed"); in TestConformance()
|
/external/icu4c/common/ |
D | triedict.cpp | 945 long passCount = 0; in coalesceDuplicates() local 969 … uprv_sortArray(array+2, counter, sizeof(void *), _sortBuildNodes, NULL, (passCount > 0), &status); in coalesceDuplicates() 995 passCount += 1; in coalesceDuplicates() 998 fprintf(stderr, "Trie node dupe removal, pass %d: %d nodes tagged\n", passCount, dupes); in coalesceDuplicates() 1003 …printf(stderr, "Trie node dupe removal complete: %d tagged in %d passes\n", totalDupes, passCount); in coalesceDuplicates()
|
/external/webkit/Tools/Scripts/ |
D | old-run-webkit-tests | 2620 …my $passCount = $counts{match} || 0; # $counts{match} will be undefined if we've not yet passed a … 2622 …my $failureCount = $count - $passCount - $newCount; # "Failure" here includes timeouts, crashes, e…
|