Searched refs:dst (Results 1 - 25 of 200) sorted by path

12345678

/haiku/headers/libs/agg/
H A Dagg_alpha_mask_u8.h98 void fill_hspan(int x, int y, cover_type* dst, int num_pix) const argument
104 cover_type* covers = dst;
108 memset(dst, 0, num_pix * sizeof(cover_type));
117 memset(dst, 0, num_pix * sizeof(cover_type));
131 memset(dst, 0, num_pix * sizeof(cover_type));
148 void combine_hspan(int x, int y, cover_type* dst, int num_pix) const argument
154 cover_type* covers = dst;
158 memset(dst, 0, num_pix * sizeof(cover_type));
167 memset(dst, 0, num_pix * sizeof(cover_type));
181 memset(dst,
200 fill_vspan(int x, int y, cover_type* dst, int num_pix) const argument
249 combine_vspan(int x, int y, cover_type* dst, int num_pix) const argument
391 fill_hspan(int x, int y, cover_type* dst, int num_pix) const argument
405 combine_hspan(int x, int y, cover_type* dst, int num_pix) const argument
421 fill_vspan(int x, int y, cover_type* dst, int num_pix) const argument
434 combine_vspan(int x, int y, cover_type* dst, int num_pix) const argument
[all...]
H A Dagg_renderer_base.h443 rect_i clip_rect_area(rect_i& dst, rect_i& src, int wsrc, int hsrc) const argument
452 dst.x1 -= src.x1;
457 dst.y1 -= src.y1;
464 if(dst.x1 < cb.x1)
466 src.x1 += cb.x1 - dst.x1;
467 dst.x1 = cb.x1;
469 if(dst.y1 < cb.y1)
471 src.y1 += cb.y1 - dst.y1;
472 dst.y1 = cb.y1;
475 if(dst
[all...]
H A Dagg_scanline_storage_aa.h144 extra_span dst; local
145 dst.len = src.len;
146 dst.ptr = pod_allocator<T>::allocate(dst.len);
147 memcpy(dst.ptr, src.ptr, dst.len * sizeof(T));
148 m_extra_storage.add(dst);
431 static void write_int32(int8u* dst, int32 val) argument
433 dst[0] = ((const int8u*)&val)[0];
434 dst[
[all...]
H A Dagg_scanline_storage_bin.h256 static void write_int32(int8u* dst, int32 val) argument
258 dst[0] = ((const int8u*)&val)[0];
259 dst[1] = ((const int8u*)&val)[1];
260 dst[2] = ((const int8u*)&val)[2];
261 dst[3] = ((const int8u*)&val)[3];
H A Dagg_span_interpolator_persp.h44 span_interpolator_persp_exact(const double* src, const double* dst) argument
46 quad_to_quad(src, dst);
69 void quad_to_quad(const double* src, const double* dst) argument
71 m_trans_dir.quad_to_quad(src, dst);
72 m_trans_inv.quad_to_quad(dst, src);
94 double dst[8]; local
95 dst[0] = dst[6] = x1;
96 dst[2] = dst[
254 span_interpolator_persp_lerp(const double* src, const double* dst) argument
279 quad_to_quad(const double* src, const double* dst) argument
304 double dst[8]; local
[all...]
H A Dagg_trans_bilinear.h37 trans_bilinear(const double* src, const double* dst) argument
39 quad_to_quad(src, dst);
63 void quad_to_quad(const double* src, const double* dst) argument
78 right[i][0] = dst[ix];
79 right[i][1] = dst[iy];
104 double dst[8]; local
105 dst[0] = dst[6] = x1;
106 dst[2] = dst[
[all...]
/haiku/headers/libs/agg/util/
H A Dagg_color_conv.h35 void color_conv(rendering_buffer* dst, argument
42 if(dst->width() < width) width = dst->width();
43 if(dst->height() < height) height = dst->height();
50 copy_row_functor(dst->row(y), src->row(y), width);
58 void color_conv_row(unsigned char* dst, argument
63 copy_row_functor(dst, src, width);
71 void operator () (unsigned char* dst, argument
75 memmove(dst, sr
[all...]
H A Dagg_color_conv_rgb8.h20 // agg::color_conv(dst, src, agg::color_conv_XXXX_to_YYYY());
45 void operator () (unsigned char* dst, argument
51 *dst++ = src[2];
52 *dst++ = src[1];
53 *dst++ = src[0];
72 void operator () (unsigned char* dst, argument
78 *dst++ = src[I1];
79 *dst++ = src[I2];
80 *dst++ = src[I3];
81 *dst
114 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
147 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
179 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
206 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
232 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
259 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
286 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
316 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
346 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
376 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
404 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
424 operator ()(unsigned char* dst, const unsigned char* src, unsigned width) const argument
[all...]
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h62 static void ConvertToRGB24(const void* src, void* dst, int width,
64 static void ConvertToGray(const void* src, void* dst, int width,
90 static void _ConvertRGB32ToRGB24(const void* src, void* dst, int width);
91 static void _ConvertCMAP8ToRGB24(const void* src, void* dst, int width);
93 static void _ConvertRGB32ToGray(const void* src, void* dst, int width);
94 static void _ConvertCMAP8ToGray(const void* src, void* dst, int width);
/haiku/headers/os/bluetooth/
H A DbdaddrUtils.h45 static void Copy(bdaddr_t& dst, const bdaddr_t& src) argument
47 memcpy(&dst, &src, sizeof(bdaddr_t));
/haiku/headers/private/firewire/
H A Dfirewire.h155 COMMON_HDR(dst, tlrt, tcode, pri);
159 COMMON_HDR(dst, tlrt, tcode, pri);
164 COMMON_HDR(dst, tlrt, tcode, pri);
169 COMMON_HDR(dst, tlrt, tcode, pri);
175 COMMON_HDR(dst, tlrt, tcode, pri);
181 COMMON_HDR(dst, tlrt, tcode, pri);
187 COMMON_HDR(dst, tlrt, tcode, pri);
193 COMMON_HDR(dst, tlrt, tcode, pri);
200 COMMON_HDR(dst, tlrt, tcode, pri);
207 COMMON_HDR(dst, tlr
272 }dst; member in struct:fw_asyreq::fw_asyreq_t
280 uint16_t dst; member in struct:fw_devinfo
[all...]
H A Dfirewire_module.h21 struct fw_device * (*fw_noderesolve_nodeid)(struct firewire_comm *fc, int dst);
H A Dfirewirereg.h72 uint16_t dst; member in struct:fw_device
/haiku/headers/private/mail/
H A Dmail_util.h35 int32 *srcLen, char *dst, int32 *dstLen, int32 *state,
39 int32 *srcLen, char *dst, int32 *dstLen, int32 *state,
/haiku/src/add-ons/accelerants/et6x00/
H A DProposeDisplayMode.c94 display_mode *dst, low, high; local
111 dst = et6000ModesList;
125 *dst = *src;
127 dst->space = low.space = high.space = spaces[j];
129 if (PROPOSE_DISPLAY_MODE(dst, &low, &high) != B_ERROR) {
131 dst++;
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c21 #define ACCW_YDSTLEN(dst, len) do { \
23 ACCW(YDST,((dst)* (si->fbc.bytes_per_row / (si->engine.depth >> 3))) >> 5); \
25 } else ACCW(YDSTLEN,((dst)<<16)|(len)); \
/haiku/src/add-ons/accelerants/radeon/
H A DProposeDisplayMode.c446 display_mode *dst; local
482 dst = &ai->mode_list[si->mode_count];
487 *dst = *mode;
488 dst->space = low.space = high.space = spaces[i];
491 &si->pll, dst, &low, &high ) == B_OK )
494 ++dst;
498 *dst = *mode;
499 dst->space = spaces[i];
502 &si->pll, dst, &low, &high ) == B_OK )
505 ++dst;
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp499 uint32 dst, src, saved = 0; local
501 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1);
505 __func__, dst, src, dst + src);
507 dst += src;
508 atom_put_dst(ctx, arg, attr, &dptr, dst, saved);
516 uint32 dst, src, saved = 0; local
518 dst = atom_get_dst(ctx, arg, attr, ptr, &saved, 1);
522 __func__, src, dst, dst
576 uint32 dst, src; local
606 uint32 dst, src; local
629 uint32 dst, src; local
715 uint32 dst, mask, src, saved = 0; local
751 uint32 dst, src; local
765 uint32 dst, src; local
792 uint32 dst, src, saved = 0; local
900 uint32 saved = 0, dst; local
918 uint32 saved = 0, dst; local
936 uint32 saved = 0, dst; local
957 uint32 saved = 0, dst; local
979 uint32 dst, src, saved = 0; local
1022 uint32 dst, src; local
1036 uint32 dst, src, saved = 0; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp67 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
107 printf("fwmem_read_quad: %d %04x:%08x\n", fwdev->dst,
143 printf("fwmem_write_quad: %d %04x:%08x %08x\n", fwdev->dst,
182 printf("fwmem_read_block: %d %04x:%08x %d\n", fwdev->dst,
220 printf("fwmem_write_block: %d %04x:%08x %d\n", fwdev->dst,
H A Dfwohcireg.h382 BIT16x2(dst, );
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c775 &asyreq->req.dst.eui);
781 fp->mode.hdr.dst = FWLOCALBUS | fwdev->dst;
877 devinfo->dst = fc->nodeid;
884 devinfo->dst = fwdev->dst;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dposeidon_reg_map_macro.h96 #define AXI_INTERCONNECT_CTRL__FORCE_SEL_ON__MODIFY(dst, src) \
97 (dst) = ((dst) &\
103 #define AXI_INTERCONNECT_CTRL__FORCE_SEL_ON__SET(dst) \
104 (dst) = ((dst) &\
106 #define AXI_INTERCONNECT_CTRL__FORCE_SEL_ON__CLR(dst) \
107 (dst) = ((dst) &\
120 #define AXI_INTERCONNECT_CTRL__SELECT_SLV_PCIE__MODIFY(dst, sr
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1974 uint32_t tmp, dst; local
1981 dst = GETLE32(p); p += 4;
1984 ipw_write_mem_1(sc, dst, p, len);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h457 uint8_t dst[IEEE80211_ADDR_LEN]; member in struct:iwi_associate
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drunlist.h73 extern int ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max,
76 extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst,

Completed in 158 milliseconds

12345678