Searched refs:pixel_type (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_pixfmt_rgb_packed.h40 typedef int16u pixel_type; typedef in struct:agg::blender_rgb555
42 static AGG_INLINE void blend_pix(pixel_type* p,
47 pixel_type rgb = *p;
51 *p = (pixel_type)
57 static AGG_INLINE pixel_type make_pix(unsigned r, unsigned g, unsigned b)
59 return (pixel_type)(((r & 0xF8) << 7) |
64 static AGG_INLINE color_type make_color(pixel_type p)
79 typedef int16u pixel_type; typedef in struct:agg::blender_rgb555_pre
81 static AGG_INLINE void blend_pix(pixel_type* p,
87 pixel_type rg
122 typedef int16u pixel_type; typedef in class:agg::blender_rgb555_gamma
171 typedef int16u pixel_type; typedef in struct:agg::blender_rgb565
209 typedef int16u pixel_type; typedef in struct:agg::blender_rgb565_pre
249 typedef int16u pixel_type; typedef in class:agg::blender_rgb565_gamma
294 typedef int32u pixel_type; typedef in struct:agg::blender_rgbAAA
334 typedef int32u pixel_type; typedef in struct:agg::blender_rgbAAA_pre
377 typedef int32u pixel_type; typedef in class:agg::blender_rgbAAA_gamma
422 typedef int32u pixel_type; typedef in struct:agg::blender_bgrAAA
462 typedef int32u pixel_type; typedef in struct:agg::blender_bgrAAA_pre
505 typedef int32u pixel_type; typedef in class:agg::blender_bgrAAA_gamma
552 typedef int32u pixel_type; typedef in struct:agg::blender_rgbBBA
589 typedef int32u pixel_type; typedef in struct:agg::blender_rgbBBA_pre
630 typedef int32u pixel_type; typedef in class:agg::blender_rgbBBA_gamma
674 typedef int32u pixel_type; typedef in struct:agg::blender_bgrABB
711 typedef int32u pixel_type; typedef in struct:agg::blender_bgrABB_pre
752 typedef int32u pixel_type; typedef in class:agg::blender_bgrABB_gamma
799 typedef typename blender_type::pixel_type pixel_type; typedef in class:agg::pixfmt_alpha_blend_rgb_packed
[all...]
H A Dagg_pixfmt_rgba.h1758 typedef PixelT pixel_type; typedef in class:agg::pixfmt_alpha_blend_rgba
1770 pix_width = sizeof(pixel_type)
1867 pixel_type v;
1874 *(pixel_type*)p = v;
1886 pixel_type v;
1894 *(pixel_type*)p = v;
1912 pixel_type v;
1919 *(pixel_type*)p = v;
1961 pixel_type v;
1969 *(pixel_type*)
[all...]

Completed in 86 milliseconds