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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java60 private final Graphics2D mGraphics; field in class:BidiRenderer
77 mGraphics = graphics;
95 * @param y The y-coordinate at which to draw the text on the given mGraphics.
220 if (mGraphics != null) {
221 frc = mGraphics.getFontRenderContext();
237 if (draw && mGraphics != null) {
238 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java94 private final Graphics2D mGraphics; field in class:GcSnapshot.Layer
113 mGraphics = graphics;
129 mGraphics = graphics;
137 return mGraphics;
156 return new Layer((Graphics2D) mGraphics.create(), mBitmap);
159 return new Layer((Graphics2D) mGraphics.create(), mImage, mFlags);
187 mGraphics.setClip(null);
188 mGraphics.clip(clipShape);
197 mGraphics.clip(shape);

Completed in 50 milliseconds