OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mGraphics
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BidiRenderer.java
54
private Graphics2D
mGraphics
;
68
mGraphics
= graphics;
88
* @param y The y-coordinate at which to draw the text on the given
mGraphics
.
180
if (draw &&
mGraphics
!= null) {
181
mGraphics
.drawGlyphVector(gv, mBounds.right, mBaseline);
/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);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java
92
private final Graphics2D
mGraphics
;
111
mGraphics
= graphics;
127
mGraphics
= graphics;
135
return
mGraphics
;
154
return new Layer((Graphics2D)
mGraphics
.create(), mBitmap);
157
return new Layer((Graphics2D)
mGraphics
.create(), mImage, mFlags);
185
mGraphics
.setClip(null);
186
mGraphics
.clip(clipShape);
195
mGraphics
.clip(shape);
/prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar
Completed in 1182 milliseconds