Searched defs:blender_rgb565_pre (Results 1 – 1 of 1) sorted by relevance
204 struct blender_rgb565_pre struct206 typedef rgba8 color_type;207 typedef color_type::value_type value_type;208 typedef color_type::calc_type calc_type;209 typedef int16u pixel_type;211 static AGG_INLINE void blend_pix(pixel_type* p, in blend_pix()227 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) in make_pix()232 static AGG_INLINE color_type make_color(pixel_type p) in make_color()