Searched refs:SamplePerPixel (Results 1 – 2 of 2) sorted by relevance
66 unsigned int SamplePerPixel; in LoadTIFFinDIB() local93 SamplePerPixel = (int) (LineSize/imageWidth); in LoadTIFFinDIB()102 (BitsPerSample*SamplePerPixel)); in LoadTIFFinDIB()115 lpBits+=((imageWidth*SamplePerPixel)+Align)*(imageLength-1); in LoadTIFFinDIB()180 if (SamplePerPixel == 3) in LoadTIFFinDIB()183 lpBits[i*SamplePerPixel+0]=buf[l*LineSize+i*Sample in LoadTIFFinDIB()185 lpBits[i*SamplePerPixel+1]=buf[l*LineSize+i*Sample in LoadTIFFinDIB()187 lpBits[i*SamplePerPixel+2]=buf[l*LineSize+i*Sample in LoadTIFFinDIB()192 imageWidth*SamplePerPixel); in LoadTIFFinDIB()194 lpBits-=imageWidth*SamplePerPixel+Align; in LoadTIFFinDIB()
139 uint16 SamplePerPixel; in TIFFRGBA2DIB() local150 TIFFGetField(img->tif, TIFFTAG_SAMPLESPERPIXEL, &SamplePerPixel); in TIFFRGBA2DIB()153 if ( BitsPerSample == 1 && SamplePerPixel == 1 && dib->dibinstalled ) { // bilevel in TIFFRGBA2DIB()
Completed in 3 milliseconds