Home
last modified time | relevance | path

Searched defs:x (Results 26 – 50 of 145) sorted by path

123456

/php-src/ext/dom/
H A Dxml_serializer.c48 #define TRY(x) do { if (UNEXPECTED((x) < 0)) { return -1; } } while (0) argument
49 #define TRY_OR_CLEANUP(x) do { if (UNEXPECTED((x) < 0)) { goto cleanup; } } while (0) argument
/php-src/ext/exif/
H A Dexif.c1686 static size_t float_to_size_t(float x) { in float_to_size_t()
1696 static size_t double_to_size_t(double x) { in double_to_size_t()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c137 #define swap2(x) bswap_16(x) argument
138 #define swap4(x) bswap_32(x) argument
139 #define swap8(x) bswap_64(x) argument
141 #define swap2(x) bswap16(x) argument
142 #define swap4(x) bswap32(x) argument
143 #define swap8(x) bswap64(x) argument
2441 goodchar(unsigned char x, const char *extra) in goodchar()
2867 uint64_t x; in getvalue() local
3531 uintmax_t x = 0; local
H A Dascmagic.c50 #define ISSPC(x) ((x) == ' ' || (x) == '\t' || (x) == '\r' || (x) == '\n' \ argument
H A Dcdf.c83 #define CDF_TOLE8(x) \ argument
85 #define CDF_TOLE4(x) \ argument
87 #define CDF_TOLE2(x) \ argument
89 #define CDF_TOLE(x) (/*CONSTCOND*/sizeof(x) == 2 ? \ argument
94 #define CDF_GETUINT32(x, y) cdf_getuint32(x, y) argument
101 # define _cdf_tole2(x) bswap_16(x) argument
102 # define _cdf_tole4(x) bswap_32(x) argument
103 # define _cdf_tole8(x) bswap_64(x) argument
105 # define _cdf_tole2(x) bswap16(x) argument
106 # define _cdf_tole4(x) bswap32(x) argument
[all …]
H A Dcompress.c121 unsigned short x = 1; in zlibcmp() local
H A Dder.c408 printdata(size_t level, const void *v, size_t x, size_t l) in printdata()
H A Dencoding.c377 uint8_t x = first[buf[i]]; in file_looks_utf8() local
H A Dfile.h121 #define __GNUC_PREREQ__(x, y) \ argument
125 #define __GNUC_PREREQ__(x, y) 0 argument
/php-src/ext/gd/
H A Dgd.c1106 int x,y; in PHP_FUNCTION() local
1162 int x,y; in PHP_FUNCTION() local
2057 zend_long x, y; in PHP_FUNCTION() local
2289 int x, y, c; in PHP_FUNCTION() local
2321 zend_long x, y, col; in PHP_FUNCTION() local
2464 zend_long x, y, border, col; in PHP_FUNCTION() local
2482 zend_long x, y, col; in PHP_FUNCTION() local
2709 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
2746 int ch = 0, col, x, y, i, l = 0; in php_imagechar() local
3061 zend_long col = -1, x = 0, y = 0; in php_imagettftext_common() local
[all …]
H A Dgd.stub.php590 function imagecreatefromgd2part(string $filename, int $x, int $y, int $width, int $height): GdImage…
644 function imagecolorat(GdImage $image, int $x, int $y): int|false {}
666 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {}
680 function imagefilltoborder(GdImage $image, int $x, int $y, int $border_color, int $color): bool {}
682 function imagefill(GdImage $image, int $x, int $y, int $color): bool {}
700 function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): boo…
702 function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, string $char, int $color): b…
704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):…
706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color…
739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
[all …]
/php-src/ext/gd/libgd/
H A Dgd.c627 int x, y, p; in gdImagePaletteCopy() local
1596 int x, y; in gdImageFilledArc() local
2135 int x, y; in _gdImageFilledHRectangle() local
2179 int x, y; in _gdImageFilledVRectangle() local
2229 int x, y; in gdImageCopy() local
2310 int x, y; in gdImageCopyMerge() local
2350 int x, y; in gdImageCopyMergeGray() local
2404 int x, y; in gdImageCopyResized() local
2513 int x, y; in gdImageCopyResampled() local
2836 int x, y; in gdImageCompare() local
[all …]
H A Dgd.h269 double x, y; member
314 int x, y; member
504 int x, y; member
785 #define gdImagePalettePixel(im, x, y) (im)->pixels[(y)][(x)] argument
786 #define gdImageTrueColorPixel(im, x, y) (im)->tpixels[(y)][(x)] argument
945 #define gdImageBoundsSafe(im, x, y) (!((((y) < (im)->cy1) || ((y) > (im)->cy2)) || (((x) < (im)->cx… argument
H A Dgd2time.c17 int x, y, w, h; in main() local
H A Dgd_avif.c351 uint32_t x, y; in gdImageCreateFromAvifCtx() local
495 uint32_t x, y; in gdImageAvifCtx() local
H A Dgd_color_match.c15 int x,y; in gdImageColorMatch() local
H A Dgd_crop.c84 int x,y; in gdImageCropAuto() local
186 int x,y; in gdImageCropThreshold() local
H A Dgd_filter.c54 register int x, y; in gdImageScatterEx() local
116 int x, y; in gdImageNegate() local
149 int x, y; in gdImageGrayScale() local
189 int x, y; in gdImageBrightness() local
234 int x, y; in gdImageContrast() local
294 int x, y; in gdImageColor() local
337 int x, y, i, j, new_a; in gdImageConvolution() local
399 int x, y, i, j; in gdImageSelectiveBlur() local
H A Dgd_gd.c168 int x, y; in gdImageCreateFromGdCtx() local
249 int x, y; in _gdImageGd() local
H A Dgd_gd2.c272 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2Ctx() local
438 int x, y, ylo, yhi, xlo, xhi; in gdImageCreateFromGd2PartCtx() local
667 int x, y, ylo, yhi, xlo, xhi; in _gdImageGd2() local
H A Dgd_intern.h11 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) argument
H A Dgd_interpolation.c86 #define gd_ftofx(x) (long)((x) * 256) argument
89 #define gd_dtofx(x) (long)((x) * 256) argument
92 #define gd_fxtoi(x) ((x) >> 8) argument
95 # define gd_fxtof(x) ((float)(x) / 256) argument
98 #define gd_fxtod(x) ((double)(x) / 256) argument
101 #define gd_mulfx(x,y) (((x) * (y)) >> 8) argument
362 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_spline() local
380 const double x = x1 < 0.0 ? -x1 : x1; in filter_cubic_convolution() local
391 static double filter_box(double x) { in filter_box()
428 const double x = x1 < 0.0 ? -x1 : x1; in filter_lanczos8() local
[all …]
H A Dgd_matrix.c30 double x = src->x; in gdAffineApplyToPointF() local
H A Dgd_pixelate.c5 int x, y; in gdImagePixelate() local
H A Dgd_tga.c69 int x = 0; in gdImageCreateFromTgaCtx() local

Completed in 179 milliseconds

123456