Searched refs:colors (Results 26 - 50 of 124) sorted by relevance

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_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_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_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_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_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_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...]
/haiku/src/preferences/appearance/
H A DAPRView.h55 void _UpdatePreviews(const BMessage& colors);
60 void _SetUIColors(const BMessage& colors);
/haiku/src/servers/app/drawing/Painter/drawing_modes/
H A DDrawingModeSelect.h161 const color_type* colors,
172 if (*covers && colors->a > 0 && compare(p, high, low, &color)) {
181 ++colors;
187 if (colors->a > 0 && compare(p, high, low, &color)) {
191 ++colors;
196 if (colors->a > 0 && compare(p, high, low, &color)) {
200 ++colors;
160 blend_color_hspan_select(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.h87 const color_type* colors,
157 const color_type* colors,
163 const color_type* colors,
280 const color_type* colors,
284 fBlendColorHSpan(x, y, len, colors, covers, cover,
291 const color_type* colors,
295 fBlendColorVSpan(x, y, len, colors, covers, cover,
279 blend_color_hspan(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover) argument
290 blend_color_vspan(int x, int y, unsigned len, const color_type* colors, const uint8* covers, uint8 cover) argument
/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/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/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.h27 void SetColors(const rgb_color* colors,
/haiku/src/system/boot/platform/riscv/
H A Dgraphics.h16 Color* colors; member in struct:RasBuf
/haiku/headers/private/shared/
H A DBarberPole.h17 /*! Spinning barber pole progress indicator. Number and colors of the
18 color stripes are configurable. By default, it will be 2 colors,
42 void SetColors(const rgb_color* colors,
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Dvga.cpp16 vga_set_indexed_colors(uint8 first, uint8 *colors, uint16 count) argument
30 if (user_memcpy(color, &colors[i * 3], 3) < B_OK)
/haiku/src/add-ons/translators/avif/
H A DAVIFTranslator.cpp221 switch (bitsHeader.colors) {
266 bitsHeader.colors);
307 assert(bitsHeader.colors == B_YCbCr444);
333 assert(bitsHeader.colors == B_GRAY8);
446 color_space colors; local
451 colors = B_RGBA32;
453 colors = B_GRAY8;
457 colors = B_RGB24;
491 bitmapHeader.colors = colors;
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartRender.cpp404 uint32 *colors; local
418 *draw8 = buf->colors[s->color_type][pixel_color_offset[s->level]];
423 *draw16 = buf->colors[s->color_type][pixel_color_offset[s->level]];
428 *draw32 = buf->colors[s->color_type][pixel_color_offset[s->level]];
436 colors = buf->colors[s->color_type];
452 *draw8 = colors[pat_color_offset[i]];
457 *draw16 = colors[pat_color_offset[i]];
462 *draw32 = colors[pat_color_offset[i]];
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp157 if (header.colors == colorspaces[i].id) {
164 static_cast<unsigned long>(header.colors));
172 switch (header.colors) {
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h389 const color_type* colors,
398 m_ren.blend_color_hspan(x, y, len, colors, covers, cover);
405 const color_type* colors,
414 m_ren.blend_color_hspan(x, y, len, colors, covers, cover);
421 const color_type* colors,
426 m_ren.blend_color_hspan_no_clip(x, y, len, colors, covers, cover);
431 const color_type* colors,
436 m_ren.blend_color_vspan_no_clip(x, y, len, colors, covers, cover);
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/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/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/translators/icns/
H A DICNSLoader.h35 icns_type_t ICNSFormat(float width, float height, color_space colors);

Completed in 141 milliseconds

12345