Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c3674 tsize_t t2p_sample_abgr_to_rgb(tdata_t data, uint32 samplecount) in t2p_sample_abgr_to_rgb() argument
3679 for(i=0;i<samplecount;i++){ in t2p_sample_abgr_to_rgb()
3695 t2p_sample_rgbaa_to_rgb(tdata_t data, uint32 samplecount) in t2p_sample_rgbaa_to_rgb() argument
3702 for(i = 0; i < 3 && i < samplecount; i++) in t2p_sample_rgbaa_to_rgb()
3704 for(; i < samplecount; i++) in t2p_sample_rgbaa_to_rgb()
3716 t2p_sample_rgba_to_rgb(tdata_t data, uint32 samplecount) in t2p_sample_rgba_to_rgb() argument
3722 for (i = 0; i < samplecount; i++) { in t2p_sample_rgba_to_rgb()
3738 tsize_t t2p_sample_lab_signed_to_unsigned(tdata_t buffer, uint32 samplecount){ in t2p_sample_lab_signed_to_unsigned() argument
3742 for(i=0;i<samplecount;i++){ in t2p_sample_lab_signed_to_unsigned()
3757 return(samplecount*3); in t2p_sample_lab_signed_to_unsigned()