Searched refs:weight (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/ext/tidy/tests/ |
H A D | 016.phpt | 18 p.c1 {font-weight: bold}
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_compat.h | 43 int gdImageSmooth(gdImagePtr im, float weight);
|
H A D | gd_filter.c | 451 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 D | gd.h | 680 int gdImageSmooth(gdImagePtr im, float weight);
|
/PHP-5.4/ext/pdo/ |
H A D | README | 10 1/ Be light-weight
|
/PHP-5.4/ext/standard/ |
H A D | dns.c | 983 u_short type, weight; in PHP_FUNCTION() local 1054 GETSHORT(weight, cp); in PHP_FUNCTION() 1062 add_next_index_long(weight_list, weight); in PHP_FUNCTION()
|
H A D | basic_functions.c | 1012 ZEND_ARG_INFO(1, weight) /* ARRAY_INFO(1, weight, 1) */
|
/PHP-5.4/ext/exif/ |
H A D | test.txt | 164 font-weight:bold; 168 font-weight:bold;
|
/PHP-5.4/ext/intl/doc/ |
H A D | Tutorial.txt | 33 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.4/ext/gd/ |
H A D | gd.c | 4935 double weight; in php_image_filter_smooth() local 4937 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rld", &SIM, &tmp, &weight) == FAILURE) { in php_image_filter_smooth() 4947 if (gdImageSmooth(im_src, (float)weight)==1) { in php_image_filter_smooth()
|
Completed in 45 milliseconds