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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1506 static unsigned int rgb_to_pixel15_dup(unsigned int r, unsigned int g, unsigned b) function
2079 case 15: pThis->rgb_to_pixel = rgb_to_pixel15_dup; break;
2520 pThis->rgb_to_pixel = rgb_to_pixel15_dup;

Completed in 50 milliseconds