Searched defs:rowOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp308 int rowOffset = y * outBuffer.stride; // pixels local
310 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes
340 int rowOffset = y * outBuffer.stride; // pixels local
342 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes

Completed in 272 milliseconds