Searched defs:rgb_to_pixel8_dup (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1497 static unsigned int rgb_to_pixel8_dup(unsigned int r, unsigned int g, unsigned b) function
2080 case 8: pThis->rgb_to_pixel = rgb_to_pixel8_dup; break;
2517 pThis->rgb_to_pixel = rgb_to_pixel8_dup;

Completed in 65 milliseconds