Searched refs:rgbaColor (Results 1 – 1 of 1) sorted by relevance
41 Buffer(int width, int height, int rgbaColor) { in Buffer() argument86 int8_t* rgbaBytes = reinterpret_cast<int8_t*>(&rgbaColor); in Buffer()263 int32_t rgbaColor = 0; in surfaceControlPostBuffer() local264 int8_t* rgbaColorBytes = reinterpret_cast<int8_t*>(&rgbaColor); in surfaceControlPostBuffer()270 Buffer buffer(surface->getWidth(), surface->getHeight(), rgbaColor); in surfaceControlPostBuffer()