Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxshade.c292 float max_error = min(pis->smoothness, MAX_SMOOTHNESS); in shade_init_fill_state() local
339 max_error *= 0.25; in shade_init_fill_state()
342 if (max_error < 1.0 / num_colors) in shade_init_fill_state()
343 max_error = 1.0 / num_colors; in shade_init_fill_state()
346 (ranges == 0 ? max_error : in shade_init_fill_state()
347 max_error * (ranges[ci].rmax - ranges[ci].rmin)); in shade_init_fill_state()
H A Ddscparse.h426 unsigned int max_error; /* highest error number that will be reported */ member
H A Ddscparse.c888 dsc->max_error = DSC_MAX_ERROR; in dsc_reset()