Searched refs:kBad (Results 1 – 3 of 3) sorted by relevance
69 kBad = 2 // we can't sample across this edge enumerator89 if (kHard != fTypes[i] && kBad != fTypes[i]) { in isHardOrBadAllAround()99 if (kBad == fTypes[i]) { in hasABad()150 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy()151 (isPowerOfTwo || isExact) ? RectInfo::kHard : RectInfo::kBad, in create_proxy()175 return RectInfo::kBad; in compute_inset_edgetype()
7 constexpr int kBad = depth(MAX + 1); // expected-error {{must be initialized by a constant expressi… variable
749 const int kBad = 1; in CheckRegion() local780 state = kBad; in CheckRegion()786 } else if (state == kBad) { in CheckRegion()807 if ((state == kGoodAgain) || (state == kBad)) { in CheckRegion()