Home
last modified time | relevance | path

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

/third_party/skia/tools/
DMSKPPlayer.cpp35 struct MSKPPlayer::PicCmd : Cmd { struct in MSKPPlayer
36 sk_sp<SkPicture> fContent;
37 SkIRect fClipRect = SkIRect::MakeEmpty(); // clip for picture (no clip if empty).
39 bool isFullRedraw(SkCanvas* canvas) const override { in isFullRedraw()
46 void draw(SkCanvas* canvas, const LayerMap&, LayerStateMap*) const override { in draw()