OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resetClip
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/
Snapshot.h
116
void
resetClip
(float left, float top, float right, float bottom);
Snapshot.cpp
178
void Snapshot::
resetClip
(float left, float top, float right, float bottom) {
OpenGLRenderer.cpp
853
mSnapshot->
resetClip
(clip.left, clip.top, clip.right, clip.bottom);
[
all
...]
Completed in 35 milliseconds