Searched refs:ClipRRect (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkRecords.h | 57 M(ClipRRect) \ 216 RECORD(ClipRRect, 0,
|
D | SkLiteDL.cpp | 53 M(ClipPath) M(ClipRect) M(ClipRRect) M(ClipRegion) \ 155 struct ClipRRect final : Op { struct 156 static const auto kType = Type::ClipRRect; argument 157 ClipRRect(const SkRRect& rrect, SkClipOp op, bool aa) : rrect(rrect), op(op), aa(aa) {} in ClipRRect() function 552 this->push<ClipRRect>(0, rrect, op, aa); in clipRRect()
|
D | SkRecordDraw.cpp | 89 DRAW(ClipRRect, clipRRect(r.rrect, r.opAA.op(), r.opAA.aa())); 248 void updateClipBounds(const ClipRRect& op) { this->updateClipBoundsForClipOp(op.devBounds); } in updateClipBounds() 297 void trackBounds(const ClipRRect&) { this->pushControl(); } in trackBounds() argument
|
D | SkRecorder.cpp | 388 APPEND(ClipRRect, this->getDeviceClipBounds(), rrect, opAA); in onClipRRect()
|
/external/skia/tools/debugger/ |
D | SkDrawCommand.cpp | 280 INSTALL_FACTORY(ClipRRect); in fromJSON()
|