Home
last modified time | relevance | path

Searched defs:blender_rgb565_pre (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h204 struct blender_rgb565_pre struct
206 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()