Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp315 int rowOffset = y * outBuffer.stride; // pixels in createDebugSurface() local
317 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in createDebugSurface()
348 int rowOffset = y * outBuffer.stride; // pixels in copyToDebugSurface() local
350 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in copyToDebugSurface()