Home
last modified time | relevance | path

Searched refs:fCommandIndex (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDrawCommandGeometryWidget.cpp17 , 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()
DSkDrawCommandGeometryWidget.h33 int fCommandIndex; variable