Home
last modified time | relevance | path

Searched refs:bf (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_filter.c131 double rf,gf,bf; in gdImageContrast() local
160 bf = (double)b/255.0; in gdImageContrast()
161 bf = bf-0.5; in gdImageContrast()
162 bf = bf*contrast; in gdImageContrast()
163 bf = bf+0.5; in gdImageContrast()
164 bf = bf*255.0; in gdImageContrast()
174 bf = (bf > 255.0)? 255.0 : ((bf < 0.0)? 0.0:bf); in gdImageContrast()
176 new_pxl = gdImageColorAllocateAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
178 new_pxl = gdImageColorClosestAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt254 bf => bf
H A Dstrtoupper1-win32.phpt254 bf => bf
H A Dconvert_cyr_string_basic.phpt78 169: bf
H A Dhtml_entity_decode_iso8859-15.phpt210 INVERTED QUESTION MARK: &#xBF; => bf
211 &#xBF; => bf
H A Dhtml_entity_decode_macroman.phpt345 LATIN SMALL LETTER O WITH STROKE: &#xF8; => bf
517 &#xF8; => bf
H A Dhtml_entity_decode_koi8-r.phpt273 &#xA9; => bf
338 COPYRIGHT SIGN: &#xA9; => bf
H A Dhtml_entity_decode_iso8859-5.phpt210 CYRILLIC CAPITAL LETTER PE: &#x41F; => bf
H A Dhtml_entity_decode_win1251.phpt342 CYRILLIC SMALL LETTER YI: &#x457; => bf
H A Dhtml_entity_decode_cp866.phpt338 BOX DRAWINGS LIGHT DOWN AND LEFT: &#x2510; => bf
H A Dbug49785.phpt217 string(2) "bf"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput61834 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1835 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1837 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c3}
1838 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1841 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1851 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1852 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1854 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c3}
1855 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
1858 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2}
[all …]
H A Dtestoutput15311 Need char = \x{bf}
323 Need char = \x{bf}
359 Need char = \x{bf}
496 \x{bf}
497 0: \x{bf}
682 Need char = \x{bf}
722 Need char = \x{bf}
989 Need char = \x{bf}
H A Dtestinput18111 \x{bf}
H A Dtestinput15191 \x{bf}
H A Dtestoutput18-16355 \x{bf}
356 0: \x{bf}
H A Dtestoutput18-32353 \x{bf}
354 0: \x{bf}
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3275 # http://lists.blender.org/mailman/listinfo/bf-committers

Completed in 76 milliseconds