Searched refs:argbColor (Results 1 – 1 of 1) sorted by relevance
259 jboolean surfaceControlPostBuffer(JNIEnv*, jclass, jlong surfaceControlLong, jint argbColor) { in surfaceControlPostBuffer() argument265 rgbaColorBytes[0] = (argbColor >> 16) & 0xff; in surfaceControlPostBuffer()266 rgbaColorBytes[1] = (argbColor >> 8) & 0xff; in surfaceControlPostBuffer()267 rgbaColorBytes[2] = (argbColor >> 0) & 0xff; in surfaceControlPostBuffer()268 rgbaColorBytes[3] = (argbColor >> 24) & 0xff; in surfaceControlPostBuffer()