Lines Matching refs:MAX_SAMPLES
212 #define MAX_SAMPLES 8 /* maximum number of samples per pixel supported */ macro
986 unsigned char *srcbuffs[MAX_SAMPLES]; in readSeparateTilesIntoBuffer()
991 for (sample = 0; (sample < spp) && (sample < MAX_SAMPLES); sample++) in readSeparateTilesIntoBuffer()
1013 for (s = 0; s < spp && s < MAX_SAMPLES; s++) in readSeparateTilesIntoBuffer()
1024 for (sample = 0; (sample < spp) && (sample < MAX_SAMPLES); sample++) in readSeparateTilesIntoBuffer()
1109 for (sample = 0; (sample < spp) && (sample < MAX_SAMPLES); sample++) in readSeparateTilesIntoBuffer()
3745 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamplesBytes()
3808 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples8bits()
3907 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples16bits()
4017 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples24bits()
4143 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateSamples32bits()
4272 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateTileSamplesBytes()
4333 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateTileSamples8bits()
4432 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateTileSamples16bits()
4541 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateTileSamples24bits()
4667 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in combineSeparateTileSamples32bits()
4772 unsigned char *srcbuffs[MAX_SAMPLES]; in readSeparateStripsIntoBuffer()
4818 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in readSeparateStripsIntoBuffer()
4836 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in readSeparateStripsIntoBuffer()
4927 for (s = 0; (s < spp) && (s < MAX_SAMPLES); s++) in readSeparateStripsIntoBuffer()