Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/html/parser/
H A Dpredefined_namespaces.phpt16 <rect id="rectangle" x="10" y="20" width="90" height="60">
17 </rect>
51 rect http://www.w3.org/2000/svg
69 <rect id="rectangle" x="10" y="20" width="90" height="60">
70 </rect>
89 <rect id="rectangle" x="10" y="20" width="90" height="60">
90 </rect>
/php-src/ext/gd/
H A Dgd.c3503 gdRect rect; in PHP_FUNCTION() local
3514 rect.x = zval_get_long(tmp); in PHP_FUNCTION()
3521 rect.y = zval_get_long(tmp); in PHP_FUNCTION()
3528 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
3535 rect.height = zval_get_long(tmp); in PHP_FUNCTION()
3541 im_crop = gdImageCrop(im, &rect); in PHP_FUNCTION()
3657 gdRect rect; in PHP_FUNCTION() local
3698 rect.x = zval_get_long(tmp); in PHP_FUNCTION()
3705 rect.y = zval_get_long(tmp); in PHP_FUNCTION()
3712 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
[all …]
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt1288 [▭] => &rect;
H A Dhtml_entity_decode_html5.phpt1723 "&rect;",
3857 &rect; => ▭ e296ad
H A Dhtmlentities_html5.phpt1028 &rect; U+025AD
/php-src/ext/standard/html_tables/
H A Dents_html5.txt1718 rect 025AD

Completed in 40 milliseconds