Lines Matching defs:command
108 * to the given command and flush the canvas.
111 // Set the command within the frame or layer event being drawn.
196 // The two operations below only apply to the current frame, because they concern the command
215 // Return the command list in JSON representation as a string
230 // Gets the clip and matrix of the last command drawn
330 // Finds a command that left the given pixel in it's current state.
331 // Note that this method may fail to find the absolute last command that leaves a pixel
342 int command = (upperBound - lowerBound) / 2 + lowerBound;
343 auto c = evaluateCommandColor(surface, command, x, y);
345 upperBound = command;
347 lowerBound = command;
360 SkColor evaluateCommandColor(SkSurface* surface, int command, int x, int y) {
361 drawTo(surface, command);
438 // constrains the draw command index to the frame's command list length.