Lines Matching refs:index
80 Executes the draw calls up to the specified index.
84 @param index The index of the final command being executed
87 void drawTo(SkCanvas* canvas, int index, int m = -1);
100 Removes the command at the specified index
101 @param index The index of the command to delete
103 void deleteDrawCommandAt(int index);
106 Returns the draw command at the given index.
107 @param index The index of the command
109 DrawCommand* getDrawCommandAt(int index) const;
117 Toggles the visibility / execution of the draw command at index i with
120 void toggleCommand(int index, bool toggle);