Searched defs:bytePointer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSRGB_test.cpp313 uint8_t* bytePointer = reinterpret_cast<uint8_t*>(outBuffer.bits); local
320 bytePointer[offset] = ((c + 1) * 56) - 1;

Completed in 159 milliseconds