Searched refs:tooBig (Results 1 – 5 of 5) sorted by relevance
82 doTest("scaleWhen", ["always", "never", "tooBig", "tooSmall", "nonesuch"]);
45 Alert: scaleWhen.tooBig is 2
1099 boolean tooBig = false; in format()1102 tooBig = (number <= cutoff); // number == cutoff can only happen if multiplier == -1 in format()1105 tooBig = (number > cutoff); in format()1107 if (tooBig) { in format()
1105 boolean tooBig = false; in format()1108 tooBig = (number <= cutoff); // number == cutoff can only happen if multiplier == -1 in format()1111 tooBig = (number > cutoff); in format()1113 if (tooBig) { in format()
434 static bool tooBig(const SkMatrix& m, SkScalar ma2max) { in tooBig() function446 return tooBig(matrix, MaxCacheSize2()); in TooBigToUseCache()