Searched refs:addRectUnchecked (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/ui/tests/ |
D | Region_test.cpp | 172 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()
|
/frameworks/av/media/codec2/vndk/ |
D | types.cpp | 251 to->addRectUnchecked( in h2b()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | types.cpp | 244 to->addRectUnchecked( in h2b()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | Region.h | 143 void addRectUnchecked(int l, int t, int r, int b);
|
/frameworks/native/include/ui/ |
D | Region.h | 143 void addRectUnchecked(int l, int t, int r, int b);
|
/frameworks/native/libs/ui/include/ui/ |
D | Region.h | 143 void addRectUnchecked(int l, int t, int r, int b);
|
/frameworks/native/libs/ui/ |
D | Region.cpp | 307 void Region::addRectUnchecked(int l, int t, int r, int b) in addRectUnchecked() function in android::Region
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 687 reg.addRectUnchecked(rect.left, rect.top, rect.right, rect.bottom); in nativeSetTransparentRegionHint()
|