Searched refs:mGraphics (Results 1 – 2 of 2) sorted by relevance
63 private final Graphics2D mGraphics; field in BidiRenderer79 mGraphics = graphics; in BidiRenderer()215 FontRenderContext frc = mGraphics != null ? mGraphics.getFontRenderContext() : in render()265 if (draw && mGraphics != null) { in render()266 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline); in render()
96 private final Graphics2D mGraphics; field in GcSnapshot.Layer115 mGraphics = graphics; in Layer()131 mGraphics = graphics; in Layer()139 return mGraphics; in getGraphics()158 return new Layer((Graphics2D) mGraphics.create(), mBitmap); in makeCopy()161 return new Layer((Graphics2D) mGraphics.create(), mImage, mFlags); in makeCopy()189 mGraphics.setClip(null); in setClip()190 mGraphics.clip(clipShape); in setClip()199 mGraphics.clip(shape); in clip()