Lines Matching defs:graphics

17 package android.graphics;
26 import android.graphics.Bitmap.Config;
41 * Delegate implementing the native methods of android.graphics.Canvas
365 "android.graphics.Canvas#setMatrix(android.graphics.Matrix) only " +
499 public void draw(Graphics2D graphics, Paint_Delegate paint) {
501 graphics.setTransform(new AffineTransform());
504 graphics.setColor(new Color(color, true /*alpha*/));
509 graphics.setComposite(composite);
512 graphics.fillRect(0, 0, w, h);
547 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
548 graphics.drawLine((int)startX, (int)startY, (int)stopX, (int)stopY);
560 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
562 graphics.drawLine((int) pts[i + offset], (int) pts[i + offset + 1],
576 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
582 graphics.fillRect((int)left, (int)top,
588 graphics.drawRect((int)left, (int)top,
602 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
608 graphics.fillOval((int)left, (int)top,
614 graphics.drawOval((int)left, (int)top,
639 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
650 graphics.fill(arc);
655 graphics.draw(arc);
669 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
675 graphics.fillRoundRect(
683 graphics.drawRoundRect(
702 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
708 graphics.fill(shape);
713 graphics.draw(shape);
771 public void draw(Graphics2D graphics, Paint_Delegate paint) {
773 graphics.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
777 graphics.drawImage(image, (int) x, (int) y, null);
811 public void draw(Graphics2D graphics, Paint_Delegate paint) {
813 graphics.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
818 graphics.drawImage(image, mtx, null);
963 public void draw(Graphics2D graphics, Paint_Delegate paintDelegate) {
985 new BidiRenderer(graphics, paintDelegate, text).setRenderLocation(x, startY)
1072 public void draw(Graphics2D graphics, Paint_Delegate paint) {
1074 graphics.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
1079 graphics.drawImage(image, dleft, dtop, dright, dbottom,