OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addRectUnchecked
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/ui/
Region.h
136
void
addRectUnchecked
(int l, int t, int r, int b);
/frameworks/base/core/jni/
android_view_SurfaceControl.cpp
278
reg.
addRectUnchecked
(r.fLeft, r.fTop, r.fRight, r.fBottom);
/frameworks/native/libs/ui/
Region.cpp
248
void Region::
addRectUnchecked
(int l, int t, int r, int b)
Completed in 164 milliseconds