Searched refs:DrawPicture (Results 1 – 5 of 5) sorted by relevance
61 DrawPicture, enumerator
423 struct CanvasOp<CanvasOpType::DrawPicture> {
42 X(DrawPicture)
321 struct DrawPicture final : Op { struct322 static const auto kType = Type::DrawPicture; argument323 DrawPicture(const SkPicture* picture, const SkMatrix* matrix, const SkPaint* paint) in DrawPicture() function878 this->push<DrawPicture>(0, picture, matrix, paint); in drawPicture()
565 buffer.push<Op::DrawPicture> ({ in TEST()