Lines Matching refs:nodeId
41 // Store an SkPicture under a given nodeId (and under the currently set frame number)
44 void storeSkPicture(int nodeId, int frame, sk_sp<SkPicture> picture, SkIRect dirty);
47 void setCommand(int nodeId, int frame, int command);
49 void drawLayerEventTo(SkSurface*, const int nodeId, const int frame);
57 // save the result by (nodeId, frame)
75 sk_sp<SkImage> getLayerAsImage(const int nodeId, const int frame);
86 DrawEventSummary event(int nodeId, int frame) const;
89 int nodeId;
104 std::vector<int> listFramesForNode(int nodeId) const;
107 void toJSON(SkJSONWriter&, UrlDataManager&, SkCanvas*, int nodeId, int frame);
119 int nodeId; // the render node id of the layer which was drawn to.
122 return this->frame==b.frame && this->nodeId==b.nodeId;