Home | History | Annotate | Download | only in tests

Lines Matching refs:times

1085     SkTDArray<SortByTime*> times;
1088 *times.append() = (SortByTime*) &allResults[index];
1097 if (times.count()) {
1098 SkTQSort<SortByTime>(times.begin(), times.end() - 1);
1100 *state.fSlowest.append() = *times[allCount - inner - 1];