Home
last modified time | relevance | path

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

/PHP-7.1/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.c579 int pixel, npixel, bg, fg; local
585 fg = a->fgcolor = b->fgcolor;
589 if (fg < 0) {
591 a->tweencolor = -fg;
605 gdTrueColorGetRed(fg),
635 tc_key.fgcolor = fg;
680 if (fg < 0) {
682 *tpixel = -fg;
738 *pixel = (fg < 0) ? -fg : fg;
828 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,
494 gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist,
598 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
599 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
606 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
H A Dxbm.c178 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument
214 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
/PHP-7.1/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-7.1/ext/pspell/tests/
H A Dwordlist.txt3 fg
/PHP-7.1/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt153 0x7E: fg==
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17597 } fg; member
74773 int fg = pMem->flags;
74777 assert( !(fg&MEM_Zero) );
74795 if( fg & MEM_Int ){
74798 assert( fg & MEM_Real );
95066 if( pItem->fg.isTabFunc
98352 pNewItem->fg = pOldItem->fg;
110985 pItem->fg.isTabFunc = 1;
111010 p->a[i].fg.jointype = p->a[i-1].fg.jointype;
111012 p->a[0].fg.jointype = 0;
[all …]
/PHP-7.1/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>/

Completed in 456 milliseconds