Searched refs:cover (Results 26 - 47 of 47) sorted by relevance

12

/haiku-fatelf/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeAlphaPO.h31 blend_pixel_alpha_po(int x, int y, const color_type& c, uint8 cover, argument
36 uint16 alpha = color.alpha * cover;
47 const color_type& c, uint8 cover,
53 uint16 alpha = color.alpha * cover;
119 const uint8* covers, uint8 cover,
140 uint16 alpha = colors->a * cover;
46 blend_hline_alpha_po(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
117 blend_color_hspan_alpha_po(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
H A DDrawingModeAlphaCOSolid.h16 blend_pixel_alpha_co_solid(int x, int y, const color_type& c, uint8 cover, argument
20 uint16 alpha = pattern->HighColor().alpha * cover;
31 const color_type& c, uint8 cover,
34 uint16 alpha = pattern->HighColor().alpha * cover;
30 blend_hline_alpha_co_solid(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
H A DDrawingModeAlphaPOSolid.h16 blend_pixel_alpha_po_solid(int x, int y, const color_type& c, uint8 cover, argument
20 uint16 alpha = c.a * cover;
31 const color_type& c, uint8 cover,
34 uint16 alpha = c.a * cover;
30 blend_hline_alpha_po_solid(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
H A DDrawingModeAlphaCC.h31 blend_pixel_alpha_cc(int x, int y, const color_type& c, uint8 cover, argument
36 uint16 alpha = pattern->HighColor().alpha * cover;
47 const color_type& c, uint8 cover,
51 uint16 alpha = color.alpha * cover;
143 const uint8* covers, uint8 cover,
165 uint16 alpha = hAlpha * colors->a * cover / 255;
46 blend_hline_alpha_cc(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
141 blend_color_hspan_alpha_cc(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
H A DDrawingModeAlphaCO.h31 blend_pixel_alpha_co(int x, int y, const color_type& c, uint8 cover, argument
36 uint16 alpha = pattern->HighColor().alpha * cover;
47 const color_type& c, uint8 cover,
51 uint16 alpha = color.alpha * cover;
145 const uint8* covers, uint8 cover,
167 uint16 alpha = hAlpha * colors->a * cover / 255;
46 blend_hline_alpha_co(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
143 blend_color_hspan_alpha_co(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
H A DPixelFormat.cpp62 blend_pixel_empty(int x, int y, const color_type& c, uint8 cover, argument
71 const color_type& c, uint8 cover,
80 const color_type& c, uint8 cover,
118 const uint8* covers, uint8 cover,
128 const uint8* covers, uint8 cover,
286 // DrawingMode classes are used to cover the
70 blend_hline_empty(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
79 blend_vline_empty(int x, int y, unsigned len, const color_type& c, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
116 blend_color_hspan_empty(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
126 blend_color_vspan_empty(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover, agg_buffer* buffer, const PatternHandler* pattern) argument
/haiku-fatelf/headers/libs/agg/
H A Dagg_pixfmt_gray.h44 unsigned alpha, unsigned cover=0)
60 unsigned alpha, unsigned cover)
63 cover = (cover + 1) << (base_shift - 8);
64 *p = (value_type)((*p * alpha + cv * cover) >> base_shift);
140 unsigned cover)
144 calc_type alpha = (calc_type(c.a) * (cover + 1)) >> 8;
151 Blender::blend_pix(p, c.v, alpha, cover);
238 AGG_INLINE void blend_pixel(int x, int y, const color_type& c, int8u cover) argument
243 cover);
43 blend_pix(value_type* p, unsigned cv, unsigned alpha, unsigned cover=0) argument
59 blend_pix(value_type* p, unsigned cv, unsigned alpha, unsigned cover) argument
138 copy_or_blend_pix(value_type* p, const color_type& c, unsigned cover) argument
281 blend_hline(int x, int y, unsigned len, const color_type& c, int8u cover) argument
315 blend_vline(int x, int y, unsigned len, const color_type& c, int8u cover) argument
445 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
497 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
[all...]
H A Dagg_pixfmt_amask_adaptor.h93 void blend_pixel(int x, int y, const color_type& c, cover_type cover) argument
95 m_pixf->blend_pixel(x, y, c, m_mask->combine_pixel(x, y, cover));
112 cover_type cover)
133 cover_type cover)
195 cover_type cover = cover_full)
207 m_pixf->blend_color_hspan(x, y, len, colors, &m_span[0], cover);
216 cover_type cover = cover_full)
228 m_pixf->blend_color_vspan(x, y, len, colors, &m_span[0], cover);
109 blend_hline(int x, int y, unsigned len, const color_type& c, cover_type cover) argument
130 blend_vline(int x, int y, unsigned len, const color_type& c, cover_type cover) argument
H A Dagg_pixfmt_rgb.h89 unsigned cover=0)
111 unsigned cover)
114 cover = (cover + 1) << (base_shift - 8);
115 p[Order::R] = (value_type)((p[Order::R] * alpha + cr * cover) >> base_shift);
116 p[Order::G] = (value_type)((p[Order::G] * alpha + cg * cover) >> base_shift);
117 p[Order::B] = (value_type)((p[Order::B] * alpha + cb * cover) >> base_shift);
154 unsigned cover=0)
194 unsigned cover)
198 calc_type alpha = (calc_type(c.a) * (cover
86 blend_pix(value_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover=0) argument
108 blend_pix(value_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover) argument
151 blend_pix(value_type* p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover=0) argument
192 copy_or_blend_pix(value_type* p, const color_type& c, unsigned cover) argument
307 blend_pixel(int x, int y, const color_type& c, int8u cover) argument
348 blend_hline(int x, int y, unsigned len, const color_type& c, int8u cover) argument
384 blend_vline(int x, int y, unsigned len, const color_type& c, int8u cover) argument
523 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
567 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
665 blend_from(const SrcPixelFormatRenderer& from, int xdst, int ydst, int xsrc, int ysrc, unsigned len, int8u cover) argument
[all...]
H A Dagg_scanline_u.h39 // cover-values for each pixel.
52 // the spans and the cover values for each pixel. Be aware that clipping
74 // span->covers; // The array of the cover values
149 void add_cell(int x, unsigned cover) argument
152 m_covers[x] = (cover_type)cover;
187 void add_span(int x, unsigned len, unsigned cover) argument
190 memset(&m_covers[x], cover, len);
367 void add_cell(int x, unsigned cover) argument
370 m_covers[x] = cover_type(cover);
401 void add_span(int x, unsigned len, unsigned cover) argument
[all...]
H A Dagg_renderer_base.h147 void blend_pixel(int x, int y, const color_type& c, cover_type cover) argument
151 m_ren->blend_pixel(x, y, c, cover);
195 const color_type& c, cover_type cover)
206 m_ren->blend_hline(x1, y, x2 - x1 + 1, c, cover);
212 const color_type& c, cover_type cover)
223 m_ren->blend_vline(x, y1, y2 - y1 + 1, c, cover);
244 const color_type& c, cover_type cover)
257 cover);
382 cover_type cover = agg::cover_full)
401 m_ren->blend_color_hspan(x, y, len, colors, covers, cover);
194 blend_hline(int x1, int y, int x2, const color_type& c, cover_type cover) argument
211 blend_vline(int x, int y1, int y2, const color_type& c, cover_type cover) argument
243 blend_bar(int x1, int y1, int x2, int y2, const color_type& c, cover_type cover) argument
[all...]
H A Dagg_renderer_scanline.h574 unsigned cover; local
595 cover = *src_covers;
596 if(*dst_covers + cover > cover_full)
598 cover = cover_full - *dst_covers;
600 if(cover)
602 colors->add(c, cover);
603 *dst_covers += cover;
632 cover = *src_covers;
633 if(*dst_covers + cover > cover_full)
635 cover
[all...]
H A Dagg_color_gray.h166 AGG_INLINE void add(const self_type& c, unsigned cover) argument
169 if(cover == cover_mask)
183 cv = v + ((c.v * cover + cover_mask/2) >> cover_shift);
184 ca = a + ((c.a * cover + cover_mask/2) >> cover_shift);
353 AGG_INLINE void add(const self_type& c, unsigned cover) argument
356 if(cover == cover_mask)
370 cv = v + ((c.v * cover + cover_mask/2) >> cover_shift);
371 ca = a + ((c.a * cover + cover_mask/2) >> cover_shift);
H A Dagg_rasterizer_cells_aa.h182 if(m_curr_cell.area | m_curr_cell.cover)
204 m_curr_cell.cover = 0;
234 m_curr_cell.cover += delta;
264 m_curr_cell.cover += delta;
295 m_curr_cell.cover += delta;
303 m_curr_cell.cover += delta;
381 m_curr_cell.cover += delta;
392 m_curr_cell.cover = delta;
399 m_curr_cell.cover += delta;
630 m_curr_cell.cover
[all...]
H A Dagg_renderer_outline_aa.h602 *p1++ = (cover_type)base_type::m_ren.cover(s1);
607 *p1++ = (cover_type)base_type::m_ren.cover(dist);
614 *--p0 = (cover_type)base_type::m_ren.cover(dist);
633 *p1++ = (cover_type)base_type::m_ren.cover(s1);
638 *p1++ = (cover_type)base_type::m_ren.cover(dist);
645 *--p0 = (cover_type)base_type::m_ren.cover(dist);
772 *p1 = (cover_type)base_type::m_ren.cover(s1);
783 *p1 = (cover_type)base_type::m_ren.cover(dist);
797 *p0 = (cover_type)base_type::m_ren.cover(dist);
824 *p1 = (cover_type)base_type::m_ren.cover(s
1385 int cover(int d) const function in class:agg::renderer_outline_aa
[all...]
H A Dagg_color_rgba.h363 AGG_INLINE void add(const self_type& c, unsigned cover) argument
366 if(cover == cover_mask)
382 cr = r + ((c.r * cover + cover_mask/2) >> cover_shift);
383 cg = g + ((c.g * cover + cover_mask/2) >> cover_shift);
384 cb = b + ((c.b * cover + cover_mask/2) >> cover_shift);
385 ca = a + ((c.a * cover + cover_mask/2) >> cover_shift);
625 AGG_INLINE void add(const self_type& c, unsigned cover) argument
628 if(cover == cover_mask)
644 cr = r + ((c.r * cover + cover_mask) >> cover_shift);
645 cg = g + ((c.g * cover
[all...]
/haiku-fatelf/src/servers/app/drawing/Painter/
H A Dagg_scanline_p_subpix.h111 void add_span(int x, unsigned len, unsigned cover) argument
115 cover == *m_cur_span->covers)
121 *m_cover_ptr = (cover_type)cover;
H A Dagg_scanline_p_subpix_avrg_filtering.h139 void add_span(int x, unsigned len, unsigned cover) argument
143 cover == *m_cur_span->covers)
149 *m_cover_ptr = (cover_type)cover;
H A Dagg_scanline_u_subpix_avrg_filtering.h112 void add_span(int x, unsigned len, unsigned cover) argument
115 memset(&m_covers[3 * x], cover, 3 * len);
/haiku-fatelf/src/servers/app/
H A Dagg_scanline_u_subpix.h83 void add_span(int x, unsigned len, unsigned cover) argument
86 memset(&m_covers[3 * x], cover, 3 * len);
/haiku-fatelf/docs/user/
H A Dapidoc.dox580 timer." -# If the brief description doesn't cover all of what the method
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x486 to cover "sethi" following by an insn which uses 1+i.
3187 * munch: Modified (much simpler) to cover (I hope) all cases.

Completed in 137 milliseconds

12