Lines Matching refs:height
131 public void clipRect(int x, int y, int width, int height) {
135 public void setClip(int x, int y, int width, int height) {
147 public void copyArea(int x, int y, int width, int height, int dx, int dy) {
155 public void fillRect(int x, int y, int width, int height) {
159 public void clearRect(int x, int y, int width, int height) {
163 public void drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) {
167 public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) {
171 public void drawOval(int x, int y, int width, int height) {
175 public void fillOval(int x, int y, int width, int height) {
179 public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) {
183 public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) {
211 public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) {
219 public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) {