Searched refs:src (Results 1 - 25 of 302) sorted by path

1234567891011>>

/haiku/3rdparty/docker/bootstrap/
H A Dbootstrap.sh8 if [ ! -d $WORKPATH/src ]; then
9 echo "$WORKPATH/src is not available!"
H A Dhaikuports_build.sh11 $WORKPATH/src/haikuporter/haikuporter --config=$GENERATED/objects/haiku/$TARGET_ARCH/packaging/repositories/HaikuPortsCross-build/haikuports.conf \
H A Dhaikuports_chroot.sh23 $WORKPATH/src/haikuporter/haikuporter \
/haiku/headers/build/gcc-2.95.3/
H A Dstdarg.h120 #define __va_copy(dest, src) (dest) = (src)
H A Dva-alpha.h126 #define __va_copy(dest, src) (dest) = (src)
H A Dva-clipper.h58 #define __va_copy(dest, src) (dest) = (src)
H A Dva-h8300.h54 #define __va_copy(dest, src) (dest) = (src)
H A Dva-i860.h211 #define __va_copy(dest, src) (dest) = (src)
H A Dva-i960.h76 #define __va_copy(dest, src) (dest) = (src)
H A Dva-m88k.h85 #define __va_copy(dest, src) (dest) = (src)
H A Dva-mips.h275 #define __va_copy(dest, src) (dest) = (src)
H A Dva-pa.h50 #define __va_copy(dest, src) (dest) = (src)
H A Dva-ppc.h196 #define __va_copy(dest, src) *(dest) = *(src)
253 #define __va_copy(dest, src) (dest) = (src)
H A Dva-sh.h227 #define __va_copy(dest, src) ((dest) = (src))
H A Dva-sparc.h163 #define __va_copy(dest, src) (dest) = (src)
H A Dva-spur.h64 #define __va_copy(dest, src) (dest) = (src)
H A Dvarargs.h141 #define __va_copy(dest, src) (dest) = (src)
/haiku/headers/cpp/
H A Deditbuf.h75 void assign(struct edit_string *src); // copy bytes from src to this
/haiku/headers/libs/agg/
H A Dagg_renderer_base.h443 rect_i clip_rect_area(rect_i& dst, rect_i& src, int wsrc, int hsrc) const argument
450 if(src.x1 < 0)
452 dst.x1 -= src.x1;
453 src.x1 = 0;
455 if(src.y1 < 0)
457 dst.y1 -= src.y1;
458 src.y1 = 0;
461 if(src.x2 > wsrc) src.x2 = wsrc;
462 if(src
488 copy_from(const RenBuf& src, const rect_i* rect_src_ptr = 0, int dx = 0, int dy = 0) argument
534 blend_from(const SrcPixelFormatRenderer& src, const rect_i* rect_src_ptr = 0, int dx = 0, int dy = 0, cover_type cover = agg::cover_full) argument
[all...]
H A Dagg_renderer_mclip.h320 void blend_from(const SrcPixelFormatRenderer& src, argument
329 m_ren.blend_from(src, rect_src_ptr, dx, dy, cover);
H A Dagg_renderer_outline_image.h34 line_image_scale(const Source& src, double height) : argument
35 m_source(src),
37 m_scale(src.height() / height)
90 line_image_pattern(const Filter& filter, const Source& src) : argument
101 create(src);
106 template<class Source> void create(const Source& src) argument
108 m_height = uceil(src.height());
109 m_width = uceil(src.width());
110 m_width_hr = uround(src.width() * line_subpixel_scale);
111 m_half_height_hr = uround(src
220 line_image_pattern_pow2(const Filter& filter, const Source& src) argument
227 create(const Source& src) argument
[all...]
H A Dagg_rendering_buffer.h113 void copy_from(const RenBuf& src) argument
116 if(src.height() < h) h = src.height();
119 if(src.stride_abs() < l) l = src.stride_abs();
127 memcpy(row_ptr(0, y, w), src.row_ptr(y), l);
H A Dagg_scanline_storage_aa.h143 const extra_span& src = v.m_extra_storage[i]; local
145 dst.len = src.len;
147 memcpy(dst.ptr, src.ptr, dst.len * sizeof(T));
H A Dagg_span_image_filter.h38 span_image_filter(source_type& src, argument
41 m_src(&src),
110 span_image_resample_affine(source_type& src, argument
113 base_type(src, inter, &filter),
196 span_image_resample(source_type& src, argument
199 base_type(src, inter, &filter),
H A Dagg_span_image_filter_gray.h54 span_image_filter_gray_nn(source_type& src, argument
56 base_type(src, inter, 0)
100 span_image_filter_gray_bilinear(source_type& src, argument
102 base_type(src, inter, 0)
173 span_image_filter_gray_bilinear_clip(source_type& src, argument
176 base_type(src, inter, 0),
350 span_image_filter_gray_2x2(source_type& src, argument
353 base_type(src, inter, &filter)
449 span_image_filter_gray(source_type& src, argument
452 base_type(src, inte
550 span_image_resample_gray_affine(source_type& src, interpolator_type& inter, const image_filter_lut& filter) argument
654 span_image_resample_gray(source_type& src, interpolator_type& inter, const image_filter_lut& filter) argument
[all...]

Completed in 81 milliseconds

1234567891011>>