Lines Matching refs:LayerCmds
98 struct LayerCmds {
99 LayerCmds() = default;
100 LayerCmds(LayerCmds&&) = default;
111 static sk_sp<SkSurface> MakeSurfaceForLayer(const LayerCmds&, SkCanvas* rootCanvas);
113 void collectReferencedLayers(const LayerCmds& layer, std::vector<int>*) const;
115 // MSKP layer ID -> LayerCmds
116 using LayerMap = std::unordered_map<int, LayerCmds>;
123 * CmdRecordCanvas instances. It needs access to fOffscreenLayers to create and update LayerCmds
132 std::vector<LayerCmds> fRootLayers; // One root layer for each frame.