Home
last modified time | relevance | path

Searched refs:fillRect (Results 1 – 17 of 17) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtilsTest.java38 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropBlank()
49 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropBlankPre()
60 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropNonblank()
73 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropSomething()
75 g.fillRect(25, 25, 50, 50); in testCropSomething()
90 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropSomethingPre()
92 g.fillRect(25, 25, 50, 50); in testCropSomethingPre()
107 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropSomethingPre2()
109 g.fillRect(25, 25, 50, 50); in testCropSomethingPre2()
124 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropColor()
[all …]
DSwtUtilsTest.java47 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight()); in testImageConvertNoAlpha()
103 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight()); in testImageConvertGlobalAlpha()
136 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight()); in testImageConvertAlpha()
171 g.fillRect(0, 0, inImage.getWidth(), inImage.getHeight()); in testImageConvertAlphaMultiplied()
/sdk/rule_api/src/com/android/ide/common/api/
DIGraphics.java92 void fillRect(int x1, int y1, int x2, int y2); in fillRect() method
98 void fillRect(@NonNull Point p1, @NonNull Point p2); in fillRect() method
104 void fillRect(@NonNull Rect r); in fillRect() method
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestGraphics.java95 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in TestGraphics
100 public void fillRect(@NonNull Point p1, @NonNull Point p2) { in fillRect() method in TestGraphics
105 public void fillRect(@NonNull Rect r) { in fillRect() method in TestGraphics
/sdk/draw9patch/src/com/android/draw9patch/ui/
DGradientPanel.java43 g2.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
DImageEditorPanel.java426 g2.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
636 g.fillRect(horizontalPadding.first, verticalPadding.first, in paintComponent()
941 g2.fillRect(0, 0, getWidth(), getHeight());
945 g2.fillRect(0, 0, size.width, size.height);
956 g2.fillRect(patch.x, patch.y, patch.width, patch.height);
960 g2.fillRect(patch.x, patch.y, patch.width, patch.height);
963 g2.fillRect(patch.x, patch.y, patch.width, patch.height);
982 g2.fillRect(1, 1, width - 2, height - 2);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java292 public void fillRect(int x1, int y1, int x2, int y2) { in fillRect() method in GCWrapper
303 public void fillRect(@NonNull Point p1, @NonNull Point p2) { in fillRect() method in GCWrapper
304 fillRect(p1.x, p1.y, p2.x, p2.y); in fillRect()
308 public void fillRect(@NonNull Rect r) { in fillRect() method in GCWrapper
DImageUtils.java739 g2.fillRect(0, 0, destWidth + rightMargin, destHeight + bottomMargin); in scale()
778 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in createColoredImage()
DSelectionOverlay.java224 gc.fillRect(r); in paintSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelinePainter.java56 gc.fillRect(bounds); in paint()
73 gc.fillRect(bounds); in paint()
DConstraintPainter.java128 graphics.fillRect(bounds); in paintSelectionFeedback()
398 graphics.fillRect(targetBounds.x, targetY - PARENT_RECT_SIZE / 2, in paintVerticalConstraint()
628 graphics.fillRect(targetX - PARENT_RECT_SIZE / 2, targetBounds.y, in paintHorizontalConstraint()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DScreenViewer.java311 g2.fillRect(0, 0, grid.getWidth(), grid.getHeight()); in paintComponent()
442 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
471 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
552 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
566 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
652 g.fillRect(insets.left, insets.top, getWidth() - insets.left - insets.right, in paintComponent()
DLayoutRenderer.java67 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java299 gc.fillRect(new Rect(cellBounds.x - radius, in paintGridModeDropFeedback()
305 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y - radius, in paintGridModeDropFeedback()
310 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y + radius, in paintGridModeDropFeedback()
/sdk/assetstudio/src/com/android/assetstudiolib/
DLauncherIconGenerator.java77 g2.fillRect(0, 0, imageRect.width, imageRect.height); in generate()
DUtil.java178 g.fillRect(0, 0, source.getWidth(), source.getHeight()); in filledImage()
291 g2.fillRect(0, 0, imageRect.width, imageRect.height); in drawEffects()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height); in paintBackground()