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

1 2 3

  /sdk/draw9patch/src/com/android/draw9patch/ui/
GradientPanel.java 20 import java.awt.Graphics2D;
37 Graphics2D g2 = (Graphics2D) g;
  /sdk/assetstudio/src/com/android/assetstudiolib/
ActionBarIconGenerator.java 22 import java.awt.Graphics2D;
43 Graphics2D g = (Graphics2D) outImage.getGraphics();
47 Graphics2D g2 = (Graphics2D) tempImage.getGraphics();
MenuIconGenerator.java 25 import java.awt.Graphics2D;
46 Graphics2D g = (Graphics2D) outImage.getGraphics();
50 Graphics2D g2 = (Graphics2D) tempImage.getGraphics();
Util.java 23 import java.awt.Graphics2D;
38 * {@link Graphics2D} canvases.
160 Graphics2D g = (Graphics2D) newImage.getGraphics();
174 Graphics2D g = (Graphics2D) newImage.getGraphics();
196 Graphics2D g = (Graphics2D) newImage.getGraphics();
248 public static void drawEffects(Graphics2D g, BufferedImage source, int x, int y,
281 Graphics2D g2 = (Graphics2D) out.getGraphics()
    [all...]
LauncherIconGenerator.java 21 import java.awt.Graphics2D;
61 Graphics2D g = (Graphics2D) outImage.getGraphics();
65 Graphics2D g2 = (Graphics2D) tempImage.getGraphics();
NotificationIconGenerator.java 24 import java.awt.Graphics2D;
59 Graphics2D g = (Graphics2D) outImage.getGraphics();
63 Graphics2D g2 = (Graphics2D) tempImage.getGraphics();
TabIconGenerator.java 24 import java.awt.Graphics2D;
46 Graphics2D g = (Graphics2D) outImage.getGraphics();
50 Graphics2D g2 = (Graphics2D) tempImage.getGraphics();
TextRenderUtil.java 21 import java.awt.Graphics2D;
55 Graphics2D tempG = (Graphics2D) tempImage.getGraphics();
80 Graphics2D g = (Graphics2D) image.getGraphics();
  /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 38 import java.awt.Graphics2D;
119 Graphics2D gc = image.createGraphics();
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatchChunk.java 19 import java.awt.Graphics2D;
79 public void draw(BufferedImage image, Graphics2D graphics2D, int x, int y, int scaledWidth,
86 graphics2D = (Graphics2D) graphics2D.create();
92 graphics2D.translate(x, y);
93 graphics2D.scale(densityScale, densityScale);
101 draw(image, graphics2D, x, y, scaledWidth, scaledHeight);
103 graphics2D.dispose()
    [all...]
NinePatch.java 19 import java.awt.Graphics2D;
169 * @param graphics2D
175 public void draw(Graphics2D graphics2D, int x, int y, int scaledWidth, int scaledHeight) {
176 mChunk.draw(mImage, graphics2D, x, y, scaledWidth, scaledHeight, 0 , 0);
213 Graphics2D g2 = buffer.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);
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 97 Graphics2D g2d = (Graphics2D) g;
163 Graphics2D g2d = (Graphics2D) strategy.getDrawGraphics();
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 40 import java.awt.Graphics2D;
54 Graphics2D g = targetImage.createGraphics();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
OccurrenceRenderer.java 30 import java.awt.Graphics2D;
45 public void drawItem(Graphics2D g2,
  /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) {
425 // get the current top graphics2D object.
436 // give it to the graphics2D as a new matrix replacing all previous transform
453 // get the current top graphics2D object.
459 // give it to the graphics2D as a new matrix replacing all previous transform
629 public void draw(Graphics2D graphics, Paint_Delegate paint)
    [all...]
  /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 

Completed in 661 milliseconds

1 2 3