Home
last modified time | relevance | path

Searched refs:minRGBBpc (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp117 virtual unsigned char minRGBBpc() const;
198 virtual unsigned char minRGBBpc() const;
378 inline unsigned char minRGBBpcc() const { return minRGBBpc; } in minRGBBpcc()
380 inline unsigned char minGrayBpcc() const { return canGray ? minRGBBpc : 0; } in minGrayBpcc()
388 unsigned char minRGBBpc; member in Image::SampledInfo
H A Dimage.cpp434 unsigned char Image::Sampled::minRGBBpc() const { in minRGBBpc() function in Image::Sampled
637 unsigned char Image::Indexed::minRGBBpc() const { in minRGBBpc() function in Image::Indexed
1508 ,minRGBBpc(8) in SampledInfo()
1526 minRGBBpc=img->minRGBBpc(); in SampledInfo()
1608 if (canGray && minRGBBpc==1) { in setSampleFormat()
1689 if (canGray && minRGBBpc<=2) { in setSampleFormat()
1764 if (minRGBBpc<=1) { in setSampleFormat()
1768 if (canGray && minRGBBpc<=4) { in setSampleFormat()
1828 if (minRGBBpc<=4) { in setSampleFormat()
1845 if (minRGBBpc<=2) { in setSampleFormat()
[all …]
H A Din_jai.cpp37 virtual unsigned char minRGBBpc() const;
75 unsigned char JAI:: minRGBBpc() const { return bpc; } in minRGBBpc() function in JAI
/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dminigimp.c1311 meta->minRGBBpc=0; in gimpts_meta_init()
1345 if (meta->minRGBBpc<8) { in gimpts_meta_update()
1347 minbpb=(meta->minRGBBpc==0) ? 0: meta->minRGBBpc-1; in gimpts_meta_update()
1350 if ((*p&15)*17!=*p) { meta->minRGBBpc=8; goto b2; } /* 4 bits are not enough */ in gimpts_meta_update()
1358 if ((*p&15)*17!=*p) { meta->minRGBBpc=8; goto b2; } /* 4 bits are not enough */ in gimpts_meta_update()
1363 if ((*p&15)*17!=*p) { meta->minRGBBpc=8; goto b2; } /* 4 bits are not enough */ in gimpts_meta_update()
1367 if ((*p&15)*17!=*p) { meta->minRGBBpc=8; goto b2; } /* 4 bits are not enough */ in gimpts_meta_update()
1373 meta->minRGBBpc=minbpb+1; in gimpts_meta_update()
H A Dminigimp.h156 guchar minRGBBpc; member
H A Dptspnm.c107 (meta.minRGBBpc!=1) ? GIMPTS_FF_pgm : GIMPTS_FF_pbm; in ptspnm_save_image()