Home
last modified time | relevance | path

Searched refs:passCount (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrDefaultPathRenderer.cpp371 int passCount = 0; in internalDrawPath() local
378 passCount = 1; in internalDrawPath()
388 passCount = 1; in internalDrawPath()
404 passCount = 1; in internalDrawPath()
407 passCount = 2; in internalDrawPath()
428 passCount = 2; in internalDrawPath()
441 passCount = 3; in internalDrawPath()
445 --passCount; in internalDrawPath()
448 drawFace[passCount-1] = GrDrawState::kBoth_DrawFace; in internalDrawPath()
450 passes[passCount-1] = &gInvWindColorPass; in internalDrawPath()
[all …]
/external/skia/src/effects/
DSkBlurMask.cpp566 int passCount = (quality == kHigh_Quality) ? 3 : 1; in Blur() local
567 SkScalar passRadius = SkScalarDiv(radius, SkScalarSqrt(SkIntToScalar(passCount))); in Blur()
580 int padx = passCount * rx; in Blur()
581 int pady = passCount * ry; in Blur()
606 const size_t storageW = sw + 2 * (passCount - 1) * rx + 1; in Blur()
607 const size_t storageH = sh + 2 * (passCount - 1) * ry + 1; in Blur()
655 dp + passCount * (rx + ry * dst->fRowBytes), in Blur()
659 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes), in Blur()
/external/icu4c/test/intltest/
Dnormconf.cpp166 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/
Dtriedict.cpp945 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/
Dold-run-webkit-tests2620 …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…