Home
last modified time | relevance | path

Searched refs:mGraphics (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
DBidiRenderer.java63 private final Graphics2D mGraphics; field in BidiRenderer
79 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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java96 private final Graphics2D mGraphics; field in GcSnapshot.Layer
115 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()