Searched refs:cover_full (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_renderer_primitives.h62 m_ren->blend_hline(x1, y1, x2-1, m_line_color, cover_full);
63 m_ren->blend_vline(x2, y1, y2-1, m_line_color, cover_full);
64 m_ren->blend_hline(x1+1, y2, x2, m_line_color, cover_full);
65 m_ren->blend_vline(x1, y1+1, y2, m_line_color, cover_full);
71 m_ren->blend_bar(x1, y1, x2, y2, m_fill_color, cover_full);
78 m_ren->blend_bar(x1+1, y1+1, x2-1, y2-1, m_fill_color, cover_full);
91 m_ren->blend_pixel(x + dx, y + dy, m_line_color, cover_full);
92 m_ren->blend_pixel(x + dx, y - dy, m_line_color, cover_full);
93 m_ren->blend_pixel(x - dx, y - dy, m_line_color, cover_full);
94 m_ren->blend_pixel(x - dx, y + dy, m_line_color, cover_full);
[all...]
H A Dagg_renderer_markers.h83 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
98 base_type::ren().blend_pixel(x - dx, y + dy, base_type::line_color(), cover_full);
99 base_type::ren().blend_pixel(x + dx, y + dy, base_type::line_color(), cover_full);
100 base_type::ren().blend_pixel(x - dx, y - dy, base_type::line_color(), cover_full);
101 base_type::ren().blend_pixel(x + dx, y - dy, base_type::line_color(), cover_full);
105 base_type::ren().blend_hline(x-dx+1, y+dy, x+dx-1, base_type::fill_color(), cover_full);
106 base_type::ren().blend_hline(x-dx+1, y-dy, x+dx-1, base_type::fill_color(), cover_full);
115 base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
126 else base_type::ren().blend_pixel(x, y, base_type::fill_color(), cover_full);
143 base_type::ren().blend_hline(x-r6, y, x-r, base_type::line_color(), cover_full);
[all...]
H A Dagg_scanline_boolean_algebra.h43 sl.add_span(x, len, cover_full);
95 sl.add_span(x, len, cover_full);
149 cover_full = cover_mask enumerator in enum:agg::sbool_intersect_spans_aa::cover_scale_e
180 (cover == cover_full * cover_full) ?
181 cover_full :
190 if(*(span1->covers) == cover_full)
200 (cover == cover_full * cover_full) ?
201 cover_full
261 cover_full = cover_mask enumerator in enum:agg::sbool_unite_spans_aa::cover_scale_e
432 cover_full = cover_mask enumerator in enum:agg::sbool_xor_spans_aa::cover_scale_e
521 cover_full = cover_mask enumerator in enum:agg::sbool_subtract_spans_aa::cover_scale_e
[all...]
H A Dagg_pixfmt_amask_adaptor.h51 memset(&m_span[0], amask_type::cover_full, len * sizeof(cover_type));
179 m_pixf->blend_color_hspan(x, y, len, colors, &m_span[0], cover_full);
187 m_pixf->blend_color_vspan(x, y, len, colors, &m_span[0], cover_full);
195 cover_type cover = cover_full)
216 cover_type cover = cover_full)
191 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
212 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
H A Dagg_alpha_mask_u8.h56 cover_full = 255 enumerator in enum:agg::alpha_mask_u8::cover_scale_e
88 return (cover_type)((cover_full + val *
190 *covers = (cover_type)((cover_full + (*covers) *
291 *covers = (cover_type)((cover_full + (*covers) *
360 cover_full = 255 enumerator in enum:agg::amask_no_clip_u8::cover_scale_e
383 return (cover_type)((cover_full + val *
410 *dst = (cover_type)((cover_full + (*dst) *
439 *dst = (cover_type)((cover_full + (*dst) *
H A Dagg_renderer_scanline.h257 cover_full);
297 cover_full);
362 ren.blend_color_hspan(x, y, len, colors, 0, cover_full);
596 if(*dst_covers + cover > cover_full)
598 cover = cover_full - *dst_covers;
633 if(*dst_covers + cover > cover_full)
635 cover = cover_full - *dst_covers;
659 cover_full);
H A Dagg_renderer_mclip.h280 cover_type cover = cover_full)
294 cover_type cover = cover_full)
324 cover_type cover = cover_full)
277 blend_color_hspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
291 blend_color_vspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
320 blend_from(const SrcPixelFormatRenderer& src, const rect_i* rect_src_ptr = 0, int dx = 0, int dy = 0, cover_type cover = cover_full) argument
H A Dagg_glyph_raster_bin.h113 m_span[j] = (cover_type)((val & 0x80) ? cover_full : cover_none);
H A Dagg_renderer_base.h394 cover_type cover = agg::cover_full)
420 cover_type cover = agg::cover_full)
538 cover_type cover = agg::cover_full)
H A Dagg_scanline_storage_bin.h210 sl.add_span(sp.x, sp.len, cover_full);
535 sl.add_span(x, unsigned(len), cover_full);
H A Dagg_basics.h244 cover_full = cover_mask //----cover_full enumerator in enum:agg::cover_scale_e
/haiku/src/servers/app/drawing/Painter/
H A Dagg_clipped_alpha_mask.h29 cover_full = 255 enumerator in enum:agg::clipped_alpha_mask::cover_scale_e
62 *covers = (cover_type)((cover_full + (*covers) * (*mask))
H A Dagg_renderer_region.h391 cover_type cover = cover_full)
407 cover_type cover = cover_full)
423 cover_type cover = cover_full)
433 cover_type cover = cover_full)
388 blend_color_hspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
404 blend_color_vspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
420 blend_color_hspan_no_clip(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
430 blend_color_vspan_no_clip(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = cover_full) argument
/haiku/src/servers/app/font/
H A DFontEngine.cpp309 sl.add_cell(x + j, agg::cover_full);
343 sl.add_cell(x + j, agg::cover_full);
392 agg::cover_full, agg::cover_full, agg::cover_full);
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp432 if(bits.bit()) sl.add_cell(x + j, cover_full);

Completed in 397 milliseconds