Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp481 struct DrawShadowRec final : Op { struct
482 static const auto kType = Type::DrawShadowRec;
483 DrawShadowRec(const SkPath& path, const SkDrawShadowRec& rec) in DrawShadowRec() argument
486 SkPath fPath;
487 SkDrawShadowRec fRec;
488 void draw(SkCanvas* c, const SkMatrix&) const { in draw()