Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 217) sorted by relevance

123456789

/frameworks/base/awt/java/awt/
DGraphicsConfiguration.java60 public abstract BufferedImage createCompatibleImage(int width, int height); in createCompatibleImage()
75 public abstract BufferedImage createCompatibleImage(int width, int height, int transparency); in createCompatibleImage()
87 public abstract VolatileImage createCompatibleVolatileImage(int width, int height); in createCompatibleVolatileImage()
102 public abstract VolatileImage createCompatibleVolatileImage(int width, int height, in createCompatibleVolatileImage()
169 … public VolatileImage createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) in createCompatibleVolatileImage()
198 public VolatileImage createCompatibleVolatileImage(int width, int height, in createCompatibleVolatileImage()
DDimension.java46 public int width; field in Dimension
80 public Dimension(int width, int height) { in Dimension()
139 public void setSize(int width, int height) { in setSize()
166 public void setSize(double width, double height) { in setSize()
DGraphics.java74 public Graphics create(int x, int y, int width, int height) { in create()
96 public void draw3DRect(int x, int y, int width, int height, boolean raised) { in draw3DRect()
184 public void drawRect(int x, int y, int width, int height) { in drawRect()
210 public void fill3DRect(int x, int y, int width, int height, boolean raised) { in fill3DRect()
319 public boolean hitClip(int x, int y, int width, int height) { in hitClip()
351 public abstract void clearRect(int x, int y, int width, int height); in clearRect()
367 public abstract void clipRect(int x, int y, int width, int height); in clipRect()
390 public abstract void copyArea(int sx, int sy, int width, int height, int dx, int dy); in copyArea()
426 public abstract void drawArc(int x, int y, int width, int height, int sa, int ea); in drawArc()
497 public abstract boolean drawImage(Image img, int x, int y, int width, int height, in drawImage()
[all …]
DRectangle.java58 public int width; field in Rectangle
115 public Rectangle(int x, int y, int width, int height) { in Rectangle()
128 public Rectangle(int width, int height) { in Rectangle()
220 public void setSize(int width, int height) { in setSize()
303 public void setRect(double x, double y, double width, double height) { in setRect()
321 public void resize(int width, int height) { in resize()
340 public void reshape(int x, int y, int width, int height) { in reshape()
381 public void setBounds(int x, int y, int width, int height) { in setBounds()
DDisplayMode.java35 private final int width; field in DisplayMode
76 public DisplayMode(int width, int height, int bitDepth, int refreshRate) { in DisplayMode()
/frameworks/base/awt/com/android/internal/awt/
DAndroidGraphicsConfiguration.java34 public BufferedImage createCompatibleImage(int width, int height) { in createCompatibleImage()
40 public BufferedImage createCompatibleImage(int width, int height, in createCompatibleImage()
47 public VolatileImage createCompatibleVolatileImage(int width, int height) { in createCompatibleVolatileImage()
53 public VolatileImage createCompatibleVolatileImage(int width, int height, in createCompatibleVolatileImage()
DAndroidJavaBlitter.java78 Surface dstSurf, int width, int height, AffineTransform sysxform, in blit()
101 Surface dstSurf, int width, int height, AffineTransform sysxform, in blit()
315 int width, int height, int rule, float alpha, Color bgcolor){ in alphaCompose()
324 void render(int[] img, int x, int y, int width, int height) { in render()
330 int width, int height, Color xorcolor){ in xorCompose()
340 int width, int height, AffineTransform at, Composite comp, in transformedBlit()
366 int width = r.width; in getBounds2D() local
DAndroidGraphics2D.java725 public void clearRect(int x, int y, int width, int height) { in clearRect()
736 public void clipRect(int x, int y, int width, int height) { in clipRect()
744 public void copyArea(int sx, int sy, int width, int height, int dx, int dy) { in copyArea()
760 public void drawArc(int x, int y, int width, int height, int sa, int ea) { in drawArc()
815 public boolean drawImage(Image image, int x, int y, int width, int height, in drawImage()
861 public boolean drawImage(Image image, int x, int y, int width, int height, in drawImage()
1006 public void drawOval(int x, int y, int width, int height) { in drawOval()
1036 public void drawRoundRect(int x, int y, int width, int height, in drawRoundRect()
1046 public void fillArc(int x, int y, int width, int height, int sa, int ea) { in fillArc()
1060 public void fillOval(int x, int y, int width, int height) { in fillOval()
[all …]
/frameworks/base/awt/java/awt/geom/
DEllipse2D.java59 public float width; field in Ellipse2D.Float
86 public Float(float x, float y, float width, float height) { in Float()
129 public void setFrame(float x, float y, float width, float height) { in setFrame()
137 public void setFrame(double x, double y, double width, double height) { in setFrame()
172 public double width; field in Ellipse2D.Double
199 public Double(double x, double y, double width, double height) { in Double()
229 public void setFrame(double x, double y, double width, double height) { in setFrame()
291 double width; field in Ellipse2D.Iterator
DRectangle2D.java83 public float width; field in Rectangle2D.Float
108 public Float(float x, float y, float width, float height) { in Float()
149 public void setRect(float x, float y, float width, float height) { in setRect()
157 public void setRect(double x, double y, double width, double height) { in setRect()
256 public double width; field in Rectangle2D.Double
281 public Double(double x, double y, double width, double height) { in Double()
311 public void setRect(double x, double y, double width, double height) { in setRect()
397 double width; field in Rectangle2D.Iterator
546 public abstract void setRect(double x, double y, double width, double height); in setRect()
601 public void setFrame(double x, double y, double width, double height) { in setFrame()
[all …]
DRoundRectangle2D.java57 public float width; field in RoundRectangle2D.Float
98 public Float(float x, float y, float width, float height, float arcwidth, float archeight) { in Float()
153 public void setRoundRect(float x, float y, float width, float height, float arcwidth, in setRoundRect()
164 public void setRoundRect(double x, double y, double width, double height, double arcwidth, in setRoundRect()
210 public double width; field in RoundRectangle2D.Double
251 public Double(double x, double y, double width, double height, double arcwidth, in Double()
292 public void setRoundRect(double x, double y, double width, double height, double arcwidth, in setRoundRect()
389 double width; field in RoundRectangle2D.Iterator
528 public abstract void setRoundRect(double x, double y, double width, double height, in setRoundRect()
546 public void setFrame(double x, double y, double width, double height) { in setFrame()
DArc2D.java85 public float width; field in Arc2D.Float
141 public Float(float x, float y, float width, float height, float start, float extent, in Float()
212 public void setArc(double x, double y, double width, double height, double start, in setArc()
234 protected Rectangle2D makeBounds(double x, double y, double width, double height) { in makeBounds()
264 public double width; field in Arc2D.Double
320 public Double(double x, double y, double width, double height, double start, double extent, in Double()
391 public void setArc(double x, double y, double width, double height, double start, in setArc()
413 protected Rectangle2D makeBounds(double x, double y, double width, double height) { in makeBounds()
439 double width; field in Arc2D.Iterator
706 protected abstract Rectangle2D makeBounds(double x, double y, double width, double height); in makeBounds()
[all …]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmap.java98 int width, int height) { in createBitmap()
119 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, in createBitmap()
182 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap()
204 int width, int height, Config config) { in createBitmap()
235 public static Bitmap createBitmap(int colors[], int width, int height, in createBitmap()
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DShape.java64 public final void resize(float width, float height) { in resize()
94 protected void onResize(float width, float height) {} in onResize()
/frameworks/base/core/jni/android/graphics/
DBitmap.cpp28 static void FromColor_D32(void* dst, const SkColor src[], int width, in FromColor_D32() argument
37 static void FromColor_D565(void* dst, const SkColor src[], int width, in FromColor_D565()
49 static void FromColor_D4444(void* dst, const SkColor src[], int width, in FromColor_D4444()
78 int x, int y, int width, int height, in SetPixels()
110 static void ToColor_S32_Alpha(SkColor dst[], const void* src, int width, in ToColor_S32_Alpha()
119 static void ToColor_S32_Opaque(SkColor dst[], const void* src, int width, in ToColor_S32_Opaque()
130 static void ToColor_S4444_Alpha(SkColor dst[], const void* src, int width, in ToColor_S4444_Alpha()
139 static void ToColor_S4444_Opaque(SkColor dst[], const void* src, int width, in ToColor_S4444_Opaque()
150 static void ToColor_S565(SkColor dst[], const void* src, int width, in ToColor_S565()
161 static void ToColor_SI8_Alpha(SkColor dst[], const void* src, int width, in ToColor_SI8_Alpha()
[all …]
/frameworks/base/awt/java/awt/image/
DKernel.java52 private int width; field in Kernel
75 public Kernel(int width, int height, float[] data) { in Kernel()
/frameworks/base/awt/org/apache/harmony/awt/gl/color/
DColorScaler.java181 int width = r.getWidth(); in scaleNormalize() local
223 int width = r.getWidth(); in unscaleNormalized() local
263 int width = r.getWidth(); in scale() local
300 int width = wr.getWidth(); in unscale() local
/frameworks/base/core/java/android/webkit/
DViewManager.java33 int width; field in ViewManager.ChildView
40 void setBounds(int x, int y, int width, int height) { in setBounds()
47 void attachView(int x, int y, int width, int height) { in attachView()
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
DBlitter.java39 int dstX, int dstY, Surface dstSurf, int width, int height, in blit()
45 int dstX, int dstY, Surface dstSurf, int width, int height, in blit()
50 int dstX, int dstY, Surface dstSurf, int width, int height, in blit()
DNullBlitter.java41 Surface dstSurf, int width, int height, AffineTransform sysxform, in blit()
47 Surface dstSurf, int width, int height, AffineTransform sysxform, in blit()
52 Surface dstSurf, int width, int height, Composite comp, in blit()
DNativeImageBlitter.java53 Surface dstSurf, int width, int height, AffineTransform sysxform, in blit()
80 Surface dstSurf, int width, int height, AffineTransform sysxform, in blit()
119 Surface dstSurf, int width, int height, Composite comp, in blit()
204 Object dstData, int width, int height, int bgcolor, in bltBG()
209 Object dstData, int width, int height, int compType, in blt()
214 Object dstData, int width, int height, int xorcolor, in xor()
/frameworks/base/graphics/java/android/graphics/
DBitmap.java205 private static void checkWidthHeight(int width, int height) { in checkWidthHeight()
335 final int width = src.getWidth(); in createScaledBitmap() local
373 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height) { in createBitmap()
395 public static Bitmap createBitmap(Bitmap source, int x, int y, int width, int height, in createBitmap()
467 public static Bitmap createBitmap(int width, int height, Config config) { in createBitmap()
492 int width, int height, Config config) { in createBitmap()
523 public static Bitmap createBitmap(int colors[], int width, int height, Config config) { in createBitmap()
766 int x, int y, int width, int height) { in getPixels()
804 private void checkPixelsAccess(int x, int y, int width, int height, in checkPixelsAccess()
875 int x, int y, int width, int height) { in setPixels()
[all …]
/frameworks/base/core/java/android/gesture/
DGesture.java127 public Path toPath(int width, int height, int edge, int numSample) { in toPath()
131 public Path toPath(Path path, int width, int height, int edge, int numSample) { in toPath()
170 public Bitmap toBitmap(int width, int height, int edge, int numSample, int color) { in toBitmap()
205 public Bitmap toBitmap(int width, int height, int inset, int color) { in toBitmap()
/frameworks/base/opengl/java/android/opengl/
DTexture.java33 private int width, height, bpp; field in Texture
90 int width, int height, in loadTexture()
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNILib.java31 public static native void init(int width, int height); in init()

123456789