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

/external/skia/tests/
H A DPathOpsSkpClipTest.cpp313 const int kRowCount = 3; local
316 if (width < kRowCount) {
320 if (height < kRowCount) {
325 errorRows.push_back_n(width * kRowCount);
332 int* cOut = &errorRows[y % kRowCount];
H A DSkpSkGrTest.cpp264 const int kRowCount = 3; local
267 if (width < kRowCount) {
271 if (height < kRowCount) {
276 errorRows.push_back_n(width * kRowCount);
283 char* cOut = &errorRows[(y % kRowCount) * width];

Completed in 46 milliseconds