Searched refs:colOffset (Results 1 – 1 of 1) sorted by relevance
433 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc; in fillPlane() local434 addr[rowOffset + colOffset] = value; in fillPlane()443 int32_t colOffset = (col + rect.left / info.colSampling) * info.colInc; in verifyPlane() local444 if (addr[rowOffset + colOffset] != value) { in verifyPlane()