Home
last modified time | relevance | path

Searched refs:gdImageSX (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/gd/libgd/
H A Dtestac.c81 im_out = gdImageCreateTrueColor ((int) (gdImageSX (im_in) * scale), in testDrawing()
95 gdImageFill (im_out, (int) (gdImageSX (im_in) * scale / 2), in testDrawing()
107 (int) (gdImageSX (im_in) * scale), (int) (gdImageSY (im_in) * scale), in testDrawing()
108 gdImageSX (im_in), gdImageSY (im_in)); in testDrawing()
H A Dgddemo.c84 gdImageSX (brush), gdImageSY (brush), in main()
85 gdImageSX (im_in), gdImageSY (im_in)); in main()
H A Dgd_wbmp.c100 if ((wbmp = createwbmp (gdImageSX (image), gdImageSY (image), WBMP_WHITE)) == NULL) { in gdImageWBMPCtx()
107 for (x = 0; x < gdImageSX(image); x++) { in gdImageWBMPCtx()
H A Dwebpng.c166 gdImageSX (im), gdImageSY (im), in main()
192 maxx = gdImageSX(im); in main()
H A Dgd_crop.c116 const int width = gdImageSX(im); in gdImageCropAuto()
229 const int width = gdImageSX(im); in gdImageCropThreshold()
311 const int tr = gdImageGetPixel(im, gdImageSX(im) - 1, 0); in gdGuessBackgroundColorFromCorners()
313 const int br = gdImageGetPixel(im, gdImageSX(im) - 1, gdImageSY(im) -1); in gdGuessBackgroundColorFromCorners()
H A Dxbm.c197 gdCtxPrintf(out, "#define %s_width %d\n", name, gdImageSX(image)); in gdImageXbmCtx()
206 sx = gdImageSX(image); in gdImageXbmCtx()
H A Dgd.c814 hx = gdImageSX(im->brush) / 2; in gdImageBrushApply()
816 x2 = x1 + gdImageSX(im->brush); in gdImageBrushApply()
884 srcx = x % gdImageSX(tile); in gdImageTileApply()
920 srcx = x % gdImageSX(im->tile); in gdImageTileGet()
1120 if (!clip_1d(&x1,&y1,&x2,&y2,gdImageSX(im)-1) || !clip_1d(&y1,&x1,&y2,&x2,gdImageSY(im)-1)) { in gdImageLine()
1305 if (!clip_1d(&x1,&y1,&x2,&y2,gdImageSX(im)-1) || !clip_1d(&y1,&x1,&y2,&x2,gdImageSY(im)-1)) { in gdImageAALine()
2131 if (x2 >= gdImageSX(im)) { in _gdImageFilledHRectangle()
2132 x2 = gdImageSX(im) - 1; in _gdImageFilledHRectangle()
2175 if (x2 >= gdImageSX(im)) { in _gdImageFilledVRectangle()
2176 x2 = gdImageSX(im) - 1; in _gdImageFilledVRectangle()
[all …]
H A Dgd_interpolation.c1252 float dx = (float)gdImageSX(im) / (float)_width; in gdImageScaleBilinearPalette()
1354 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC()
1454 const int src_w = gdImageSX(src); in gdImageScaleBicubicFixed()
1715 const int src_w = gdImageSX(src); in gdImageRotateNearestNeighbour()
1769 const int src_w = gdImageSX(src); in gdImageRotateGeneric()
1832 const unsigned int src_w = gdImageSX(src); in gdImageRotateBilinear()
1947 const int src_w = gdImageSX(src); in gdImageRotateBicubicFixed()
2317 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2400 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2453 if ((dst_x + x) < 0 || (dst_x + x) > (gdImageSX(dst) - 1)) { in gdTransformAffineCopy()
H A Dgd.h728 #define gdImageSX(im) ((im)->sx) macro
/PHP-5.6/ext/gd/
H A Dgd.c3096 for (x = 0; x < gdImageSX(im); x++) { in PHP_FUNCTION()
3789 RETURN_LONG(gdImageSX(im)); in PHP_FUNCTION()
4436 int dest_width = gdImageSX(im_org); in _php_image_bw_convert()
4583 org_width = gdImageSX (im_org); in _php_image_convert()
5191 src_x = gdImageSX(im); in PHP_FUNCTION()
5336 rect.width = gdImageSX(src); in PHP_FUNCTION()

Completed in 51 milliseconds