Searched refs:resetClip (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.h180 void resetClip(float left, float top, float right, float bottom);
H A DSnapshot.cpp120 void Snapshot::resetClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::Snapshot
H A DRecordingCanvas.cpp163 snapshot.resetClip(0, 0, 0, 0);
177 snapshot.resetClip(clip.left, clip.top, clip.right, clip.bottom);
H A DOpenGLRenderer.cpp546 writableSnapshot()->resetClip(clip.left, clip.top, clip.right, clip.bottom);
683 writableSnapshot()->resetClip(clip.left, clip.top, clip.right, clip.bottom);

Completed in 386 milliseconds