HomeSort by relevance Sort by last modified time
    Searched refs:clipRegionOp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
Snapshot.cpp 109 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) {
133 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op);
145 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kUnion_Op);
158 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op);
Snapshot.h 231 bool clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op);

Completed in 45 milliseconds