Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_arc.c20 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageEllipse() local
31 dx = aq << 1; in gdImageEllipse()
40 ry +=dx; in gdImageEllipse()
59 long aq,bq,dx,dy,r,rx,ry,a,b; in gdImageFilledEllipse() local
75 dx = aq << 1; in gdImageFilledEllipse()
86 ry +=dx; in gdImageFilledEllipse()
H A Dgd.c1125 if (dx == 0) { in gdImageLine()
1133 if (dy <= dx) { in gdImageLine()
1151 d = 2 * dy - dx; in gdImageLine()
1216 incr1 = 2 * dx; in gdImageLine()
1300 long dx, dy,tmp; in gdImageAALine() local
1352 dx = x2 - x1; in gdImageAALine()
1359 if (dx < 0) { in gdImageAALine()
1366 dx = x2 - x1; in gdImageAALine()
1388 dx = x2 - x1; in gdImageAALine()
1418 if (dy <= dx) { in gdImageDashedLine()
[all …]
H A Dgd_interpolation.c1137 const float dx = (float)im->sx / (float)new_width; in gdImageScaleNearestNeighbour() local
1139 const gdFixed f_dx = gd_ftofx(dx); in gdImageScaleNearestNeighbour()
1236 float dx = (float)gdImageSX(im) / (float)_width; in gdImageScaleBilinearPalette() local
1238 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearPalette()
1334 float dx = (float)gdImageSX(im) / (float)dst_w; in gdImageScaleBilinearTC() local
1336 gdFixed f_dx = gd_ftofx(dx); in gdImageScaleBilinearTC()
/PHP-5.5/ext/standard/tests/strings/
H A Dmd5_file.phpt106 string(16) "(�dx%� �wxG,Ԣ"
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2494 >42 beshort x \b, (%dx,
4581 >376 lelong x \b, %dx
6822 # BOOTSEL definitions contains assembler instructions: int 0x13;pop dx;push dx;push dx
7855 >8 leshort x %dx
10200 >>>>16 belong x \b, %dx
10201 >>>>20 belong x \b%dx
10309 >>12 beshort x \b, %dx
10513 >>772 belong x %dx
10516 >>776 belong x %dx
10631 >28 lelong x \b, %dx
[all …]
/PHP-5.5/ext/gd/
H A Dgd.c4257 int cur_x, cur_y, dx, dy; in PHP_FUNCTION() local
4320 dx = new_x(char_width + add_width + amount_kern, 0); in PHP_FUNCTION()
4322 cur_x += dx; in PHP_FUNCTION()

Completed in 86 milliseconds