Home
last modified time | relevance | path

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

/external/skia/tests/
DSkpSkGrTest.cpp260 const int kRowCount = 3; in similarBits() local
263 if (width < kRowCount) { in similarBits()
267 if (height < kRowCount) { in similarBits()
272 errorRows.push_back_n(width * kRowCount); in similarBits()
279 char* cOut = &errorRows[(y % kRowCount) * width]; in similarBits()
DPathOpsSkpClipTest.cpp316 const int kRowCount = 3; in similarBits() local
319 if (width < kRowCount) { in similarBits()
323 if (height < kRowCount) { in similarBits()
328 errorRows.push_back_n(width * kRowCount); in similarBits()
335 int* cOut = &errorRows[y % kRowCount]; in similarBits()