Searched refs:kMaxInt32 (Results 1 – 2 of 2) sorted by relevance
285 constexpr auto kMaxInt32 = std::numeric_limits<int32_t>::max(); variable348 mBadInfo.width = static_cast<uint32_t>(kMaxInt32) + 1; in next()353 mBadInfo.height = static_cast<uint32_t>(kMaxInt32) + 1; in next()357 mBadInfo.height = kMaxInt32 / 2; in next()
723 constexpr auto kMaxInt32 = std::numeric_limits<int32_t>::max(); in testSetTargetSize() local724 int32_t maxWidth = kMaxInt32 / bpp; in testSetTargetSize()740 int32_t maxHeight = kMaxInt32 / defaultStride; in testSetTargetSize()