Home
last modified time | relevance | path

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

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h584 struct blender_rgbBBA_pre struct
586 typedef rgba16 color_type;
587 typedef color_type::value_type value_type;
588 typedef color_type::calc_type calc_type;
589 typedef int32u pixel_type;
591 static AGG_INLINE void blend_pix(pixel_type* p, in blend_pix()
608 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) in make_pix()
613 static AGG_INLINE color_type make_color(pixel_type p) in make_color()