HomeSort by relevance Sort by last modified time
    Searched defs:passCount (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
normconf.cpp 166 int32_t passCount = 0;
225 ++passCount;
261 ++passCount;
276 passCount + " lines/code points passed");
278 logln((UnicodeString)"Total: " + passCount + " lines/code points passed");
  /external/skia/gpu/src/
GrPathRenderer.cpp 231 int passCount = 0;
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-1] = &gInvWindColorPass
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 258 int passCount = (quality == kHigh_Quality) ? 3 : 1;
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/common/
triedict.cpp 945 long passCount = 0;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 107 milliseconds