HomeSort by relevance Sort by last modified time
    Searched full:graphics2d (Results 1 - 25 of 56) sorted by null

1 2 3

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 36 import java.awt.Graphics2D;
48 * This is based on top of {@link Graphics2D} but can operate independently if none are available
55 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
56 * for each layer. Doing a save() will duplicate this list so that each graphics2D object
67 /** temp transform in case transformation are set before a Graphics2D exists */
69 /** temp clip in case clipping is set before a Graphics2D exists */
83 void draw(Graphics2D graphics, Paint_Delegate paint);
92 private final Graphics2D mGraphics;
110 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) {
120 * {@link Layer#Layer(Graphics2D, Bitmap_Delegate)} should be used
    [all...]
RenderDrawable.java 39 import java.awt.Graphics2D;
121 Graphics2D gc = image.createGraphics();
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 33 * This Graphics2D allows to fix some basic settings (Color, Font, Paint, Stroke,
34 * XORMode) of a delegate Graphics2D, overriding any subsequent attempts to
40 final class OverrideGraphics2D extends Graphics2D
42 private final Graphics2D graphics;
58 * @param graphics the delegate Graphics2D.
60 public OverrideGraphics2D(Graphics2D graphics)
71 * Fixes the Color of the Graphics2D.
82 * Fixes the Font of the Graphics2D.
93 * Fixes the Paint of the Graphics2D.
104 * Fixes the Stroke of the Graphics2D
    [all...]
BufferedSprite.java 115 Graphics2D bufferGraphics2D = (Graphics2D)bufferGraphics;
ClipSprite.java 69 OverrideGraphics2D g = new OverrideGraphics2D((Graphics2D)graphics);
ShadowedSprite.java 80 //OverrideGraphics2D g = new OverrideGraphics2D((Graphics2D)graphics);
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
asset-studio.jar 
jfreechart-1.0.9.jar 
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 97 Graphics2D g2d = (Graphics2D) g;
163 Graphics2D g2d = (Graphics2D) strategy.getDrawGraphics();
  /prebuilts/misc/common/ninepatch/
ninepatch-prebuilt.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 40 import java.awt.Graphics2D;
54 Graphics2D g = targetImage.createGraphics();
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 31 import java.awt.Graphics2D;
87 * Returns the current {@link Graphics2D} used to draw.
178 // get the current top graphics2D object.
190 // give it to the graphics2D as a new matrix replacing all previous transform
295 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
424 // get the current top graphics2D object.
435 // give it to the graphics2D as a new matrix replacing all previous transform
452 // get the current top graphics2D object.
458 // give it to the graphics2D as a new matrix replacing all previous transform
625 public void draw(Graphics2D graphics, Paint_Delegate paint)
    [all...]
NinePatch_Delegate.java 28 import java.awt.Graphics2D;
219 public void draw(Graphics2D graphics, Paint_Delegate paint) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestRenderToMemory.java 58 import java.awt.Graphics2D;
100 Graphics2D g2d = (Graphics2D) gfx;
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 24 import java.awt.Graphics2D;
116 Graphics2D g = image.createGraphics();
ViewHierarchyScene.java 22 import java.awt.Graphics2D;
229 Graphics2D g2 = getGraphics();
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 37 import java.awt.Graphics2D;
215 Graphics2D g = convertedImage.createGraphics();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 16 import java.awt.Graphics2D;
283 Graphics2D g2 = (Graphics2D) g.create();
298 Graphics2D g2 = null;
574 Graphics2D g2 = (Graphics2D) g.create();

Completed in 419 milliseconds

1 2 3