Searched refs:intersection_of_small_bars (Results 1 – 1 of 1) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gxshade6.c | 729 intersection_of_small_bars(const gs_fixed_point q[4], int i0, int i1, int i2, int i3, fixed *ry, fi… in intersection_of_small_bars() function 2083 if (self_intersecting && intersection_of_small_bars(q, 0, 3, 1, 2, &ry, &ey)) { in constant_color_quadrangle() 2099 if (self_intersecting && intersection_of_small_bars(q, 0, 3, 1, 2, &ry, &ey)) { in constant_color_quadrangle() 2115 if (self_intersecting && intersection_of_small_bars(q, 0, 1, 2, 3, &ry, &ey)) { in constant_color_quadrangle() 2123 } else if (self_intersecting && intersection_of_small_bars(q, 0, 3, 1, 2, &ry, &ey)) { in constant_color_quadrangle() 2139 if (self_intersecting && intersection_of_small_bars(q, 0, 1, 2, 3, &ry, &ey)) { in constant_color_quadrangle() 2148 } else if (self_intersecting && intersection_of_small_bars(q, 0, 3, 2, 1, &ry, &ey)) { in constant_color_quadrangle() 2165 if (self_intersecting && intersection_of_small_bars(q, 0, 1, 3, 2, &ry, &ey)) { in constant_color_quadrangle() 2181 if (self_intersecting && intersection_of_small_bars(q, 0, 1, 2, 3, &ry, &ey)) { in constant_color_quadrangle()
|