Searched refs:rowOffset (Results 1 – 1 of 1) sorted by relevance
308 int rowOffset = y * outBuffer.stride; // pixels in createDebugSurface() local310 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in createDebugSurface()340 int rowOffset = y * outBuffer.stride; // pixels in copyToDebugSurface() local342 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in copyToDebugSurface()