Searched refs:colOffset (Results 1 – 1 of 1) sorted by relevance
310 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in createDebugSurface() local312 int offset = colOffset + c; in createDebugSurface()342 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in copyToDebugSurface() local346 outPointer[colOffset + c] = srgbToLinear( in copyToDebugSurface()347 mLockedBuffer.data[colOffset + c]); in copyToDebugSurface()351 outPointer[colOffset + 3] = in copyToDebugSurface()352 mLockedBuffer.data[colOffset + 3]; in copyToDebugSurface()