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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1522 static unsigned int rgb_to_pixel32_dup(unsigned int r, unsigned int g, unsigned b) function
2076 case 32: pThis->rgb_to_pixel = rgb_to_pixel32_dup; break;
2527 pThis->rgb_to_pixel = rgb_to_pixel32_dup;

Completed in 66 milliseconds