Home
last modified time | relevance | path

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

/PHP-5.3/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.c253 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
299 for (cx = 0; (cx < ncx); cx++) { in gdImageCreateFromGd2Ctx()
320 xlo = cx * cs; in gdImageCreateFromGd2Ctx()
415 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
519 for (cx = scx; cx <= ecx; cx++) { in gdImageCreateFromGd2PartCtx()
521 xlo = cx * cs; in gdImageCreateFromGd2PartCtx()
544 chunkNum = cx + cy * ncx; in gdImageCreateFromGd2PartCtx()
638 gdPutWord(cx, out); in _gd2PutHeader()
644 int ncx, ncy, cx, cy; in _gdImageGd2() local
721 for (cx = 0; (cx < ncx); cx++) { in _gdImageGd2()
[all …]
H A Dgd.c1540 int cx, cy; in gdImageChar() local
1543 cx = 0; in gdImageChar()
1557 cx++; in gdImageChar()
1559 cx = 0; in gdImageChar()
1566 int cx, cy; in gdImageCharUp() local
1569 cx = 0; in gdImageCharUp()
1586 cx++; in gdImageCharUp()
1742 pts[2].x = cx; in gdImageFilledArc()
2065 cx = x1ul - 1; in gdImageRectangle()
2073 cx = x1ul - 1; in gdImageRectangle()
[all …]
H A Dgd_compat.h58 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
H A Dgd.h522 void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c);
541 void gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int sty…
542 void gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color);
543 void gdImageFilledEllipse(gdImagePtr im, int cx, int cy, int w, int h, int color);
/PHP-5.3/ext/standard/tests/array/
H A Dkrsort_variation5.phpt27 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
80 ["\cx"]=>
81 string(3) "\cx"
110 ["\cx"]=>
111 string(3) "\cx"
140 ["\cx"]=>
141 string(3) "\cx"
H A Dksort_variation5.phpt27 array ( null => null, NULL => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
92 ["\cx"]=>
93 string(3) "\cx"
122 ["\cx"]=>
123 string(3) "\cx"
152 ["\cx"]=>
153 string(3) "\cx"
H A Darsort_variation5.phpt27 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
80 ["\cx"]=>
81 string(3) "\cx"
112 ["\cx"]=>
113 string(3) "\cx"
144 ["\cx"]=>
145 string(3) "\cx"
H A Dasort_variation5.phpt27 array ("null"=> null, "NULL" => NULL, "\a" => "\a", "\cx" => "\cx", "\e" => "\e",
94 ["\cx"]=>
95 string(3) "\cx"
126 ["\cx"]=>
127 string(3) "\cx"
158 ["\cx"]=>
159 string(3) "\cx"
H A Drsort_variation5.phpt23 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
69 string(3) "\cx"
96 string(3) "\cx"
123 string(3) "\cx"
H A Dsort_variation5.phpt27 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\r", "\t", "\xhh", "\ddd", "\v"),
87 string(3) "\cx"
117 string(3) "\cx"
147 string(3) "\cx"
H A Dnatcasesort_variation4.phpt23 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
56 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.3/ext/gd/
H A Dgd.c210 ZEND_ARG_INFO(0, cx)
219 ZEND_ARG_INFO(0, cx)
565 ZEND_ARG_INFO(0, cx)
576 ZEND_ARG_INFO(0, cx)
1750 long cx, cy, w, h, color; in PHP_FUNCTION() local
1770 long cx, cy, w, h, ST, E, col, style; in PHP_FUNCTION() local
3272 long cx, cy, w, h, ST, E, col; in PHP_FUNCTION() local
3302 long cx, cy, w, h, color; in PHP_FUNCTION() local
3570 int cx, cy, px, py, fline; in php_gdimagecharup() local
3571 cx = 0; in php_gdimagecharup()
[all …]
/PHP-5.3/sapi/aolserver/
H A DREADME69 AOLserver support has been written by Sascha Schumann <sascha@schumann.cx>.
/PHP-5.3/
H A DEXTENSIONS114 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx>
426 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx>, Scott MacVicar <scottmac@php.net>
489 PRIMARY MAINTAINER: Sascha Schumann <sascha@schumann.cx>, Ilia Alshanetsky <iliaa@php.net>
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE27 \cx control char (character code point value)
/PHP-5.3/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.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt4728 \cx "control-x", where x is any ASCII character
4739 The precise effect of \cx on ASCII characters is as follows: if x is a
7209 \cx "control-x", where x is any ASCII character
8563 If the next segment begins "cx", a match should be found, but this will
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog3675 (ii) The code for \cx, which used the "case flipping" table to upper case
3677 but the whole concept of \cx is ASCII-specific, so it seems
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic1113 # URL: http://wiki.multimedia.cx/index.php?title=3DBink_Container
1134 # URL: http://wiki.multimedia.cx/index.php?title=NUT
6030 # minimal short forward jump found 03cx??
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput210512 2: cx

Completed in 177 milliseconds