Home
last modified time | relevance | path

Searched refs:kMaxInt32 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_BitmapTest.cpp285 constexpr auto kMaxInt32 = std::numeric_limits<int32_t>::max(); variable
348 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()
Dandroid_graphics_cts_AImageDecoderTest.cpp723 constexpr auto kMaxInt32 = std::numeric_limits<int32_t>::max(); in testSetTargetSize() local
724 int32_t maxWidth = kMaxInt32 / bpp; in testSetTargetSize()
740 int32_t maxHeight = kMaxInt32 / defaultStride; in testSetTargetSize()