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

/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp182 fTypeTimes.setCount(LAST_DRAWTYPE_ENUM+1);
190 for (int i = 0; i < fTypeTimes.count(); ++i) {
191 fTypeTimes[i] = 0.0f;
200 const SkTDArray<double>* typeTimes() const { return &fTypeTimes; }
208 SkTDArray<double> fTypeTimes; // sum of time consumed for each type of command (e.g., drawPath) member in class:SkTimedPicturePlayback
253 fTypeTimes[fCurType] += time;
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp182 fTypeTimes.setCount(LAST_DRAWTYPE_ENUM+1);
190 for (int i = 0; i < fTypeTimes.count(); ++i) {
191 fTypeTimes[i] = 0.0f;
200 const SkTDArray<double>* typeTimes() const { return &fTypeTimes; }
208 SkTDArray<double> fTypeTimes; // sum of time consumed for each type of command (e.g., drawPath) member in class:SkTimedPicturePlayback
253 fTypeTimes[fCurType] += time;

Completed in 134 milliseconds