Home | History | Annotate | Download | only in tests

Lines Matching defs:pixels

1084     SkTDArray<SortByPixel*> pixels;
1087 *pixels.append() = (SortByPixel*) &allResults[index];
1091 if (pixels.count()) {
1092 SkTQSort<SortByPixel>(pixels.begin(), pixels.end() - 1);
1094 *state.fPixelWorst.append() = *pixels[allCount - inner - 1];