Home
last modified time | relevance | path

Searched refs:red (Results 1 – 25 of 285) sorted by path

12345678910>>...12

/PHP-5.5/
H A DREADME.SUBMITTING_PATCH132 http://svnbook.red-bean.com.
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_001.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dereg_replace_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dereg_replace_variation_003.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dereg_variation_001.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Dereg_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_replace_variation_001.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_replace_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_replace_variation_003.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Deregi_variation_001.phpt48 array('color' => 'red', 'item' => 'pen'),
H A Deregi_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dsplit_variation_001.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dsplit_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dsplit_variation_003.phpt42 array('color' => 'red', 'item' => 'pen'),
H A Dspliti_variation_001.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dspliti_variation_002.phpt47 array('color' => 'red', 'item' => 'pen'),
H A Dspliti_variation_003.phpt42 array('color' => 'red', 'item' => 'pen'),
H A Dsql_regcase_variation_001.phpt45 array('color' => 'red', 'item' => 'pen'),
/PHP-5.5/ext/exif/
H A Dtest.txt52 $ret = '<b style="color:red">'.$GLOBALS['php_errormsg'].'</b>';
276 $error = '<b style="color:red">GetImageSize returned false</b><br>'.$error;
294 $error = '<b style="color:red">exif_thumbnail returned false</b><br>'.$error;
317 $res_exif_read_data = "<b style='color:red'>exif_read_data returned false</b><br>$error";
361 echo "<h1 style='color:red'>function exif_read_data is not supported</h1>\n";
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_variation1.phpt51 array('color' => 'red', 'item' => 'pen'),
H A Dexif_tagname_variation1.phpt51 array('color' => 'red', 'item' => 'pen'),
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1155 # URL: http://www.red.com/ ; http://wiki.multimedia.cx/index.php?title=REDCode
8358 # Reference: http://www.red-bean.com/sgf/
8428 # URL: http://www.red-bean.com/sgf/
/PHP-5.5/ext/gd/
H A Dgd.c217 ZEND_ARG_INFO(0, red)
225 ZEND_ARG_INFO(0, red)
233 ZEND_ARG_INFO(0, red)
241 ZEND_ARG_INFO(0, red)
408 ZEND_ARG_INFO(0, red)
426 ZEND_ARG_INFO(0, red)
433 ZEND_ARG_INFO(0, red)
445 ZEND_ARG_INFO(0, red)
452 ZEND_ARG_INFO(0, red)
460 ZEND_ARG_INFO(0, red)
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd.c165 im->red[i] = 0; in gdImageCreate()
286 rd = im->red[i] - r; in gdImageColorClosestAlpha()
508 im->red[ct] = r; in gdImageColorAllocateAlpha()
558 rd = (long) (im->red[c] - r); in gdImageColorResolveAlpha()
583 im->red[op] = r; in gdImageColorResolveAlpha()
643 to->red[i] = from->red[i]; in gdImagePaletteCopy()
2536 red /= spixels; in gdImageCopyResampled()
2546 red /= alpha_sum; in gdImageCopyResampled()
2551 if (red > 255.0f) { in gdImageCopyResampled()
2552 red = 255.0f; in gdImageCopyResampled()
[all …]
H A Dgd.h178 int red[gdMaxColors]; member
731 (im)->red[(c)])
785 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha);

Completed in 96 milliseconds

12345678910>>...12