Searched defs:mGraphics (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java61 private final Graphics2D mGraphics; field in class:BidiRenderer
78 mGraphics = graphics;
96 * @param y The y-coordinate at which to draw the text on the given mGraphics.
221 if (mGraphics != null) {
222 frc = mGraphics.getFontRenderContext();
238 if (draw && mGraphics != null) {
239 mGraphics.drawGlyphVector(gv, mBounds.right, mBaseline);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java93 private final Graphics2D mGraphics; field in class:GcSnapshot.Layer
112 mGraphics = graphics;
128 mGraphics = graphics;
136 return mGraphics;
155 return new Layer((Graphics2D) mGraphics.create(), mBitmap);
158 return new Layer((Graphics2D) mGraphics.create(), mImage, mFlags);
186 mGraphics.setClip(null);
187 mGraphics.clip(clipShape);
196 mGraphics.clip(shape);

Completed in 195 milliseconds