Home
last modified time | relevance | path

Searched refs:x1 (Results 26 – 43 of 43) sorted by relevance

12

/PHP-5.3/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation2.phpt28 0x1,
/PHP-5.3/ext/gd/tests/
H A Dimagedashedline_basic.phpt11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-5.3/ext/standard/tests/strings/
H A Dstrval_variation1.phpt44 0x1,
/PHP-5.3/ext/gd/libgd/
H A Dgdft.c786 int x1 = 0, y1 = 0; local
930 x1 = (int)(- penf.y * sin_a + 32) / 64;
944 x1 = (int)(- penf.y * sin_a + 32) / 64;
946 xb = x + x1;
1104 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
/PHP-5.3/ext/gd/
H A Dgd.c529 ZEND_ARG_INFO(0, x1)
538 ZEND_ARG_INFO(0, x1)
547 ZEND_ARG_INFO(0, x1)
556 ZEND_ARG_INFO(0, x1)
3192 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3203 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3207 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3218 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3236 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3254 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/standard/tests/array/
H A Dshuffle_variation2.phpt25 array(0x1, 0x0, 0xa)
/PHP-5.3/Zend/
H A Dzend_strtod.c834 ULong *x, *x1, *xe, z; in lshift() local
847 x1 = b1->x; in lshift()
849 *x1++ = 0; in lshift()
858 *x1++ = *x << k | z; in lshift()
862 if ((*x1 = z)) { in lshift()
871 *x1++ = *x << k & 0xffff | z; in lshift()
875 if (*x1 = z) { in lshift()
881 *x1++ = *x++; in lshift()
H A DZend.m4284 while (i & ~0x1) {
/PHP-5.3/ext/standard/tests/general_functions/
H A Dis_bool.phpt49 0x1,
H A Dis_null.phpt59 0x1,
H A Dis_string.phpt86 0x1,
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt28 0x1: AQ==
/PHP-5.3/ext/mbstring/tests/
H A Dbug48645.phpt8 var_dump(bin2hex(mb_convert_encoding("&#x1;", "UTF-8", "HTML-ENTITIES")));
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf",
761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2180 >>0x1 string >\0 Version %s
2616 >122 byte&0x1 =1 PAL
2617 >122 byte&0x1 =0 NTSC
2959 >>36 belong&0x1 0x1 ram
3847 >6 byte&0x01 =0x1 \b, [Vert.]
4048 >>>0x14 byte &0x1 #1
7127 #>>2 ubyte 0x1
7128 #>>>3 ubyte 0x1
8510 >10 byte&0x1 =0x1 \b, clear first
15923 >0 byte &0x1 executable
[all …]
/PHP-5.3/
H A Dconfigure.in682 if test "x$php_crypt_r" = "x1"; then
H A DNEWS4027 - Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre)
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c125895 double x1;
125898 x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
125901 if( x2<x1 ){
125905 o = o * (float)(x2-x1);
126120 float x1 = DCOORD(aCell[0].aCoord[i*2]);
126122 float x3 = x1;
126133 if( left<x1 ) x1 = left;
126145 if( x4!=x1 ){
126146 float normalwidth = (x3 - x2) / (x4 - x1);

Completed in 402 milliseconds

12