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

/frameworks/base/libs/hwui/
H A DSnapshot.h157 void resetClip(float left, float top, float right, float bottom);
H A DSnapshot.cpp104 void Snapshot::resetClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::Snapshot
H A DRecordingCanvas.cpp178 snapshot.resetClip(clip.left, clip.top, clip.right, clip.bottom);
197 snapshot.resetClip(0, 0, 0, 0);

Completed in 1581 milliseconds