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

/external/skia/tests/
H A DPathOpsSkpClipTest.cpp324 SkTArray<int, true> errorRows; local
325 errorRows.push_back_n(width * kRowCount);
331 int* base = &errorRows[0];
332 int* cOut = &errorRows[y % kRowCount];
H A DSkpSkGrTest.cpp275 SkTArray<char, true> errorRows; local
276 errorRows.push_back_n(width * kRowCount);
279 char* base = &errorRows[0];
283 char* cOut = &errorRows[(y % kRowCount) * width];

Completed in 55 milliseconds