128129130131132133134135136137138
fillConvexPolygon(rasterizer, fan, 4); return; }*/ Envelope2D env = new Envelope2D(0, 0, m_width, m_width); if (!env.intersect(envIn)) return; int x0 = (int) Math.round(env.xmin); int x = (int) Math.round(env.xmax);