Searched refs:mGraphics (Results 1 – 2 of 2) sorted by relevance
63 private final Graphics2D mGraphics; field in BidiRenderer79 mGraphics = graphics; in BidiRenderer()235 FontRenderContext frc = mGraphics != null ? mGraphics.getFontRenderContext() : in render()285 if (draw && mGraphics != null) { in render()286 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline); in render()
95 private final Graphics2D mGraphics; field in GcSnapshot.Layer114 mGraphics = graphics; in Layer()130 mGraphics = graphics; in Layer()138 return mGraphics; in getGraphics()157 return new Layer((Graphics2D) mGraphics.create(), mBitmap); in makeCopy()160 return new Layer((Graphics2D) mGraphics.create(), mImage, mFlags); in makeCopy()188 mGraphics.setClip(null); in setClip()189 mGraphics.clip(clipShape); in setClip()198 mGraphics.clip(shape); in clip()