Searched refs:nBitsPerPixel (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/addtiffo/
H A Dtif_ovrcache.h49 uint16 nBitsPerPixel; member in struct:__anon12909
82 int nBitsPerPixel,
H A Dtif_overview.c81 int nBitsPerPixel, int nPlanarConfig, int nSamples,
109 TIFFSetField( hTIFF, TIFFTAG_BITSPERSAMPLE, nBitsPerPixel );
260 int nPixelSkewBits, int nBitsPerPixel,
267 int i, j, k, nPixelBytes = (nBitsPerPixel) / 8;
268 int nPixelGroupBytes = (nBitsPerPixel+nPixelSkewBits)/8;
272 assert( nBitsPerPixel >= 8 );
544 int nBitsPerPixel,
643 assert( (nBitsPerPixel % 8) == 0 );
651 nSkewBits = nBitsPerPixel * (nSamples-1);
652 nSampleByteOffset = (nBitsPerPixel/
80 TIFF_WriteOverview( TIFF *hTIFF, int nXSize, int nYSize, int nBitsPerPixel, int nPlanarConfig, int nSamples, int nBlockXSize, int nBlockYSize, int bTiled, int nCompressFlag, int nPhotometric, int nSampleFormat, unsigned short *panRed, unsigned short *panGreen, unsigned short *panBlue, int bUseSubIFDs, int nHorSubsampling, int nVerSubsampling ) argument
258 TIFF_DownSample( unsigned char *pabySrcTile, int nBlockXSize, int nBlockYSize, int nPixelSkewBits, int nBitsPerPixel, unsigned char * pabyOTile, int nOBlockXSize, int nOBlockYSize, int nTXOff, int nTYOff, int nOMult, int nSampleFormat, const char * pszResampling ) argument
541 TIFF_ProcessFullResBlock( TIFF *hTIFF, int nPlanarConfig, int bSubsampled, int nHorSubsampling, int nVerSubsampling, int nOverviews, int * panOvList, int nBitsPerPixel, int nSamples, TIFFOvrCache ** papoRawBIs, int nSXOff, int nSYOff, unsigned char *pabySrcTile, int nBlockXSize, int nBlockYSize, int nSampleFormat, const char * pszResampling ) argument
693 uint16 nBitsPerPixel, nPhotometric, nCompressFlag, nSamples, local
744 TIFFFileName(hTIFF), nBitsPerPixel ); local
[all...]
H A Dtif_ovrcache.c62 TIFFGetField( hTIFF, TIFFTAG_BITSPERSAMPLE, &(psCache->nBitsPerPixel) );
149 if( psCache->nBitsPerPixel == 16 )
153 else if( psCache->nBitsPerPixel == 32 )
157 else if( psCache->nBitsPerPixel == 64 )
286 (psCache->nBitsPerPixel + 7) / 8 * iSample;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ico/
H A Dico.c97 UShort nBitsPerPixel; member in struct:__anon12985
227 sprintf(str, " Bits per pixel: %d\n", ih->nBitsPerPixel); OUT;
330 !readUShort (handle, &ih->nBitsPerPixel) ||
345 printf("BitsPerPixel: %d\n", ih->nBitsPerPixel);
362 !writeUShort (handle, ih->nBitsPerPixel) ||
377 printf("BitsPerPixel: %d\n", ih->nBitsPerPixel);
664 if (infoHeader.nBitsPerPixel != 24 && infoHeader.nBitsPerPixel != 32) {
722 bytesPerLine = ((infoHeader.nBitsPerPixel * fileWidth + 31)/32)*4;
736 switch (infoHeader.nBitsPerPixel) {
[all...]

Completed in 115 milliseconds