Searched refs:rowOffset (Results 1 – 1 of 1) sorted by relevance
431 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc; in fillPlane() local434 addr[rowOffset + colOffset] = value; in fillPlane()441 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc; in verifyPlane() local444 if (addr[rowOffset + colOffset] != value) { in verifyPlane()