Lines Matching refs:j
2172 tstrip_t j=0; in t2p_readwrite_pdf_image() local
2505 for(j=0;j<t2p->tiff_samplesperpixel;j++){ in t2p_readwrite_pdf_image()
2508 i + j*stripcount, in t2p_readwrite_pdf_image()
2514 i + j*stripcount, in t2p_readwrite_pdf_image()
3466 int j; in t2p_process_jpeg_strip() local
3512 for(j=0;j<ncomp;j++){ in t2p_process_jpeg_strip()
3513 uint16 samp = buffer[*bufferoffset+11+(3*j)]; in t2p_process_jpeg_strip()
3635 tsize_t j=0; in t2p_sample_planar_separate_to_contig() local
3639 for(j=0;j<t2p->tiff_samplesperpixel;j++){ in t2p_sample_planar_separate_to_contig()
3640 buffer[i*t2p->tiff_samplesperpixel + j] = samplebuffer[i + j*stride]; in t2p_sample_planar_separate_to_contig()
3654 uint32 j=0; in t2p_sample_realize_palette() local
3661 for(j=0;j<component_count;j++){ in t2p_sample_realize_palette()
3662 buffer[sample_offset+j]=t2p->pdf_palette[palette_offset+j]; in t2p_sample_realize_palette()