Lines Matching refs:sections
2200 struct pageseg sections[MAX_SECTIONS]; /* Sections of one output page */ in main() local
2222 initPageSetup(&page, sections, seg_buffs); in main()
2411 if (computeOutputPixelOffsets(&crop, &image, &page, sections, &dump)) in main()
2422 if (writeImageSections(in, out, &image, &page, sections, &dump, sect_src, §_buff)) in main()
5577 struct pagedef *page, struct pageseg *sections, in computeOutputPixelOffsets() argument
5793 sections[k].x1 = x1; in computeOutputPixelOffsets()
5794 sections[k].x2 = x2; in computeOutputPixelOffsets()
5795 sections[k].y1 = y1; in computeOutputPixelOffsets()
5796 sections[k].y2 = y2; in computeOutputPixelOffsets()
5797 sections[k].buffsize = line_bytes * olength; in computeOutputPixelOffsets()
5798 sections[k].position = k + 1; in computeOutputPixelOffsets()
5799 sections[k].total = orows * ocols; in computeOutputPixelOffsets()
6985 struct pagedef *page, struct pageseg *sections, in writeImageSections() argument
7006 width = sections[i].x2 - sections[i].x1 + 1; in writeImageSections()
7007 length = sections[i].y2 - sections[i].y1 + 1; in writeImageSections()
7018 if (extractImageSection (image, §ions[i], src_buff, sect_buff)) in writeImageSections()