Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c215 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbRed = nRed; in winStoreColors()
278 pCmapPriv->rgbColors[WIN_NUM_PALETTE_ENTRIES - 1].rgbRed = 255; in winCreateColormap()
358 nRed = rgbColors[i].rgbRed << 8; in winGetPaletteDIB()
374 || nRed != rgbColors[i].rgbRed in winGetPaletteDIB()
H A Dwincursor.c288 pbmiColors[0].rgbRed = 0; /* Empty */ in winLoadCursor()
292 pbmiColors[1].rgbRed = pCursor->backRed >> 8; /* Background */ in winLoadCursor()
296 pbmiColors[2].rgbRed = pCursor->foreRed >> 8; /* Foreground */ in winLoadCursor()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_bmp.h93 RK_U8 rgbRed; member
/OK3568_Linux_fs/buildroot/package/libfreeimage/
H A D0003-fix-big-endian-os.patch17 INPLACESWAP(pal[i].rgbRed, pal[i].rgbBlue);