Home
last modified time | relevance | path

Searched refs:fileindex (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/audio/splay/splay-0.9.5.2/apps/
H A Dmultipleselect.cc63 const char* MSelect::Cellstring(int fileindex) in Cellstring() argument
65 return ((filelist->at(fileindex))->string()); in Cellstring()
68 int MSelect::IsSelected(int fileindex) in IsSelected() argument
70 return ((filelist->at(fileindex))->IsSelected()); in IsSelected()
73 void MSelect::Select(int fileindex,bool select) in Select() argument
77 if(IsSelected(fileindex))selectednumber--; in Select()
84 (filelist->at(fileindex))->Select(selectnum); in Select()
87 void MSelect::paintCell(QPainter* p,int fileindex,int) in paintCell() argument
90 int h=cellHeight(fileindex); in paintCell()
94 if(fileindex==currentfileindex) in paintCell()
[all …]
H A Dmultipleselect.h34 const char* Cellstring(int fileindex);
35 void Select(int fileindex,bool select);
36 int IsSelected(int fileindex);
46 void paintCell(QPainter*,int fileindex,int);
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dfmorphauto.c286 if (fileindex < 0) in fmorphautogen1()
287 fileindex = 0; in fmorphautogen1()
332 fileindex); in fmorphautogen1()
336 fileindex); in fmorphautogen1()
340 fileindex); in fmorphautogen1()
344 fileindex); in fmorphautogen1()
348 fileindex); in fmorphautogen1()
352 fileindex); in fmorphautogen1()
494 if (fileindex < 0) in fmorphautogen2()
495 fileindex = 0; in fmorphautogen2()
[all …]
H A Dfhmtauto.c195 l_int32 fileindex, in fhmtautogen() argument
235 l_int32 fileindex, in fhmtautogen1() argument
252 if (fileindex < 0) in fhmtautogen1()
253 fileindex = 0; in fhmtautogen1()
296 fileindex); in fhmtautogen1()
300 fileindex); in fhmtautogen1()
304 fileindex); in fhmtautogen1()
416 l_int32 fileindex, in fhmtautogen2() argument
434 if (fileindex < 0) in fhmtautogen2()
435 fileindex = 0; in fhmtautogen2()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dfmorphauto.c302 if (fileindex < 0) in fmorphautogen1()
303 fileindex = 0; in fmorphautogen1()
348 fileindex); in fmorphautogen1()
352 fileindex); in fmorphautogen1()
356 fileindex); in fmorphautogen1()
360 fileindex); in fmorphautogen1()
364 fileindex); in fmorphautogen1()
368 fileindex); in fmorphautogen1()
509 if (fileindex < 0) in fmorphautogen2()
510 fileindex = 0; in fmorphautogen2()
[all …]
H A Dfhmtauto.c208 l_int32 fileindex, in fhmtautogen() argument
250 l_int32 fileindex, in fhmtautogen1() argument
267 if (fileindex < 0) in fhmtautogen1()
268 fileindex = 0; in fhmtautogen1()
312 fileindex); in fhmtautogen1()
316 fileindex); in fhmtautogen1()
320 fileindex); in fhmtautogen1()
432 l_int32 fileindex, in fhmtautogen2() argument
451 if (fileindex < 0) in fhmtautogen2()
452 fileindex = 0; in fhmtautogen2()
[all …]
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Dtiffgt.c48 static int fileindex; variable
136 fileindex = -1; in main()
229 if (fileindex > 0) in prevImage()
230 fileindex--; in prevImage()
232 return fileindex; in prevImage()
235 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
238 return fileindex; in prevImage()
244 if (fileindex < filenum - 1) in nextImage()
245 fileindex++; in nextImage()
247 return fileindex; in nextImage()
[all …]
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Dtiffgt.c48 static int fileindex; variable
136 fileindex = -1; in main()
229 if (fileindex > 0) in prevImage()
230 fileindex--; in prevImage()
232 return fileindex; in prevImage()
235 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
238 return fileindex; in prevImage()
244 if (fileindex < filenum - 1) in nextImage()
245 fileindex++; in nextImage()
247 return fileindex; in nextImage()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Dtiffgt.c60 static int fileindex; variable
148 fileindex = -1; in main()
253 if (fileindex > 0) in prevImage()
254 fileindex--; in prevImage()
256 return fileindex; in prevImage()
259 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
262 return fileindex; in prevImage()
268 if (fileindex < filenum - 1) in nextImage()
269 fileindex++; in nextImage()
271 return fileindex; in nextImage()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Dtiffgt.c63 static int fileindex; variable
160 fileindex = -1; in main()
265 if (fileindex > 0) in prevImage()
266 fileindex--; in prevImage()
268 return fileindex; in prevImage()
271 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
274 return fileindex; in prevImage()
280 if (fileindex < filenum - 1) in nextImage()
281 fileindex++; in nextImage()
283 return fileindex; in nextImage()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Dtiffgt.c59 static int fileindex; variable
147 fileindex = -1; in main()
252 if (fileindex > 0) in prevImage()
253 fileindex--; in prevImage()
255 return fileindex; in prevImage()
258 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
261 return fileindex; in prevImage()
267 if (fileindex < filenum - 1) in nextImage()
268 fileindex++; in nextImage()
270 return fileindex; in nextImage()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Dtiffgt.c59 static int fileindex; variable
147 fileindex = -1; in main()
252 if (fileindex > 0) in prevImage()
253 fileindex--; in prevImage()
255 return fileindex; in prevImage()
258 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
261 return fileindex; in prevImage()
267 if (fileindex < filenum - 1) in nextImage()
268 fileindex++; in nextImage()
270 return fileindex; in nextImage()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Dtiffgt.c59 static int fileindex; variable
147 fileindex = -1; in main()
249 if (fileindex > 0) in prevImage()
250 fileindex--; in prevImage()
252 return fileindex; in prevImage()
255 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
258 return fileindex; in prevImage()
264 if (fileindex < filenum - 1) in nextImage()
265 fileindex++; in nextImage()
267 return fileindex; in nextImage()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Dtiffgt.c66 static int fileindex; variable
163 fileindex = -1; in main()
268 if (fileindex > 0) in prevImage()
269 fileindex--; in prevImage()
271 return fileindex; in prevImage()
274 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
277 return fileindex; in prevImage()
283 if (fileindex < filenum - 1) in nextImage()
284 fileindex++; in nextImage()
286 return fileindex; in nextImage()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Dtiffgt.c66 static int fileindex; variable
163 fileindex = -1; in main()
268 if (fileindex > 0) in prevImage()
269 fileindex--; in prevImage()
271 return fileindex; in prevImage()
274 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
277 return fileindex; in prevImage()
283 if (fileindex < filenum - 1) in nextImage()
284 fileindex++; in nextImage()
286 return fileindex; in nextImage()
[all …]
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Dtiffgt.c71 static int fileindex; variable
171 fileindex = -1; in main()
276 if (fileindex > 0) in prevImage()
277 fileindex--; in prevImage()
279 return fileindex; in prevImage()
282 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
285 return fileindex; in prevImage()
291 if (fileindex < filenum - 1) in nextImage()
292 fileindex++; in nextImage()
294 return fileindex; in nextImage()
[all …]
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Dtiffgt.c71 static int fileindex; variable
171 fileindex = -1; in main()
276 if (fileindex > 0) in prevImage()
277 fileindex--; in prevImage()
279 return fileindex; in prevImage()
282 tif = TIFFOpen(filelist[fileindex], "r"); in prevImage()
285 return fileindex; in prevImage()
291 if (fileindex < filenum - 1) in nextImage()
292 fileindex++; in nextImage()
294 return fileindex; in nextImage()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dppheap.pas118 fileindex : longint;
128 fileindex:=current_module.unit_index*100000+current_filepos.fileindex
130 fileindex:=current_filepos.fileindex;
139 … writeln(t,'Memory allocated at '+getfilename(fileindex)+'('+tostr(line)+','+tostr(col)+') ');
H A Ddbgstabx.pas359 if (currfileinfo.fileindex<>0) and
360 ((lastfileinfo.fileindex<>currfileinfo.fileindex) or
363 if curincludefileinfo.fileindex<>0 then
365 …ile:=get_module(curincludefileinfo.moduleindex).sourcefiles.get_file(curincludefileinfo.fileindex);
367 curincludefileinfo.fileindex:=0;
369 if currfileinfo.fileindex<>1 then
371 … infile:=get_module(currfileinfo.moduleindex).sourcefiles.get_file(currfileinfo.fileindex);
415 if (currfileinfo.fileindex=curfunstartfileinfo.fileindex) and
435 if curincludefileinfo.fileindex<>0 then
437 …ile:=get_module(curincludefileinfo.moduleindex).sourcefiles.get_file(curincludefileinfo.fileindex);
[all …]
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dppheap.pas118 fileindex : longint;
128 fileindex:=current_module.unit_index*100000+current_filepos.fileindex
130 fileindex:=current_filepos.fileindex;
139 … writeln(t,'Memory allocated at '+getfilename(fileindex)+'('+tostr(line)+','+tostr(col)+') ');
H A Ddbgstabx.pas359 if (currfileinfo.fileindex<>0) and
360 ((lastfileinfo.fileindex<>currfileinfo.fileindex) or
363 if curincludefileinfo.fileindex<>0 then
365 …ile:=get_module(curincludefileinfo.moduleindex).sourcefiles.get_file(curincludefileinfo.fileindex);
367 curincludefileinfo.fileindex:=0;
369 if currfileinfo.fileindex<>1 then
371 … infile:=get_module(currfileinfo.moduleindex).sourcefiles.get_file(currfileinfo.fileindex);
415 if (currfileinfo.fileindex=curfunstartfileinfo.fileindex) and
435 if curincludefileinfo.fileindex<>0 then
437 …ile:=get_module(curincludefileinfo.moduleindex).sourcefiles.get_file(curincludefileinfo.fileindex);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dppheap.pas118 fileindex : longint;
128 fileindex:=current_module.unit_index*100000+current_filepos.fileindex
130 fileindex:=current_filepos.fileindex;
139 … writeln(t,'Memory allocated at '+getfilename(fileindex)+'('+tostr(line)+','+tostr(col)+') ');
H A Ddbgstabx.pas359 if (currfileinfo.fileindex<>0) and
360 ((lastfileinfo.fileindex<>currfileinfo.fileindex) or
363 if curincludefileinfo.fileindex<>0 then
365 …ile:=get_module(curincludefileinfo.moduleindex).sourcefiles.get_file(curincludefileinfo.fileindex);
367 curincludefileinfo.fileindex:=0;
369 if currfileinfo.fileindex<>1 then
371 … infile:=get_module(currfileinfo.moduleindex).sourcefiles.get_file(currfileinfo.fileindex);
415 if (currfileinfo.fileindex=curfunstartfileinfo.fileindex) and
435 if curincludefileinfo.fileindex<>0 then
437 …ile:=get_module(curincludefileinfo.moduleindex).sourcefiles.get_file(curincludefileinfo.fileindex);
[all …]
/dports/editors/teco/tecoc0398/src/
H A Dpurge.c22 int fileindex; local
23 fileindex=1;
32 fileindex++;
38 while(fileindex < argc) {
39 if (purge(argv[fileindex],plevel)<0) {
40 fprintf(stderr,"error purging %s\n",argv[fileindex]);
42 fileindex++;
/dports/www/igal2/igal2-2.2/
H A Digal2.pl701 $fileindex = ($page * $paginate) + (($i-1)*$opt_w+$j-1); # calculate which file is in use
705 $output .= "<A href=\"$opt_o" . URLencode($imgfiles[$fileindex]) . "\">";
707 $output .= "<A href=\"$opt_o$opt_dest" . URLencode($slides[$fileindex]) . "\">";
710 $altname = $captions[$fileindex];
711 $thumb = $opt_dest . $thumbprefix . $imgfiles[$fileindex];
712 $thumbEncoded = $opt_dest . URLencode($thumbprefix . $imgfiles[$fileindex]);
727 $fileindex = ($page * $paginate) + (($i-1)*$opt_w+$j-1); # calculate which file is in use
730 $printdim = "$isiz[$fileindex]" if $opt_as;
731 $printdim = "$xdim[$fileindex]x$ydim[$fileindex]" if $opt_ad;
732 $printdim = "$xdim[$fileindex]x$ydim[$fileindex] ($isiz[$fileindex])" if $opt_a;
[all …]

12345678910>>...12