Searched refs:MAX_REGIONS (Results 1 – 1 of 1) sorted by relevance
208 #define MAX_REGIONS 8 /* number of regions to extract from a single page */ macro302 struct region regionlist[MAX_REGIONS]; /* Regions within page or master crop region */304 struct zone zonelist[MAX_REGIONS]; /* Zones indices to define a region */305 struct coordpairs corners[MAX_REGIONS]; /* Coordinates of upper left and lower right corner */1717 ((opt_ptr != NULL) && (i < MAX_REGIONS)); in process_command_opts()1731 if ((opt_ptr != NULL) && (i >= MAX_REGIONS)) in process_command_opts()1733 TIFFError ("Region list exceeds limit of", "%d regions %s", MAX_REGIONS, optarg); in process_command_opts()2080 ((opt_ptr != NULL) && (i < MAX_REGIONS)); in process_command_opts()2094 if ((opt_ptr != NULL) && (i >= MAX_REGIONS)) in process_command_opts()2096 TIFFError("Zone list exceeds region limit", "%d", MAX_REGIONS); in process_command_opts()[all …]