Searched refs:fCommandIndex (Results 1 – 2 of 2) sorted by relevance
17 , fCommandIndex(-1) { in SkDrawCommandGeometryWidget()71 fCommandIndex = commandIndex; in setDrawCommandIndex()82 if (0 != commands.count() && fCommandIndex >= 0) { in updateImage()83 SkASSERT(commands.count() > fCommandIndex); in updateImage()84 SkDrawCommand* command = commands[fCommandIndex]; in updateImage()
33 int fCommandIndex; variable