Searched defs:DrawPicture (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) \
258 struct DrawPicture final : Op {
259 static const auto kType = Type::DrawPicture;
260 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) function in struct:__anon16967::final
605 this->push<DrawPicture>(0, picture, matrix, paint);

Completed in 97 milliseconds