Lines Matching refs:sg
53 public TileContext(SunGraphics2D sg, PaintContext pCtx,
55 sunG2D = sg;
62 public Object startSequence(SunGraphics2D sg, Shape s, Rectangle devR,
64 RenderingHints hints = sg.getRenderingHints();
65 ColorModel model = sg.getDeviceColorModel();
67 sg.paint.createContext(model, devR, s.getBounds2D(),
68 sg.cloneTransform(),
71 sg.composite.createContext(paintContext.getColorModel(), model,
73 return new TileContext(sg, paintContext, compositeContext, model);
90 SunGraphics2D sg = context.sunG2D;
99 SurfaceData sd = sg.getSurfaceData();
116 ColorModel cm = sg.getDeviceColorModel();