Searched defs:DrawShadowedPicture (Results 1 – 1 of 1) sorted by relevance
273 struct DrawShadowedPicture final : Op { struct274 static const auto kType = Type::DrawShadowedPicture;275 DrawShadowedPicture(const SkPicture* picture, const SkMatrix* matrix, in DrawShadowedPicture() argument282 sk_sp<const SkPicture> picture;283 SkMatrix matrix = SkMatrix::I();284 SkPaint paint;285 SkShadowParams params;286 void draw(SkCanvas* c, const SkMatrix&) { in draw()