Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/tidy/tests/
H A D016.phpt18 p.c1 {font-weight: bold}
/PHP-5.5/ext/gd/libgd/
H A Dgd_filter.c451 int gdImageSmooth(gdImagePtr im, float weight) in gdImageSmooth() argument
457 filter[1][1] = weight; in gdImageSmooth()
459 return gdImageConvolution(im, filter, weight+8, 0); in gdImageSmooth()
H A Dgd.h800 int gdImageSmooth(gdImagePtr im, float weight);
/PHP-5.5/ext/pdo/
H A DREADME10 1/ Be light-weight
/PHP-5.5/ext/standard/
H A Ddns.c1000 u_short type, weight; in PHP_FUNCTION() local
1071 GETSHORT(weight, cp); in PHP_FUNCTION()
1079 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
H A Dbasic_functions.c1015 ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
/PHP-5.5/ext/exif/
H A Dtest.txt164 font-weight:bold;
168 font-weight:bold;
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt33 the "highest" character (in UCA order) weight that is to be considered ignorable.
36 single character. All characters of the same primary weight are equivalent, so
/PHP-5.5/ext/gd/
H A Dgd.c4770 double weight; in php_image_filter_smooth() local
4772 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rld", &SIM, &tmp, &weight) == FAILURE) { in php_image_filter_smooth()
4782 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()

Completed in 54 milliseconds