Home
last modified time | relevance | path

Searched refs:colsP (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpbm2.c39 int * const colsP, in pbm_readpbminitrest() argument
42 *colsP = (int)pm_getuint( file ); in pbm_readpbminitrest()
53 if (*colsP < 0) in pbm_readpbminitrest()
85 int * const colsP, in pbm_readpbminit() argument
96 pbm_readpbminitrest(ifP, colsP, rowsP); in pbm_readpbminit()
118 validateComputableSize(*colsP, *rowsP); in pbm_readpbminit()
287 int * const colsP, in pbm_readpbm() argument
293 pbm_readpbminit( file, colsP, rowsP, &format ); in pbm_readpbm()
295 bits = pbm_allocarray( *colsP, *rowsP ); in pbm_readpbm()
298 pbm_readpbmrow( file, bits[row], *colsP, format ); in pbm_readpbm()
H A Dlibpnm1.c88 int * const colsP, in pnm_readpnminit() argument
101 ppm_readppminitrest(fileP, colsP, rowsP, &maxval); in pnm_readpnminit()
110 pgm_readpgminitrest(fileP, colsP, rowsP, &maxval); in pnm_readpnminit()
117 pbm_readpbminitrest(fileP, colsP, rowsP); in pnm_readpnminit()
123 pnm_readpaminitrestaspnm(fileP, colsP, rowsP, &maxval, formatP); in pnm_readpnminit()
132 validateComputableSize(*colsP, *rowsP); in pnm_readpnminit()
237 int * const colsP, in pnm_readpnm() argument
267 *colsP = cols; in pnm_readpnm()
H A Dlibpgm1.c69 int * const colsP, in pgm_readpgminitrest() argument
76 *colsP = (int)pm_getuint(fileP); in pgm_readpgminitrest()
120 int * const colsP, in pgm_readpgminit() argument
132 pbm_readpbminitrest(fileP, colsP, rowsP); in pgm_readpgminit()
155 pgm_readpgminitrest(fileP, colsP, rowsP, maxvalP); in pgm_readpgminit()
163 pnm_readpaminitrestaspnm(fileP, colsP, rowsP, maxvalP, formatP); in pgm_readpgminit()
174 validateComputableSize(*colsP, *rowsP); in pgm_readpgminit()
344 int * const colsP, in pgm_readpgm() argument
373 *colsP = cols; in pgm_readpgm()
H A Dlibppm1.c68 int * const colsP, in ppm_readppminitrest() argument
74 *colsP = (int)pm_getuint(fileP); in ppm_readppminitrest()
118 int * const colsP, in ppm_readppminit() argument
130 ppm_readppminitrest(fileP, colsP, rowsP, maxvalP); in ppm_readppminit()
135 pgm_readpgminitrest(fileP, colsP, rowsP, maxvalP); in ppm_readppminit()
142 pbm_readpbminitrest(fileP, colsP, rowsP); in ppm_readppminit()
146 pnm_readpaminitrestaspnm(fileP, colsP, rowsP, maxvalP, formatP); in ppm_readppminit()
153 validateComputableSize(*colsP, *rowsP); in ppm_readppminit()
436 int * const colsP, in ppm_readppm() argument
463 *colsP = cols; in ppm_readppm()
H A Dpgm.h82 int * const colsP,
88 int * const colsP,
H A Dpbm.h63 int * const colsP,
68 int * const colsP,
H A Dpnm.h68 int * const colsP,
82 int * const colsP,
H A Dlibpbm.h9 int * colsP,
H A Dlibppm.h11 int * const colsP,
H A Dlibpgm.h11 int * const colsP,
H A Dlibpam.h11 int * const colsP,
/dports/graphics/netpbm/netpbm-10.91.01/converter/pgm/
H A Dlispmtopgm.c27 static void getinit ARGS(( FILE* file, short* colsP, short* rowsP, short* depthP, short* padrightP …
78 getinit( file, colsP, rowsP, depthP, padrightP ) in getinit() argument
80 short* colsP;
95 if ( pm_readlittleshort( file, colsP ) == -1 )
106 *padrightP = ( ( *colsP + 31 ) / 32 ) * 32 - *colsP;
108 if ( *colsP != (cols_32 - *padrightP) ) {
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Dmgrtopbm.c20 unsigned int * const colsP, in readMgrHeader() argument
68 *colsP = (((int)head.h_wide - ' ') << 6) + ((int)head.l_wide - ' '); in readMgrHeader()
70 *padrightP = ( ( *colsP + pad - 1 ) / pad ) * pad - *colsP; in readMgrHeader()
H A Dmrftopbm.c132 unsigned int * const colsP, in readMrfImage() argument
162 *colsP = w64*64; in readMrfImage()
165 *colsP = cols; in readMrfImage()
H A Dbrushtopbm.c21 unsigned int * const colsP, in getinit() argument
36 *colsP = (header[2] << 8) + header[3]; /* Max 65535 */ in getinit()
H A Dybmtopbm.c23 short * const colsP, in getinit() argument
37 rc = pm_readbigshort(ifP, colsP); in getinit()
H A Dcmuwmtopbm.c37 unsigned int * const colsP, in readCmuwmHeader() argument
57 *colsP = l; in readCmuwmHeader()
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A Dlibpnmrw.c319 pbm_readpbminitrest(FILE * file, int *colsP, int *rowsP) in pbm_readpbminitrest() argument
322 *colsP = pbm_getint(file); in pbm_readpbminitrest()
324 if (*colsP == -1 || *rowsP == -1) in pbm_readpbminitrest()
445 *colsP = pbm_getint(file); in pgm_readpgminitrest()
447 if (*colsP == -1 || *rowsP == -1) in pgm_readpgminitrest()
561 *colsP = pbm_getint(file); in ppm_readppminitrest()
563 if (*colsP == -1 || *rowsP == -1) in ppm_readppminitrest()
713 pnm_readpnminit(FILE * file, int *colsP, int *rowsP, in pnm_readpnminit() argument
729 if (pgm_readpgminitrest(file, colsP, rowsP, &gmaxval) < 0) in pnm_readpnminit()
735 if (pbm_readpbminitrest(file, colsP, rowsP) < 0) in pnm_readpnminit()
[all …]
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dlibpnmrw.c334 int* colsP;
338 *colsP = pbm_getint( file );
340 if ( *colsP == -1 || *rowsP == -1 )
486 int* colsP;
493 *colsP = pbm_getint( file );
495 if ( *colsP == -1 || *rowsP == -1 )
658 int* colsP;
665 *colsP = pbm_getint( file );
667 if ( *colsP == -1 || *rowsP == -1 )
869 int* colsP;
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dlibpnmrw.c339 int* colsP;
343 *colsP = pbm_getint( file );
345 if ( *colsP == -1 || *rowsP == -1 )
491 int* colsP;
498 *colsP = pbm_getint( file );
500 if ( *colsP == -1 || *rowsP == -1 )
663 int* colsP;
670 *colsP = pbm_getint( file );
672 if ( *colsP == -1 || *rowsP == -1 )
874 int* colsP;
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dgemtopnm.c52 static void getinit ARGS ((FILE *file, int *colsP, int *rowsP, int *padrightP,
259 getinit (file, colsP, rowsP, padrightP, patlenP, planesP) in getinit() argument
261 int *colsP;
292 *colsP = (int) s;
296 *padrightP = 7 - ((*colsP + 7) & 7);
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dlibpnmrw.cpp316 int* colsP, in pbm_readpbminitrest() argument
320 *colsP = pbm_getint( file ); in pbm_readpbminitrest()
322 if ( *colsP == -1 || *rowsP == -1 ) in pbm_readpbminitrest()
461 int* colsP, in pgm_readpgminitrest() argument
468 *colsP = pbm_getint( file ); in pgm_readpgminitrest()
470 if ( *colsP == -1 || *rowsP == -1 ) in pgm_readpgminitrest()
600 int* colsP, in ppm_readppminitrest() argument
607 *colsP = pbm_getint( file ); in ppm_readppminitrest()
609 if ( *colsP == -1 || *rowsP == -1 ) in ppm_readppminitrest()
779 int* colsP, in pnm_readpnminit() argument
[all …]
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Dppmtoinfo.c75 pixel **readppm(FILE *file, int *colsP, int *rowsP, pixval *maxvalP) in readppm() argument
81 if(4!=fscanf(file, "P%d %d %d %d", &format, colsP, rowsP, &mv) || in readppm()
90 pixels[0] = (pixel *)myalloc(*rowsP * *colsP * sizeof(pixel)); in readppm()
92 pixels[row] = &(pixels[0][row * *colsP]); in readppm()
95 for( col = 0; col < *colsP; ++col) { in readppm()
103 for( col = 0; col < *colsP; ++col) { in readppm()
209 int *rowsP, int *colsP, int *planesP) in processicon() argument
401 *rowsP=rows; *colsP=cols; *planesP=planes; in processicon()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dxvminitoppm.c83 unsigned int * const colsP, in readXvHeader() argument
127 *colsP = cols; in readXvHeader()
H A Dleaftoppm.c24 int * const colsP, in leaf_init() argument
58 *colsP = cols; in leaf_init()

12