Lines Matching defs:frame
89 // Both traditional and multi-frame skp files have a magic word
96 SkDebugf("Try reading as a multi-frame skp\n");
100 SkDebugf("Try reading as single-frame skp\n");
111 // Set the command within the frame or layer event being drawn.
124 // otherwise, its a frame at the top level.
130 // Draws to the end of the current frame.
138 // Gets the bounds for the given frame
139 // (or layer update, assuming there is one at that frame for fInspectedLayer)
140 const SkIRect getBoundsForFrame(int32_t frame) {
142 return fBoundsArray[frame];
148 // Gets the bounds for the current frame
153 // returns the debugcanvas of the current frame, or the current draw event when inspecting
196 // The two operations below only apply to the current frame, because they concern the command
197 // list, which is unique to each frame.
281 // (frame, -1) returns info for the given frame,
282 // (frame, nodeid) return info for a layer update
302 // the current frame.
315 item.set("frame", key.frame);
323 // on frame fp. No validation of nodeId or fp is performed, this must be valid values obtained
370 // Loads a single frame (traditional) skp file from the provided data stream and returns
376 SkDebugf("Unable to deserialze frame.\n");
421 SkDebugf("Skipped corrupted frame, had %d commands \n", debugCanvas->getSize());
438 // constrains the draw command index to the frame's command list length.
447 // A vector of DebugCanvas, each one initialized to a frame of the animation.
449 // The index of the current frame (into the vector above)
451 // The width and height of every frame.
452 // frame sizes are known to change in Android Skia RenderEngine because it interleves pictures from different applications.
465 // it is stateful and is set to the current frame at all times.
470 // the exact draw event being inspected depends also on the selected frame `fp`.
498 // Wrap the frame buffer object attached to the screen in a Skia render
561 .function("imageUseInfoForFrameJs", optional_override([](SkpDebugPlayer& self, const int frame)->JSObject {
563 return self.imageUseInfo(frame, -1);