Home
last modified time | relevance | path

Searched refs:VTE_RGB_COLOR_GET_COMPONENT (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/vte3/vte-0.64.2/src/
H A Dvtedefines.hh64 #define VTE_RGB_COLOR_GET_COMPONENT(packed,shift,bits) \ macro
H A Dvte.cc6031 … color.red = VTE_RGB_COLOR_GET_COMPONENT(index, greenbits + bluebits, redbits) * 0x101U; in rgb_from_index()
6032 color.green = VTE_RGB_COLOR_GET_COMPONENT(index, bluebits, greenbits) * 0x101U; in rgb_from_index()
6033 color.blue = VTE_RGB_COLOR_GET_COMPONENT(index, 0, bluebits) * 0x101U; in rgb_from_index()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvtedefines.hh65 #define VTE_RGB_COLOR_GET_COMPONENT(packed,shift,bits) \ macro
H A Dvte.cc4271 color.red = VTE_RGB_COLOR_GET_COMPONENT(index, greenbits + bluebits, redbits) * 0x101U; in rgb_from_index()
4272 color.green = VTE_RGB_COLOR_GET_COMPONENT(index, bluebits, greenbits) * 0x101U; in rgb_from_index()
4273 color.blue = VTE_RGB_COLOR_GET_COMPONENT(index, 0, bluebits) * 0x101U; in rgb_from_index()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvtedefines.hh65 #define VTE_RGB_COLOR_GET_COMPONENT(packed,shift,bits) \ macro
H A Dvte.cc4270 color.red = VTE_RGB_COLOR_GET_COMPONENT(index, greenbits + bluebits, redbits) * 0x101U; in rgb_from_index()
4271 color.green = VTE_RGB_COLOR_GET_COMPONENT(index, bluebits, greenbits) * 0x101U; in rgb_from_index()
4272 color.blue = VTE_RGB_COLOR_GET_COMPONENT(index, 0, bluebits) * 0x101U; in rgb_from_index()