Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp172 region1.addRectUnchecked(10, 20, 30, 40); in TEST_F()
173 region1.addRectUnchecked(40, 30, 20, 10); in TEST_F()
176 region2.addRectUnchecked(11, 20, 30, 40); in TEST_F()
177 region2.addRectUnchecked(40, 31, 20, 10); in TEST_F()
/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/
H A Dtypes.cpp244 to->addRectUnchecked( in h2b()
/aosp12/frameworks/av/media/codec2/vndk/
H A Dtypes.cpp251 to->addRectUnchecked( in h2b()
/aosp12/frameworks/native/libs/ui/include/ui/
H A DRegion.h143 void addRectUnchecked(int l, int t, int r, int b);
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DRegion.h143 void addRectUnchecked(int l, int t, int r, int b);
/aosp12/frameworks/native/include/ui/
H A DRegion.h143 void addRectUnchecked(int l, int t, int r, int b);
/aosp12/frameworks/native/libs/ui/
H A DRegion.cpp307 void Region::addRectUnchecked(int l, int t, int r, int b) in addRectUnchecked() function in android::Region
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp689 reg.addRectUnchecked(rect.left, rect.top, rect.right, rect.bottom); in nativeSetTransparentRegionHint()