Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevddrw.c226 check_gradient_overflow(const gs_linear_color_edge *le, const gs_linear_color_edge *re, in check_gradient_overflow() function
496 if (check_gradient_overflow(&le, &re, num_components)) in gx_default_fill_linear_color_trapezoid()
531 if (check_gradient_overflow(&e0, &e1, num_components)) in fill_linear_color_triangle()
533 if (check_gradient_overflow(&e0, &e2, num_components)) in fill_linear_color_triangle()
545 if (check_gradient_overflow(&e0, &e1, num_components)) in fill_linear_color_triangle()
547 if (check_gradient_overflow(&e2, &e1, num_components)) in fill_linear_color_triangle()
H A Dgxdtfill.h311 if (check_gradient_overflow(left, right, num_components)) { in GX_FILL_TRAPEZOID()