Searched refs:DrawShadowRec (Results 1 – 4 of 4) sorted by relevance
84 M(DrawShadowRec) \350 RECORD(DrawShadowRec, kDraw_Tag,
59 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)481 struct DrawShadowRec final : Op { struct482 static const auto kType = Type::DrawShadowRec; argument483 DrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) in DrawShadowRec() argument678 this->push<DrawShadowRec>(0, path, rec); in drawShadowRec()
128 DRAW(DrawShadowRec, private_draw_shadow_rec(r.path, r.rec));459 Bounds bounds(const DrawShadowRec& op) const { in bounds()
342 APPEND(DrawShadowRec, path, rec); in onDrawShadowRec()