Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/
H A DMSKPPlayer.cpp38 struct MSKPPlayer::PicCmd : Cmd { struct in MSKPPlayer
39 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()