Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h32 constexpr int MIN_REGION_VALUE = -1000000; // normal region value should not less than -1000000 variable
50 l, t, t, b, MIN_REGION_VALUE, MAX_REGION_VALUE);
63 … r.left_, r.top_, r.GetRight(), r.GetBottom(), MIN_REGION_VALUE, MAX_REGION_VALUE);
144 left_ = std::max(left_, MIN_REGION_VALUE); in CheckAndCorrectValue()
145 top_ = std::max(top_, MIN_REGION_VALUE); in CheckAndCorrectValue()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_occlusion_region_test.cpp513 const Rect maxRect { MIN_REGION_VALUE, MIN_REGION_VALUE, MAX_REGION_VALUE, MAX_REGION_VALUE };
514 constexpr int invalidLeft = MIN_REGION_VALUE - 1;
515 constexpr int invalidTop = MIN_REGION_VALUE - 1;