Searched refs:clipRegionAnd (Results 1 - 2 of 2) sorted by relevance

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

Completed in 209 milliseconds