Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp310 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in createDebugSurface() local
312 int offset = colOffset + c; in createDebugSurface()
342 int colOffset = (rowOffset + x) * PIXEL_SIZE; // bytes in copyToDebugSurface() local
346 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()