OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clipRequired
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
OpenGLRenderer.h
268
* Same as quickReject, without the scissor, instead returning
clipRequired
through pointer.
269
*
clipRequired
will be only set if not rejected
272
bool snapOut = false, bool*
clipRequired
= NULL);
273
bool quickRejectNoScissor(const Rect& bounds, bool*
clipRequired
= NULL) {
275
clipRequired
);
[
all
...]
OpenGLRenderer.cpp
[
all
...]
Completed in 83 milliseconds