Searched defs:PicCmd (Results 1 – 1 of 1) sorted by relevance
38 struct MSKPPlayer::PicCmd : Cmd { struct in MSKPPlayer39 sk_sp<SkPicture> fContent;40 SkIRect fClipRect = SkIRect::MakeEmpty(); // clip for picture (no clip if empty).42 bool isFullRedraw(SkCanvas* canvas) const override { in isFullRedraw()49 void draw(SkCanvas* canvas, const LayerMap&, LayerStateMap*) const override { in draw()