Lines Matching refs:jng_alpha_sample_depth
4136 jng_alpha_sample_depth, in ReadOneJNGImage() local
4162 jng_alpha_sample_depth=8; in ReadOneJNGImage()
4269 jng_alpha_sample_depth=p[12]; in ReadOneJNGImage()
4288 jng_alpha_sample_depth); in ReadOneJNGImage()
4386 data[12]=jng_alpha_sample_depth; in ReadOneJNGImage()
12227 jng_alpha_sample_depth, in WriteOneJNGImage() local
12248 jng_alpha_sample_depth = 0; in WriteOneJNGImage()
12296 jng_alpha_sample_depth=0; in WriteOneJNGImage()
12317 " JNG Alpha Depth = %d",jng_alpha_sample_depth); in WriteOneJNGImage()
12353 jng_alpha_sample_depth= (unsigned int) value[0]; in WriteOneJNGImage()
12373 jng_alpha_sample_depth=8; in WriteOneJNGImage()
12397 chunk[16]=jng_alpha_sample_depth; in WriteOneJNGImage()
12424 " JNG alpha depth:%9d",jng_alpha_sample_depth); in WriteOneJNGImage()