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

/external/skia/src/core/
H A DSkLiteDL.cpp53 M(DrawRRect) M(DrawDRRect) M(DrawAnnotation) M(DrawDrawable) M(DrawPicture) \
222 struct DrawRRect final : Op {
223 static const auto kType = Type::DrawRRect;
224 DrawRRect(const SkRRect& rrect, const SkPaint& paint) : rrect(rrect), paint(paint) {} function in struct:__anon16967::final
589 this->push<DrawRRect>(0, rrect, paint);

Completed in 29 milliseconds