Searched refs:colors (Results 1 - 25 of 124) sorted by path

12345

/haiku/headers/libs/agg/
H A Dagg_pixfmt_amask_adaptor.h175 void copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
179 m_pixf->blend_color_hspan(x, y, len, colors, &m_span[0], cover_full);
183 void copy_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
187 m_pixf->blend_color_vspan(x, y, len, colors, &m_span[0], cover_full);
193 const color_type* colors,
207 m_pixf->blend_color_hspan(x, y, len, colors, &m_span[0], cover);
214 const color_type* colors,
228 m_pixf->blend_color_vspan(x, y, len, colors, &m_span[0], cover);
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_pixfmt_gray.h16 // Adaptation for high precision colors has been sponsored by
413 const color_type* colors)
420 *p = colors->v;
422 ++colors;
431 const color_type* colors)
437 *p = colors->v;
438 ++colors;
447 const color_type* colors,
458 copy_or_blend_pix(p, *colors++, *covers++);
469 if(colors
411 copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
429 copy_color_vspan(int x, int y, unsigned len, const color_type* colors) 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_rgb.h16 // Adaptation for high precision colors has been sponsored by
487 const color_type* colors)
494 p[order_type::R] = colors->r;
495 p[order_type::G] = colors->g;
496 p[order_type::B] = colors->b;
497 ++colors;
507 const color_type* colors)
513 p[order_type::R] = colors->r;
514 p[order_type::G] = colors->g;
515 p[order_type::B] = colors
485 copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
505 copy_color_vspan(int x, int y, unsigned len, const color_type* colors) 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
[all...]
H A Dagg_pixfmt_rgb_packed.h16 // Adaptation for high precision colors has been sponsored by
1022 const color_type* colors)
1027 *p++ = m_blender.make_pix(colors->r, colors->g, colors->b);
1028 ++colors;
1036 const color_type* colors)
1041 *p = m_blender.make_pix(colors->r, colors->g, colors
1020 copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
1034 copy_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
1048 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
1063 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
[all...]
H A Dagg_pixfmt_rgba.h16 // Adaptation for high precision colors has been sponsored by
2062 const color_type* colors)
2067 p[order_type::R] = colors->r;
2068 p[order_type::G] = colors->g;
2069 p[order_type::B] = colors->b;
2070 p[order_type::A] = colors->a;
2071 ++colors;
2081 const color_type* colors)
2086 p[order_type::R] = colors->r;
2087 p[order_type::G] = colors
2060 copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
2079 copy_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
2097 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
2156 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
2529 copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
2548 copy_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
2565 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
2587 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
[all...]
H A Dagg_pixfmt_transposer.h117 const color_type* colors)
119 m_pixf->copy_color_vspan(y, x, len, colors);
125 const color_type* colors)
127 m_pixf->copy_color_hspan(y, x, len, colors);
133 const color_type* colors,
137 m_pixf->blend_color_vspan(y, x, len, colors, covers, cover);
143 const color_type* colors,
147 m_pixf->blend_color_hspan(y, x, len, colors, covers, cover);
115 copy_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
123 copy_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
131 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
141 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const int8u* covers, int8u cover) argument
H A Dagg_rasterizer_outline.h111 const ColorStorage& colors,
117 m_ren->line_color(colors[i]);
110 render_all_paths(VertexSource& vs, const ColorStorage& colors, const PathId& path_id, unsigned num_paths) argument
H A Dagg_rasterizer_outline_aa.h184 const ColorStorage& colors,
190 m_ren->color(colors[i]);
183 render_all_paths(VertexSource& vs, const ColorStorage& colors, const PathId& path_id, unsigned num_paths) argument
H A Dagg_renderer_base.h345 void copy_color_hspan(int x, int y, int len, const color_type* colors) argument
355 colors += d;
363 m_ren->copy_color_hspan(x, y, len, colors);
368 void copy_color_vspan(int x, int y, int len, const color_type* colors) argument
378 colors += d;
386 m_ren->copy_color_vspan(x, y, len, colors);
392 const color_type* colors,
405 colors += d;
413 m_ren->blend_color_hspan(x, y, len, colors, covers, cover);
418 const color_type* colors,
391 blend_color_hspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = agg::cover_full) argument
417 blend_color_vspan(int x, int y, int len, const color_type* colors, const cover_type* covers, cover_type cover = agg::cover_full) argument
[all...]
H A Dagg_renderer_mclip.h266 void copy_color_hspan(int x, int y, int len, const color_type* colors) argument
271 m_ren.copy_color_hspan(x, y, len, colors);
278 const color_type* colors,
285 m_ren.blend_color_hspan(x, y, len, colors, covers, cover);
292 const color_type* colors,
299 m_ren.blend_color_vspan(x, y, len, colors, covers, cover);
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
H A Dagg_renderer_outline_image.h864 void blend_color_hspan(int x, int y, unsigned len, const color_type* colors) argument
866 m_ren->blend_color_hspan(x, y, len, colors, 0);
870 void blend_color_vspan(int x, int y, unsigned len, const color_type* colors) argument
872 m_ren->blend_color_vspan(x, y, len, colors, 0);
H A Dagg_renderer_scanline.h167 typename BaseRenderer::color_type* colors = alloc.allocate(len); local
168 span_gen.generate(colors, x, y, len);
169 ren.blend_color_hspan(x, y, len, colors,
360 typename BaseRenderer::color_type* colors = alloc.allocate(len); local
361 span_gen.generate(colors, x, y, len);
362 ren.blend_color_hspan(x, y, len, colors, 0, cover_full);
575 color_type* colors; local
590 colors = mix_buffer + span_aa->x - min_x;
602 colors->add(c, cover);
605 ++colors;
[all...]
H A Dagg_span_gouraud.h55 colors(c1, c2, c3);
60 void colors(ColorT c1, ColorT c2, ColorT c3) function in class:agg::span_gouraud
72 // However, the coordinates to interpolate colors are calculated
H A Dagg_span_gradient.h136 void colors(const color_type& c1, const color_type& c2, unsigned size = 256) function in struct:agg::gradient_linear_color
/haiku/headers/private/app/
H A DServerReadOnlyMemory.h24 rgb_color colors[kColorWhichCount]; member in struct:server_read_only_memory
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.h12 status_t vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count);
/haiku/src/add-ons/print/drivers/canon_lips/lips3/
H A DLips3Cap.cpp100 const ColorCap* colors[] = { variable
124 return sizeof(colors) / sizeof(colors[0]);
142 return (const BaseCap **)colors;
/haiku/src/add-ons/print/drivers/canon_lips/lips4/
H A DLips4Cap.cpp162 const ColorCap* colors[] = { variable
183 return sizeof(colors) / sizeof(colors[0]);
205 return (const BaseCap **)colors;
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstylCap.cpp44 static const ColorCap* colors[] = { variable
74 return sizeof(colors) / sizeof(colors[0]);
102 return (const BaseCap **)colors;
/haiku/src/add-ons/print/drivers/pcl5/
H A DPCL5Cap.cpp98 const ColorCap* colors[] = { variable
122 return sizeof(colors) / sizeof(colors[0]);
140 return (const BaseCap **)colors;
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Cap.cpp261 const ColorCap* colors[] = { variable
290 return sizeof(colors) / sizeof(colors[0]);
316 return (const BaseCap**)colors;
/haiku/src/add-ons/print/drivers/postscript/
H A DPSCap.cpp98 const ColorCap* colors[] = { variable
121 return sizeof(colors) / sizeof(colors[0]);
139 return (const BaseCap **)colors;
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp101 Activity::SetColors(const rgb_color* colors, uint32 numColors) argument
106 colorsCopy[i] = colors[i];
215 // Example with 3 colors and a visible area of 2*fStripeWidth (which means
230 // Default colors, chosen from system color scheme
244 // Default colors, chosen from system color scheme
H A DZipOMaticActivity.h27 void SetColors(const rgb_color* colors,
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1036 switch (bitsHeader.colors) {
1109 switch (bitsHeader.colors) {
1127 bitsHeader.colors, msheader);
1135 if (bitsHeader.colors == B_CMAP8) {
1794 bitsHeader.colors = B_RGB32;

Completed in 130 milliseconds

12345