Searched refs:rowOffset (Results 1 – 1 of 1) sorted by relevance
315 int rowOffset = y * outBuffer.stride; // pixels in createDebugSurface() local317 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in createDebugSurface()348 int rowOffset = y * outBuffer.stride; // pixels in copyToDebugSurface() local350 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in copyToDebugSurface()