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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1465 static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g, unsigned b) function
1500 col = rgb_to_pixel8(r, g, b);

Completed in 65 milliseconds