Home
last modified time | relevance | path

Searched refs:thepic (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvdir.c1129 byte *thepic, *rp, *gp, *bp; local
1265 if (pfree) free(thepic);
1293 rv = WriteXBM (fp, thepic, w, h, rp, gp, bp, fullname);
1366 if (pfree) free(thepic);
1999 byte *p24, *thepic; local
2001 thepic = pic;
2002 p24 = GammifyPic24(thepic, pw, ph);
2003 if (p24) thepic = p24;
2081 byte *thepic; local
2118 thepic = XVGetSubImage(thepic, *pptype, pw, ph, slx, sly, slw, slh);
[all …]
/dports/japanese/xv/xv-3.10a/
H A Dxvdir.c1129 byte *thepic, *rp, *gp, *bp; local
1265 if (pfree) free(thepic);
1293 rv = WriteXBM (fp, thepic, w, h, rp, gp, bp, fullname);
1366 if (pfree) free(thepic);
1999 byte *p24, *thepic; local
2001 thepic = pic;
2002 p24 = GammifyPic24(thepic, pw, ph);
2003 if (p24) thepic = p24;
2081 byte *thepic; local
2118 thepic = XVGetSubImage(thepic, *pptype, pw, ph, slx, sly, slw, slh);
[all …]
/dports/graphics/xv/xv-3.10a/
H A Dxvdir.c1129 byte *thepic, *rp, *gp, *bp; local
1265 if (pfree) free(thepic);
1293 rv = WriteXBM (fp, thepic, w, h, rp, gp, bp, fullname);
1366 if (pfree) free(thepic);
1999 byte *p24, *thepic; local
2001 thepic = pic;
2002 p24 = GammifyPic24(thepic, pw, ph);
2003 if (p24) thepic = p24;
2081 byte *thepic; local
2118 thepic = XVGetSubImage(thepic, *pptype, pw, ph, slx, sly, slw, slh);
[all …]
/dports/graphics/pngnq/pngnq-1.1/src/
H A Dneuquant32.h55 void initnet(unsigned char *thepic, unsigned int len, unsigned int colours, double gamma);
H A Dneuquant32.c94 void initnet(unsigned char *thepic,unsigned int len,unsigned int colours, double gamma_c) in initnet() argument
104 thepicture = thepic; in initnet()
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_neuquant.c38 void initnet(ILubyte *thepic, ILint len, ILint sample);
108 void initnet(ILubyte *thepic, ILint len, ILint sample) in initnet() argument
113 thepicture = thepic; in initnet()
/dports/japanese/xv/xv-3.10a/unsupt/
H A Dvis1379 byte *thepic, *bwpic;
1389 if (RBWhich(sizeRB)==1) { thepic = epic; w = eWIDE; h = eHIGH; }
1390 else { thepic = cpic; w = cWIDE; h = cHIGH; }
1396 FSDither(thepic, w, h, bwpic);
1397 thepic = bwpic;
1435 case 4: rv = WriteXBM(fp,thepic,w, h, filename);
1437 case 5: rv = WriteVIS(fp,thepic,w,h,r,g,b,numcols,RBWhich(colorRB));
1557 int WriteVIS(fp,thepic,w,h,rmap,gmap,bmap,numcols,colorstyle)
1559 byte *thepic;
1568 for(i=0;i<w;i++) for(j=0;j<h;j++) putc(thepic[i+(h-j-1)*w]?255:0,fp);
[all …]
H A DFITS.rite325 rv = WriteIRIS(fp, thepic, ptype, w, h, rp, gp, bp, nc, col); break;
328 + rv = WriteFITS(fp, thepic, w, h, rp, gp, bp, nc, col); break;
/dports/graphics/xv-m17n/xv-3.10a/unsupt/
H A Dvis1379 byte *thepic, *bwpic;
1389 if (RBWhich(sizeRB)==1) { thepic = epic; w = eWIDE; h = eHIGH; }
1390 else { thepic = cpic; w = cWIDE; h = cHIGH; }
1396 FSDither(thepic, w, h, bwpic);
1397 thepic = bwpic;
1435 case 4: rv = WriteXBM(fp,thepic,w, h, filename);
1437 case 5: rv = WriteVIS(fp,thepic,w,h,r,g,b,numcols,RBWhich(colorRB));
1557 int WriteVIS(fp,thepic,w,h,rmap,gmap,bmap,numcols,colorstyle)
1559 byte *thepic;
1568 for(i=0;i<w;i++) for(j=0;j<h;j++) putc(thepic[i+(h-j-1)*w]?255:0,fp);
[all …]
H A DFITS.rite325 rv = WriteIRIS(fp, thepic, ptype, w, h, rp, gp, bp, nc, col); break;
328 + rv = WriteFITS(fp, thepic, w, h, rp, gp, bp, nc, col); break;
/dports/graphics/xv/xv-3.10a/unsupt/
H A Dvis1379 byte *thepic, *bwpic;
1389 if (RBWhich(sizeRB)==1) { thepic = epic; w = eWIDE; h = eHIGH; }
1390 else { thepic = cpic; w = cWIDE; h = cHIGH; }
1396 FSDither(thepic, w, h, bwpic);
1397 thepic = bwpic;
1435 case 4: rv = WriteXBM(fp,thepic,w, h, filename);
1437 case 5: rv = WriteVIS(fp,thepic,w,h,r,g,b,numcols,RBWhich(colorRB));
1557 int WriteVIS(fp,thepic,w,h,rmap,gmap,bmap,numcols,colorstyle)
1559 byte *thepic;
1568 for(i=0;i<w;i++) for(j=0;j<h;j++) putc(thepic[i+(h-j-1)*w]?255:0,fp);
[all …]
H A DFITS.rite325 rv = WriteIRIS(fp, thepic, ptype, w, h, rp, gp, bp, nc, col); break;
328 + rv = WriteFITS(fp, thepic, w, h, rp, gp, bp, nc, col); break;
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_nnquant.c115 static void initnet(nnq, thepic, len, sample, colours) in initnet() argument
117 unsigned char *thepic;
129 nnq->thepicture = thepic;
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_nnquant.c115 static void initnet(nnq, thepic, len, sample, colours) in initnet() argument
117 unsigned char *thepic;
129 nnq->thepicture = thepic;
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_nnquant.c115 static void initnet(nnq, thepic, len, sample, colours) in initnet() argument
117 unsigned char *thepic;
129 nnq->thepicture = thepic;
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_nnquant.c115 static void initnet(nnq, thepic, len, sample, colours) in initnet() argument
117 unsigned char *thepic;
129 nnq->thepicture = thepic;
/dports/games/xskat/xskat-4.0/
H A Dxio.c583 VOID decompgif(thedata,thepic,themap,cmapsize) in decompgif() argument
584 unsigned char *thedata,*thepic,**themap; in decompgif()
612 *thepic++=lc=ac&bmsk;
625 for (i=cnt;i>=0;i--) *thepic++=c[i];
644 static unsigned char thepic[138][88]; local
657 (unsigned char *)thepic,(unsigned char **)&themap,&cmapsize);
729 p=thepic[j][i];
741 p=thepic[j][i];