HomeSort by relevance Sort by last modified time
    Searched refs:mGraphics (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java 60 private final Graphics2D mGraphics;
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/
GcSnapshot.java 94 private final Graphics2D mGraphics;
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);
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 43 private final Graphics2D mGraphics;
53 mGraphics = mMergedImage.createGraphics();
62 if (visible) mGraphics.drawImage(image, null, offset.x, offset.y);
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 74 milliseconds