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

/external/skia/gpu/src/
H A DGrPathRenderer.cpp231 int passCount = 0; local
239 passCount = 1;
250 passCount = 1;
266 passCount = 1;
269 passCount = 2;
290 passCount = 2;
303 passCount = 3;
307 --passCount;
310 drawFace[passCount-1] = GrDrawTarget::kBoth_DrawFace;
312 passes[passCount
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp258 int passCount = (quality == kHigh_Quality) ? 3 : 1; local
259 SkScalar passRadius = SkScalarDiv(radius, SkScalarSqrt(SkIntToScalar(passCount)));
272 int padx = passCount * rx;
273 int pady = passCount * ry;
295 SkAutoTMalloc<uint32_t> storage((sw + 2 * (passCount - 1) * rx + 1) * (sh + 2 * (passCount - 1) * ry + 1));
341 dp + passCount * (rx + ry * dst->fRowBytes), dst->fRowBytes,
345 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes), dst->fRowBytes,
/external/icu4c/test/intltest/
H A Dnormconf.cpp166 int32_t passCount = 0; local
225 ++passCount;
261 ++passCount;
276 passCount + " lines/code points passed");
278 logln((UnicodeString)"Total: " + passCount + " lines/code points passed");
/external/icu4c/common/
H A Dtriedict.cpp945 long passCount = 0; local
969 uprv_sortArray(array+2, counter, sizeof(void *), _sortBuildNodes, NULL, (passCount > 0), &status);
995 passCount += 1;
998 fprintf(stderr, "Trie node dupe removal, pass %d: %d nodes tagged\n", passCount, dupes);
1003 fprintf(stderr, "Trie node dupe removal complete: %d tagged in %d passes\n", totalDupes, passCount);
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests2620 my $passCount = $counts{match} || 0; # $counts{match} will be undefined if we've not yet passed a test (e.g. the first test fails).
2622 my $failureCount = $count - $passCount - $newCount; # "Failure" here includes timeouts, crashes, etc.

Completed in 106 milliseconds