Searched refs:pixel (Results 1 - 25 of 38) sorted by path

12

/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h69 cover_type pixel(int x, int y) const function in class:agg::alpha_mask_u8
373 cover_type pixel(int x, int y) const function in class:agg::amask_no_clip_u8
H A Dagg_blur.h135 pix = img.pixel(0, y);
144 pix = img.pixel((i > wm) ? wm : i, y);
166 pix = img.pixel(xp, y);
1119 c.from_pix(img.pixel(0, y));
1121 c.from_pix(img.pixel(1, y));
1123 c.from_pix(img.pixel(2, y));
1128 c.from_pix(img.pixel(x, y));
H A Dagg_pixfmt_amask_adaptor.h81 color_type pixel(int x, int y) function in class:agg::pixfmt_amask_adaptor
83 return m_pixf->pixel(x, y);
89 m_pixf->blend_pixel(x, y, c, m_mask->pixel(x, y));
H A Dagg_pixfmt_gray.h225 AGG_INLINE color_type pixel(int x, int y) const function in class:agg::pixfmt_alpha_blend_gray
H A Dagg_pixfmt_rgb.h289 AGG_INLINE color_type pixel(int x, int y) const function in class:agg::pixfmt_alpha_blend_rgb
H A Dagg_pixfmt_rgb_packed.h881 AGG_INLINE color_type pixel(int x, int y) const function in class:agg::pixfmt_alpha_blend_rgb_packed
H A Dagg_pixfmt_rgba.h1827 AGG_INLINE color_type pixel(int x, int y) const function in class:agg::pixfmt_alpha_blend_rgba
2415 color_type pixel(int x, int y) const function in class:agg::pixfmt_custom_blend_rgba
H A Dagg_pixfmt_transposer.h43 AGG_INLINE color_type pixel(int x, int y) const function in class:agg::pixfmt_transposer
45 return m_pixf->pixel(y, x);
H A Dagg_renderer_base.h168 color_type pixel(int x, int y) const function in class:agg::renderer_base
171 m_ren->pixel(x, y) :
H A Dagg_renderer_markers.h547 void pixel(int x, int y, int) function in class:agg::renderer_markers
574 case marker_pixel: pixel(x, y, r); break;
615 case marker_pixel: do { pixel (int(*x), int(*y), int(r)); ++x; ++y; } while(--n); break;
643 case marker_pixel: do { pixel (int(*x), int(*y), int(*r)); ++x; ++y; ++r; } while(--n); break;
671 case marker_pixel: do { base_type::fill_color(*fc); pixel (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; } while(--n); break;
699 case marker_pixel: do { base_type::fill_color(*fc); base_type::line_color(*lc); pixel (int(*x), int(*y), int(*r)); ++x; ++y; ++r; ++fc; ++lc; } while(--n); break;
H A Dagg_renderer_mclip.h157 color_type pixel(int x, int y) const function in class:agg::renderer_mclip
164 return m_ren.ren().pixel(x, y);
H A Dagg_renderer_outline_image.h44 color_type pixel(int x, int y) const function in class:agg::line_image_scale
50 color_type pix1 = (y1 < 0) ? color_type::no_color() : m_source.pixel(x, y1);
51 color_type pix2 = (y2 > h) ? color_type::no_color() : m_source.pixel(x, y2);
128 *d1++ = src.pixel(x, y);
171 void pixel(color_type* p, int x, int y) const function in class:agg::line_image_pattern
242 void pixel(color_type* p, int x, int y) const function in class:agg::line_image_pattern_pow2
631 m_ren.pixel(p1, dist_pict, s2);
647 m_ren.pixel(p1, dist_pict, s2 - dist);
668 m_ren.pixel(p0, dist_pict, s2 + dist);
717 m_ren.pixel(p
858 void pixel(color_type* p, int x, int y) const function in class:agg::renderer_outline_image
[all...]
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c216 * - if the CRTC modeline ends too soon, pixelnoise will occur in 8 (or so) pixel
858 /* select 32x32 pixel, 16bit color cursorbitmap, no doublescan */
914 uint16 pixel; local
927 pixel = 0x0000;
929 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
931 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
933 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
934 /* place the pixel in the bitmap */
935 cursor[x + (y * 32)] = pixel;
944 pixel
[all...]
H A Dnv_crtc2.c202 * - if the CRTC modeline ends too soon, pixelnoise will occur in 8 (or so) pixel
818 /* select 32x32 pixel, 16bit color cursorbitmap, no doublescan */
872 uint16 pixel; local
885 pixel = 0x0000;
887 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
889 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
891 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
892 /* place the pixel in the bitmap */
893 cursor[x + (y * 32)] = pixel;
902 pixel
[all...]
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c118 * - if the CRTC modeline ends too soon, pixelnoise will occur in 8 (or so) pixel
701 /* select 32x32 pixel, 16bit color cursorbitmap, no doublescan */
742 uint16 pixel; local
755 pixel = 0x0000;
757 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
759 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
761 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
762 /* place the pixel in the bitmap */
763 cursor[x + (y * 32)] = pixel;
772 pixel
[all...]
H A Dcrtc2.c104 * - if the CRTC modeline ends too soon, pixelnoise will occur in 8 (or so) pixel
663 /* select 32x32 pixel, 16bit color cursorbitmap, no doublescan */
704 uint16 pixel; local
717 pixel = 0x0000;
719 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
721 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
723 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
724 /* place the pixel in the bitmap */
725 cursor[x + (y * 32)] = pixel;
734 pixel
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc2.c104 * - if the CRTC modeline ends too soon, pixelnoise will occur in 8 (or so) pixel
663 /* select 32x32 pixel, 16bit color cursorbitmap, no doublescan */
704 uint16 pixel; local
717 pixel = 0x0000;
719 if ((!(*andMask & b)) && (!(*xorMask & b))) pixel = 0xffff;
721 if ((!(*andMask & b)) && (*xorMask & b)) pixel = 0x8000;
723 if ( (*andMask & b) && (*xorMask & b)) pixel = 0x7fff;
724 /* place the pixel in the bitmap */
725 cursor[x + (y * 32)] = pixel;
734 pixel
[all...]
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp1347 // Find the pixel part, if any
1348 char* pixel = temp; local
1349 while (!IsNumeric(*pixel)) {
1350 if (*pixel == '\0')
1352 pixel++;
1354 setPixels = atof(pixel);
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp766 // if I've read all of the pixel data, break
768 // non-pixel data
831 // if I've read all of the pixel data, break
833 // non-pixel data
917 // if I've read all of the pixel data, break
919 // non-pixel data
1108 // write out the BMP pixel data
1380 // if I've read all of the pixel data, break
1382 // non-pixel data
1401 // Copies count 32-bit pixels with a color value of pixel t
1418 pixelcpy(uint8 *dest, uint32 pixel, uint32 count) argument
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFSave.h54 unsigned char NextPixel(int pixel);
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp650 // create a TGA RLE packet for pixel and copy the
651 // packet header and pixel data to ptga
653 copy_rle_packet(uint8 *ptga, uint32 pixel, uint8 count, argument
663 return pix_bits_to_tga(reinterpret_cast<uint8 *> (&pixel),
667 // create a TGA raw packet for pixel and copy the
668 // packet header and pixel data to ptga
684 // convert a row of pixel data from pbits to a
685 // row of pixel data in the TGA format using
750 // output the current pixel only if
759 // "next" will be the last pixel i
[all...]
/haiku/src/kits/interface/textview_support/
H A DLineBuffer.cpp75 BTextView::LineBuffer::PixelToLine(float pixel) const
83 if (pixel >= fBuffer[index].origin) {
84 if (pixel < fBuffer[index + 1].origin)
H A DLineBuffer.h19 float origin; // pixel position of top of line
37 int32 PixelToLine(float pixel) const;
/haiku/src/libs/print/libprint/
H A DValidRect.cpp30 INLINE bool isEmpty(const rgb_color *pixel);
46 BoundsCalculator::isEmpty(const rgb_color *pixel) argument
48 return pixel->red == 0xff && pixel->green == 0xff && pixel->blue == 0xff;
/haiku/src/servers/app/drawing/Painter/
H A Dagg_renderer_region.h241 color_type pixel(int x, int y) const function in class:agg::renderer_region
250 return m_ren.ren().pixel(x, y);

Completed in 215 milliseconds

12