Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 24 of 24) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_pixelate.c28 int cx, cy; in gdImagePixelate() local
33 for (cx = 0; cx < block_size; cx++) { in gdImagePixelate()
34 if (!gdImageBoundsSafe(im, x + cx, y + cy)) { in gdImagePixelate()
37 c = gdImageGetPixel(im, x + cx, y + cy); in gdImagePixelate()
H A Dgd_arc_f_buggy.c112 pt[0].x += cx;
120 pt[2].x += cx;
129 pt[3].x = cx;
144 pt[3].x += cx;
153 pt[4].x = cx;
168 pt[4].x += cx;
177 pt[5].x = cx;
200 pt[6].x = cx;
371 pt[1].x = cx;
461 gdImageSetPixel (im, ((flip_x) ? (cx - x) : (cx + x)),
[all …]
H A Dgd_gd2.c266 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
312 for (cx = 0; (cx < ncx); cx++) { in gdImageCreateFromGd2Ctx()
333 xlo = cx * cs; in gdImageCreateFromGd2Ctx()
428 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
532 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx()
534 xlo = cx * cs; in gdImageCreateFromGd2PartCtx()
557 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx()
651 gdPutWord(cx, out); in _gd2PutHeader()
657 int ncx, ncy, cx, cy; in _gdImageGd2() local
734 for (cx = 0; (cx < ncx); cx++) { in _gdImageGd2()
[all …]
H A Dgd.c1551 int cx, cy; in gdImageChar() local
1554 cx = 0; in gdImageChar()
1568 cx++; in gdImageChar()
1570 cx = 0; in gdImageChar()
1577 int cx, cy; in gdImageCharUp() local
1580 cx = 0; in gdImageCharUp()
1597 cx++; in gdImageCharUp()
1753 pts[2].x = cx; in gdImageFilledArc()
2077 cx = x1ul - 1; in gdImageRectangle()
2085 cx = x1ul - 1; in gdImageRectangle()
[all …]
H A Dgd.h646 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
665 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
666 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
667 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
/PHP-5.5/ext/standard/tests/array/
H A Dkrsort_variation5.phpt27 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
78 ["\cx"]=>
79 string(3) "\cx"
108 ["\cx"]=>
109 string(3) "\cx"
138 ["\cx"]=>
139 string(3) "\cx"
H A Darsort_variation5.phpt27 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
78 ["\cx"]=>
79 string(3) "\cx"
110 ["\cx"]=>
111 string(3) "\cx"
142 ["\cx"]=>
143 string(3) "\cx"
H A Dasort_variation5.phpt27 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
96 ["\cx"]=>
97 string(3) "\cx"
128 ["\cx"]=>
129 string(3) "\cx"
160 ["\cx"]=>
161 string(3) "\cx"
H A Dksort_variation5.phpt27 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
94 ["\cx"]=>
95 string(3) "\cx"
124 ["\cx"]=>
125 string(3) "\cx"
154 ["\cx"]=>
155 string(3) "\cx"
H A Drsort_variation5.phpt23 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
67 string(3) "\cx"
94 string(3) "\cx"
121 string(3) "\cx"
H A Dsort_variation5.phpt27 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\r", "\t", "\xhh", "\ddd", "\v"),
89 string(3) "\cx"
119 string(3) "\cx"
149 string(3) "\cx"
H A Dnatcasesort_variation4.phpt23 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
58 string(3) "\cx"
H A Darray_change_key_case_variation8.phpt23 …array(null => 1, NULL => 2, "\a" => 3, "\cx" => 4, "\e" => 5, "\f" => 6, "\n" => 7, "\t" => 8, "\x…
48 ["\cx"]=>
/PHP-5.5/sapi/aolserver/
H A DREADME69 AOLserver support has been written by Sascha Schumann <sascha@schumann.cx>.
/PHP-5.5/ext/gd/
H A Dgd.c181 ZEND_ARG_INFO(0, cx)
190 ZEND_ARG_INFO(0, cx)
522 ZEND_ARG_INFO(0, cx)
533 ZEND_ARG_INFO(0, cx)
1715 long cx, cy, w, h, color; in PHP_FUNCTION() local
1735 long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
3173 long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3203 long cx, cy, w, h, color; in PHP_FUNCTION() local
3483 int cx, cy, px, py, fline; in php_gdimagecharup() local
3484 cx = 0; in php_gdimagecharup()
[all …]
/PHP-5.5/
H A DEXTENSIONS114 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx>
432 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx>, Scott MacVicar <scottmac@php.net>
501 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx>, Ilia Alshanetsky <iliaa@php.net>
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.re15 | Author: Sascha Schumann <sascha@schumann.cx> |
H A Dvar_unserializer.re15 | Author: Sascha Schumann <sascha@schumann.cx> |
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE27 \cx control char (character code point value)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1151 # From: Mike Melanson <mike@multimedia.cx>
1156 # From: Mike Melanson <mike@multimedia.cx>
1161 # From: Mike Melanson <mike@multimedia.cx>
1166 # From: Mike Melanson <mike@multimedia.cx>
1171 # From: Mike Melanson <mike@multimedia.cx>
1176 # From: Mike Melanson <mike@mutlimedia.cx>
1183 # From: Mike Melanson <mike@multimedia.cx>
1190 # From: Mike Melanson <mike@multimedia.cx>
1195 # From: Mike Melanson <mike@multimedia.cx>
1200 # From: Mike Melanson <mike@multimedia.cx>
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5007 \cx "control-x", where x is any ASCII character
5020 The precise effect of \cx on ASCII characters is as follows: if x is a
7700 \cx "control-x", where x is any ASCII character
9101 If the next segment begins "cx", a match should be found, but this will
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog4612 (ii) The code for \cx, which used the "case flipping" table to upper case
4614 but the whole concept of \cx is ASCII-specific, so it seems
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput210597 2: cx
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c97117 u32 cx;
97119 cx = sqlite3Toupper(c);
97122 cx = c;
97125 if( c2!=c && c2!=cx ) continue;

Completed in 403 milliseconds