Searched refs:fg (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_wbmp.c | 95 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx() argument 110 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx() 193 void gdImageWBMP (gdImagePtr im, int fg, FILE * outFile) in gdImageWBMP() argument 196 gdImageWBMPCtx(im, fg, out); in gdImageWBMP() 203 void * gdImageWBMPPtr (gdImagePtr im, int *size, int fg) in gdImageWBMPPtr() argument 207 gdImageWBMPCtx(im, fg, out); in gdImageWBMPPtr()
|
H A D | gdft.c | 579 int pixel, npixel, bg, fg; local 585 fg = a->fgcolor = b->fgcolor; 589 if (fg < 0) { 591 a->tweencolor = -fg; 605 gdTrueColorGetRed(fg), 636 tc_key.fgcolor = fg; 681 if (fg < 0) { 683 *tpixel = -fg; 745 *pixel = (fg < 0) ? -fg : fg; 835 int render = (im && (im->trueColor || (fg <= 255 && fg >= -255))); [all …]
|
H A D | gd_xbm.c | 179 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument 215 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
|
H A D | gd.h | 409 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out); 470 char *gdImageStringTTF(gdImage *im, int *brect, int fg, char *fontlist, 474 char *gdImageStringFT(gdImage *im, int *brect, int fg, char *fontlist, 501 gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist, 611 void gdImageWBMP(gdImagePtr image, int fg, FILE *out); 612 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out); 619 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
|
/PHP-7.2/ext/mbstring/tests/ |
H A D | mb_decode_numericentity.phpt | 12 $str3 = 'aŒbœcŠdše€fg'; 21 aŒbœcŠdše€fg
|
H A D | mb_encode_numericentity.phpt | 17 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n"; 22 aŒbœcŠdše€fg
|
/PHP-7.2/ext/pspell/tests/ |
H A D | wordlist.txt | 3 fg
|
/PHP-7.2/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 153 0x7E: fg==
|
/PHP-7.2/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 17597 } 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.2/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 3839 /ab cd (?x) de fg/ 3842 /ab cd(?x) de fg/
|
H A D | testoutput1 | 6274 /ab cd (?x) de fg/ 6278 /ab cd(?x) de fg/
|
H A D | testinput2 | 4030 /\g<5fg>/
|
H A D | testoutput2 | 14103 /\g<5fg>/
|
Completed in 529 milliseconds