Searched refs:make_pix (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h57 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgb555
97 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgb555_pre
143 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in class:agg::blender_rgb555_gamma
188 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgb565
227 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgb565_pre
270 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in class:agg::blender_rgb565_gamma
311 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgbAAA
353 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgbAAA_pre
398 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in class:agg::blender_rgbAAA_gamma
439 static AGG_INLINE pixel_type make_pix(unsigne function in struct:agg::blender_bgrAAA
481 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_bgrAAA_pre
526 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in class:agg::blender_bgrAAA_gamma
569 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgbBBA
608 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_rgbBBA_pre
651 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in class:agg::blender_rgbBBA_gamma
691 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_bgrABB
730 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in struct:agg::blender_bgrABB_pre
773 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b) function in class:agg::blender_bgrABB_gamma
875 AGG_INLINE void make_pix(int8u* p, const color_type& c) function in class:agg::pixfmt_alpha_blend_rgb_packed
[all...]
H A Dagg_image_accessors.h38 pixfmt_type::make_pix(m_bk_buf, bk);
48 pixfmt_type::make_pix(m_bk_buf, bk);
H A Dagg_pixfmt_gray.h219 AGG_INLINE static void make_pix(int8u* p, const color_type& c) function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h281 AGG_INLINE static void make_pix(int8u* p, const color_type& c) function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgba.h1818 AGG_INLINE static void make_pix(int8u* p, const color_type& c) function in class:agg::pixfmt_alpha_blend_rgba
2406 AGG_INLINE static void make_pix(int8u* p, const color_type& c) function in class:agg::pixfmt_custom_blend_rgba
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DPixelFormat.h122 inline static void make_pix(uint8* p, const color_type& c);
208 // make_pix
210 PixelFormat::make_pix(uint8* p, const color_type& c) function in class:PixelFormat

Completed in 119 milliseconds