Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 21 of 21) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A Dimagecolourstotal_basic.phpt27 $bg = imagecolorallocate( $img, 255, 255, 255 );
29 $bg = imagecolorallocate( $img, 255, 0, 0 );
30 $bg = imagecolorallocate( $img, 0, 0, 255 );
37 $bg = imagecolorallocate( $img, 255, 255, 255 );
H A Dimagecolorset_basic.phpt21 $bg = imagecolorat($im, 0, 0);
24 imagecolorset($im, $bg, 0, 0, 255);
H A Dimagepolygon_basic.phpt26 $bg = imagecolorallocate($image, 0, 0, 0);
H A Dimagedashedline_basic.phpt27 $bg = imagecolorallocate($image, 0, 0, 0);
H A Dimagefilledpolygon_basic.phpt34 $bg = imagecolorallocate($image, 0, 0, 0);
H A Dimagecopyresampled_basic.phpt26 $bg = imagecolorallocate($image_lge, 0, 0, 0);
/PHP-5.3/Zend/tests/
H A Dbug42767.phpt7 highlight.bg = #FFFFFF
H A Dnowdoc_014.phpt7 highlight.bg = #FFFFFF
H A Dbug35655.phpt7 highlight.bg = #FFFFFF
H A Dnowdoc_013.phpt7 highlight.bg = #FFFFFF
/PHP-5.3/tests/strings/
H A Dbug26703.phpt7 highlight.bg=#FFFFFF
H A D004.phpt7 highlight.bg=#FFFFFF
/PHP-5.3/ext/standard/
H A Dinfo.h82 PHPAPI void php_info_print_box_start(int bg);
/PHP-5.3/ext/gd/libgd/
H A Dgdft.c544 int pixel, npixel, bg, fg; local
549 bg = a->bgcolor = b->bgcolor;
558 a->tweencolor = bg;
576 (pixel * im->red[fg] + npixel * im->red[bg]) / NUMCOLORS,
577 (pixel * im->green[fg] + npixel * im->green[bg]) / NUMCOLORS,
578 (pixel * im->blue[fg] + npixel * im->blue[bg]) / NUMCOLORS);
/PHP-5.3/ext/standard/tests/strings/
H A Dhighlight_file.phpt7 highlight.bg=#FFFFFF
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt137 0x6E: bg==
/PHP-5.3/
H A Dphp.ini-development399 ;highlight.bg = #FFFFFF
H A Dphp.ini-production399 ;highlight.bg = #FFFFFF
H A DNEWS5416 (Ilia, ce at netage dot bg)
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c63140 } bg;
66808 u.bg.iKey = 0;
66810 u.bg.pC = p->apCsr[pOp->p1];
66811 assert( u.bg.pC!=0 );
66818 assert( u.bg.pC->isTable );
66820 u.bg.iKey = u.bg.pC->lastRowid;
66830 assert( u.bg.pC->deferredMoveto==0 );
66831 rc = sqlite3VdbeCursorMoveto(u.bg.pC);
66835 rc = sqlite3BtreeDelete(u.bg.pC->pCursor);
66836 u.bg.pC->cacheStatus = CACHE_STALE;
[all …]
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic6389 #>0x460 lelong &0x0000010 (meta bg)
6393 #>0x460 lelong &0x0000200 (flex bg)

Completed in 346 milliseconds