Home
last modified time | relevance | path

Searched refs:im_dst (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Drotate.c335 __imlib_BlendImageToImageSkewed(ImlibImage * im_src, ImlibImage * im_dst, in __imlib_BlendImageToImageSkewed() argument
356 if (__imlib_LoadImageData(im_dst)) in __imlib_BlendImageToImageSkewed()
405 data = malloc(im_dst->w * LINESIZE * sizeof(DATA32)); in __imlib_BlendImageToImageSkewed()
417 for (i = 0; i < im_dst->h; i += LINESIZE) in __imlib_BlendImageToImageSkewed()
421 h = MIN(LINESIZE, im_dst->h - i); in __imlib_BlendImageToImageSkewed()
504 if (r > im_dst->w) in __imlib_BlendImageToImageSkewed()
505 r = im_dst->w; in __imlib_BlendImageToImageSkewed()
515 h = MIN(LINESIZE, im_dst->h - i); in __imlib_BlendImageToImageSkewed()
538 __imlib_BlendRGBAToData(data, w, h, im_dst->data, in __imlib_BlendImageToImageSkewed()
539 im_dst->w, im_dst->h, 0, 0, l, i, w, h, in __imlib_BlendImageToImageSkewed()
H A Dblend.c1792 __imlib_BlendImageToImage(ImlibImage * im_src, ImlibImage * im_dst, in __imlib_BlendImageToImage() argument
1803 if (__imlib_LoadImageData(im_dst)) in __imlib_BlendImageToImage()
1808 if (!IMAGE_HAS_ALPHA(im_dst)) in __imlib_BlendImageToImage()
1834 im_dst->data, im_dst->w, im_dst->h, in __imlib_BlendImageToImage()
1888 CLIP(dx, dy, dw, dh, 0, 0, im_dst->w, im_dst->h); in __imlib_BlendImageToImage()
1934 if (!IMAGE_HAS_ALPHA(im_dst)) in __imlib_BlendImageToImage()
1971 im_dst->data, im_dst->w, in __imlib_BlendImageToImage()
1972 im_dst->h, in __imlib_BlendImageToImage()
H A Drotate.h25 ImlibImage * im_dst,
H A Dapi.c2071 ImlibImage *im_src, *im_dst; in imlib_blend_image_onto_image() local
2079 CAST_IMAGE(im_dst, ctx->image); in imlib_blend_image_onto_image()
2082 if (__imlib_LoadImageData(im_dst)) in imlib_blend_image_onto_image()
2084 __imlib_DirtyImage(im_dst); in imlib_blend_image_onto_image()
4927 ImlibImage *im_src, *im_dst; in imlib_blend_image_onto_image_at_angle() local
4935 CAST_IMAGE(im_dst, ctx->image); in imlib_blend_image_onto_image_at_angle()
4938 if (__imlib_LoadImageData(im_dst)) in imlib_blend_image_onto_image_at_angle()
4940 __imlib_DirtyImage(im_dst); in imlib_blend_image_onto_image_at_angle()
5020 CAST_IMAGE(im_dst, ctx->image); in imlib_blend_image_onto_image_skewed()
5023 if (__imlib_LoadImageData(im_dst)) in imlib_blend_image_onto_image_skewed()
[all …]
/dports/lang/php80/php-8.0.15/ext/gd/
H A Dgd.c1124 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1132 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1280 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1292 if (im_dst == NULL) { in PHP_FUNCTION()
2913 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2920 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2940 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2948 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2968 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2976 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
[all …]
/dports/graphics/php80-gd/php-8.0.15/ext/gd/
H A Dgd.c1124 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1132 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1280 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1292 if (im_dst == NULL) { in PHP_FUNCTION()
2913 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2920 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2940 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2948 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2968 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2976 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/gd/
H A Dgd.c1124 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1132 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1280 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1292 if (im_dst == NULL) { in PHP_FUNCTION()
2913 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2920 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2940 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2948 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
2968 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2976 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/gd/
H A Dgd.c1176 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1184 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1332 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1344 if (im_dst == NULL) { in PHP_FUNCTION()
2986 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2993 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3013 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3021 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3041 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3049 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
[all …]
/dports/lang/php81/php-8.1.1/ext/gd/
H A Dgd.c1176 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1184 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1332 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1344 if (im_dst == NULL) { in PHP_FUNCTION()
2986 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2993 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3013 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3021 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3041 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3049 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
[all …]
/dports/graphics/php81-gd/php-8.1.1/ext/gd/
H A Dgd.c1176 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1184 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
1332 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
1344 if (im_dst == NULL) { in PHP_FUNCTION()
2986 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2993 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3013 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3021 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
3041 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3049 im_dst = php_gd_libgdimageptr_from_zval_p(DIM); in PHP_FUNCTION()
[all …]
/dports/net/quagga/quagga-1.2.4/pimd/
H A Dpim_mroute.c95 pim_inet4_dump("<grp?>", msg->im_dst, grp_str, sizeof(grp_str)); in pim_mroute_msg()
137 ch = pim_ifchannel_find(ifp, msg->im_src, msg->im_dst); in pim_mroute_msg()
H A Dpim_mroute.h157 struct in_addr im_src,im_dst; member
/dports/net/frr7-pythontools/frr-frr-7.5.1/pimd/
H A Dpim_mroute.h157 struct in_addr im_src, im_dst; member
/dports/net/frr7/frr-frr-7.5.1/pimd/
H A Dpim_mroute.h157 struct in_addr im_src, im_dst; member
/dports/lang/php73/php-7.3.33/ext/gd/
H A Dgd.c1905 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2069 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2082 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
2084 if (im_dst != NULL) { in PHP_FUNCTION()
2085 RETURN_RES(zend_register_resource(im_dst, le_gd)); in PHP_FUNCTION()
3722 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3744 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3755 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3778 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3789 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
[all …]
/dports/lang/php74/php-7.4.27/ext/gd/
H A Dgd.c1967 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2131 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2144 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
2146 if (im_dst != NULL) { in PHP_FUNCTION()
2147 RETURN_RES(zend_register_resource(im_dst, le_gd)); in PHP_FUNCTION()
3798 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3820 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3831 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3854 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3865 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
[all …]
/dports/www/mod_php73/php-7.3.33/ext/gd/
H A Dgd.c1905 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2069 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2082 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
2084 if (im_dst != NULL) { in PHP_FUNCTION()
2085 RETURN_RES(zend_register_resource(im_dst, le_gd)); in PHP_FUNCTION()
3722 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3744 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3755 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3778 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3789 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
[all …]
/dports/www/mod_php74/php-7.4.27/ext/gd/
H A Dgd.c1967 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2131 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2144 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
2146 if (im_dst != NULL) { in PHP_FUNCTION()
2147 RETURN_RES(zend_register_resource(im_dst, le_gd)); in PHP_FUNCTION()
3798 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3820 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3831 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3854 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3865 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
[all …]
/dports/graphics/php74-gd/php-7.4.27/ext/gd/
H A Dgd.c1967 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2131 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2144 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
2146 if (im_dst != NULL) { in PHP_FUNCTION()
2147 RETURN_RES(zend_register_resource(im_dst, le_gd)); in PHP_FUNCTION()
3798 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3820 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3831 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3854 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3865 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
[all …]
/dports/graphics/php73-gd/php-7.3.33/ext/gd/
H A Dgd.c1905 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2069 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
2082 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
2084 if (im_dst != NULL) { in PHP_FUNCTION()
2085 RETURN_RES(zend_register_resource(im_dst, le_gd)); in PHP_FUNCTION()
3722 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3744 gdImageCopy(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH); in PHP_FUNCTION()
3755 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
3778 gdImageCopyMerge(im_dst, im_src, dstX, dstY, srcX, srcY, srcW, srcH, pct); in PHP_FUNCTION()
3789 gdImagePtr im_dst, im_src; in PHP_FUNCTION() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dmroute.h118 struct in_addr im_src,im_dst; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dmroute.h118 struct in_addr im_src,im_dst; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dmroute.h118 struct in_addr im_src,im_dst; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dmroute.h118 struct in_addr im_src,im_dst; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dmroute.h118 struct in_addr im_src,im_dst; member

12