HomeSort by relevance Sort by last modified time
    Searched refs:fCommandIndex (Results 1 - 2 of 2) sorted by null

  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.h 33 int fCommandIndex;
SkDrawCommandGeometryWidget.cpp 17 , fCommandIndex(-1) {
71 fCommandIndex = commandIndex;
82 if (0 != commands.count() && fCommandIndex >= 0) {
83 SkASSERT(commands.count() > fCommandIndex);
84 SkDrawCommand* command = commands[fCommandIndex];

Completed in 271 milliseconds