Searched defs:clipRegionNand (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.cpp143 bool Snapshot::clipRegionNand(float left, float top, float right, float bottom) { function in class:android::uirenderer::Snapshot
166 clipped = clipRegionNand(r.left, r.top, r.right, r.bottom);

Completed in 111 milliseconds