Home
last modified time | relevance | path

Searched refs:DrawShadowRec (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkRecords.h84 M(DrawShadowRec) \
350 RECORD(DrawShadowRec, kDraw_Tag,
DSkLiteDL.cpp59 M(DrawPatch) M(DrawPoints) M(DrawVertices) M(DrawAtlas) M(DrawShadowRec)
481 struct DrawShadowRec final : Op { struct
482 static const auto kType = Type::DrawShadowRec; argument
483 DrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) in DrawShadowRec() argument
678 this->push<DrawShadowRec>(0, path, rec); in drawShadowRec()
DSkRecordDraw.cpp128 DRAW(DrawShadowRec, private_draw_shadow_rec(r.path, r.rec));
459 Bounds bounds(const DrawShadowRec& op) const { in bounds()
DSkRecorder.cpp342 APPEND(DrawShadowRec, path, rec); in onDrawShadowRec()