Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
Dtypes.cpp251 to->addRectUnchecked( in h2b()
/frameworks/native/libs/gui/bufferqueue/2.0/
Dtypes.cpp244 to->addRectUnchecked( in h2b()
/frameworks/native/libs/ui/include_vndk/ui/
DRegion.h142 void addRectUnchecked(int l, int t, int r, int b);
/frameworks/native/libs/ui/include/ui/
DRegion.h142 void addRectUnchecked(int l, int t, int r, int b);
/frameworks/native/include/ui/
DRegion.h142 void addRectUnchecked(int l, int t, int r, int b);
/frameworks/native/libs/ui/
DRegion.cpp307 void Region::addRectUnchecked(int l, int t, int r, int b) in addRectUnchecked() function in android::Region
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp491 reg.addRectUnchecked(rect.left, rect.top, rect.right, rect.bottom); in nativeSetTransparentRegionHint()