Searched refs:resetClip (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Snapshot.h | 180 void resetClip(float left, float top, float right, float bottom);
|
D | Snapshot.cpp | 120 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip() function in android::uirenderer::Snapshot
|
D | RecordingCanvas.cpp | 163 snapshot.resetClip(0, 0, 0, 0); in saveLayer() 177 snapshot.resetClip(clip.left, clip.top, clip.right, clip.bottom); in saveLayer()
|
D | OpenGLRenderer.cpp | 546 writableSnapshot()->resetClip(clip.left, clip.top, clip.right, clip.bottom); in saveLayerDeferred() 683 writableSnapshot()->resetClip(clip.left, clip.top, clip.right, clip.bottom); in createFboLayer()
|