Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgd_wbmp.c94 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx() argument
108 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
191 void gdImageWBMP (gdImagePtr im, int fg, FILE * outFile) in gdImageWBMP() argument
194 gdImageWBMPCtx(im, fg, out); in gdImageWBMP()
201 void * gdImageWBMPPtr (gdImagePtr im, int *size, int fg) in gdImageWBMPPtr() argument
205 gdImageWBMPCtx(im, fg, out); in gdImageWBMPPtr()
H A Dgdft.c546 int pixel, npixel, bg, fg; local
552 fg = a->fgcolor = b->fgcolor;
556 if (fg < 0) {
558 a->tweencolor = -fg;
572 gdTrueColorGetRed(fg),
602 tc_key.fgcolor = fg;
645 if (fg < 0) {
647 *tpixel = -fg;
703 *pixel = (fg < 0) ? -fg : fg;
795 int render = (im && (im->trueColor || (fg <= 255 && fg >= -255)));
[all …]
H A Dgd.h403 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out);
463 char *gdImageStringTTF(gdImage *im, int *brect, int fg, char *fontlist,
467 char *gdImageStringFT(gdImage *im, int *brect, int fg, char *fontlist,
493 gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist,
597 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
598 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
605 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
H A Dxbm.c174 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument
210 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt12 $str3 = 'a&#338;b&#339;c&#352;d&#353;e&#8364;fg';
21 aŒbœcŠdše€fg
H A Dmb_encode_numericentity.phpt17 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n";
22 a&#338;b&#339;c&#352;d&#353;e&#8364;fg
/PHP-5.5/ext/pspell/tests/
H A Dwordlist.txt3 fg
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt153 0x7E: fg==
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput13839 /ab cd (?x) de fg/
3842 /ab cd(?x) de fg/
H A Dtestoutput16274 /ab cd (?x) de fg/
6278 /ab cd(?x) de fg/
H A Dtestinput24030 /\g<5fg>/
H A Dtestoutput214103 /\g<5fg>/
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c63370 int fg = pMem->flags;
63374 assert( !(fg&MEM_Zero) );
63375 assert( !(fg&(MEM_Str|MEM_Blob)) );
63376 assert( fg&(MEM_Int|MEM_Real) );
63391 if( fg & MEM_Int ){
63394 assert( fg & MEM_Real );

Completed in 319 milliseconds