Searched refs:PAL_FROM_RGB (Results 1 – 6 of 6) sorted by relevance
69 #define PAL_FROM_RGB(ui32RGBColor) (((ui32RGBColor & 0xF0) >> 4) | \ macro
1402 PAL_FROM_RGB(pui32SrcColors[ui32Loop]); in LCDRasterPaletteSet()
68 #define PAL_FROM_RGB(ui32RGBColor) (((ui32RGBColor & 0xF0) >> 4) | \ macro
1405 PAL_FROM_RGB(pui32SrcColors[ui32Loop]); in LCDRasterPaletteSet()
Completed in 22 milliseconds