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

/external/skia/src/core/
H A DSkRecordDraw.cpp86 DRAW(ClipRRect, clipRRect(r.rrect, r.opAA.op(), r.opAA.aa()));
257 void updateClipBounds(const ClipRRect& op) { this->updateClipBoundsForClipOp(op.devBounds); }
307 void trackBounds(const ClipRRect&) { this->pushControl(); } argument
H A DSkLiteDL.cpp51 M(ClipPath) M(ClipRect) M(ClipRRect) M(ClipRegion) \
158 struct ClipRRect final : Op {
159 static const auto kType = Type::ClipRRect;
160 ClipRRect(const SkRRect& rrect, SkClipOp op, bool aa) : rrect(rrect), op(op), aa(aa) {} function in struct:__anon16967::final
563 this->push<ClipRRect>(0, rrect, op, aa);

Completed in 101 milliseconds