max32 435 lib/gfxpoly/poly.c s->maxx = max32(x1,x2); max32 459 lib/gfxpoly/poly.c p.x = max32(s->a.x, s->b.x); max32 567 lib/gfxpoly/poly.c int32_t maxy1 = max32(s1->a.y,s1->b.y); max32 569 lib/gfxpoly/poly.c int32_t maxy2 = max32(s2->a.y,s2->b.y); max32 572 lib/gfxpoly/poly.c int32_t maxx1 = max32(s1->a.x,s1->b.x); max32 573 lib/gfxpoly/poly.c int32_t maxx2 = max32(s2->a.x,s2->b.x);