Searched refs:DrawBehind (Results 1 – 3 of 3) sorted by relevance
32 X(DrawBehind)
225 struct DrawBehind final : Op { struct226 static const auto kType = Type::DrawBehind; argument227 DrawBehind(const SkPaint& paint) : paint(paint) {} in DrawBehind() function229 void draw(SkCanvas* c, const SkMatrix&) const { SkCanvasPriv::DrawBehind(c, paint); } in draw() argument807 this->push<DrawBehind>(0, paint); in drawBehind()
245 SkCanvasPriv::DrawBehind(mCanvas, filterPaint(paint)); in restoreUnclippedLayer()