Searched refs:fCurCommand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp180 , fCurCommand(0) {
211 int fCurCommand; // the current command being executed/timed member in class:SkTimedPicturePlayback
215 fCurCommand = opIndex;
217 if (fSkipCommands[fCurCommand]) {
249 SkASSERT(opIndex == fCurCommand);
252 fTimes[fCurCommand] += time;
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp180 , fCurCommand(0) {
211 int fCurCommand; // the current command being executed/timed member in class:SkTimedPicturePlayback
215 fCurCommand = opIndex;
217 if (fSkipCommands[fCurCommand]) {
249 SkASSERT(opIndex == fCurCommand);
252 fTimes[fCurCommand] += time;

Completed in 90 milliseconds