Searched defs:PicCmd (Results 1 – 1 of 1) sorted by relevance
35 struct MSKPPlayer::PicCmd : Cmd { struct in MSKPPlayer36 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()