Home
last modified time | relevance | path

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

/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp356 Rect crop1, crop2, crop3; in TEST_F() local
364 crop2.left = std::numeric_limits<int32_t>::min(); in TEST_F()
365 crop2.top = 0xFF; in TEST_F()
366 crop2.right = std::numeric_limits<int32_t>::max(); in TEST_F()
367 crop2.bottom = 0xFFFF; in TEST_F()
368 crops.push_back(crop2); in TEST_F()