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

/frameworks/base/libs/hwui/
H A DSnapshot.cpp98 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { function in class:android::uirenderer::Snapshot
127 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op);
144 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op);

Completed in 23 milliseconds