Lines Matching refs:sg
50 static boolean renderImageWithOp(SunGraphics2D sg, BufferedImage img,
72 SurfaceData dstData = sg.surfaceData;
74 (sg.interpolationType == AffineTransformOp.TYPE_BICUBIC) ||
75 (sg.compositeState > SunGraphics2D.COMP_ALPHA))
81 dstData.getSourceSurfaceData(img, sg.TRANSFORM_ISIDENT,
86 dstData.getSourceSurfaceData(img, sg.TRANSFORM_ISIDENT,
107 sg.composite, sg.getCompClip(),
108 sg.transform, sg.interpolationType,