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

1 2 3

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 37 import java.awt.Graphics2D;
50 * This is based on top of {@link Graphics2D} but can operate independently if none are available
57 * a list of Graphics2D for each layers. The class actually maintains a list of {@link Layer}
58 * for each layer. Doing a save() will duplicate this list so that each graphics2D object
69 /** temp transform in case transformation are set before a Graphics2D exists */
71 /** temp clip in case clipping is set before a Graphics2D exists */
85 void draw(Graphics2D graphics, Paint_Delegate paint);
94 private final Graphics2D mGraphics;
112 Layer(Graphics2D graphics, Bitmap_Delegate bitmap) {
122 * {@link Layer#Layer(Graphics2D, Bitmap_Delegate)} should be used
    [all...]
RenderDrawable.java 39 import java.awt.Graphics2D;
167 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);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
PorterDuffColorFilter_Delegate.java 24 import java.awt.Graphics2D;
68 public void applyFilter(Graphics2D g, int width, int height) {
93 Graphics2D graphics = image.createGraphics();
ColorFilter_Delegate.java 22 import java.awt.Graphics2D;
61 public void applyFilter(Graphics2D g, int width, int height) {
Canvas_Delegate.java 32 import java.awt.Graphics2D;
90 * Returns the current {@link Graphics2D} used to draw.
303 // get the current top graphics2D object.
315 // give it to the graphics2D as a new matrix replacing all previous transform
332 // get the current top graphics2D object.
343 // give it to the graphics2D as a new matrix replacing all previous transform
360 // get the current top graphics2D object.
366 // give it to the graphics2D as a new matrix replacing all previous transform
505 public void draw(Graphics2D graphics, Paint_Delegate paint) {
553 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate)
    [all...]
BidiRenderer.java 29 import java.awt.Graphics2D;
60 private final Graphics2D mGraphics;
75 public BidiRenderer(Graphics2D graphics, Paint_Delegate paint, char[] text) {
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
jfreechart-1.0.9.jar 
asset-studio.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
ShadowPainter.java 21 import java.awt.Graphics2D;
59 * #drawRectangleShadow(Graphics2D, int, int, int, int)} instead.</b>
85 Graphics2D g2 = image.createGraphics();
193 Graphics2D g = image.createGraphics();
222 Graphics2D g = image.createGraphics();
243 Graphics2D gc = image.createGraphics();
264 Graphics2D gc = image.createGraphics();
274 * {@link #drawRectangleShadow(Graphics2D, int, int, int, int)}
280 * {@link #drawSmallRectangleShadow(Graphics2D, int, int, int, int)}
295 public static void drawRectangleShadow(Graphics2D gc, int x, int y, int width, int height)
    [all...]
ViewGroup_Delegate.java 31 import java.awt.Graphics2D;
99 Graphics2D graphics = image.createGraphics();
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 97 Graphics2D g2d = (Graphics2D) g;
163 Graphics2D g2d = (Graphics2D) strategy.getDrawGraphics();
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/misc/common/ninepatch/
ninepatch-prebuilt.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.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();
  /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;
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /external/proguard/lib/
proguardgui.jar 
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 24 import java.awt.Graphics2D;
116 Graphics2D g = image.createGraphics();

Completed in 1328 milliseconds

1 2 3