Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtilsTest.java39 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropBlank()
50 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropBlankPre()
61 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropNonblank()
74 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropSomething()
76 g.fillRect(25, 25, 50, 50); in testCropSomething()
91 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropSomethingPre()
93 g.fillRect(25, 25, 50, 50); in testCropSomethingPre()
108 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in testCropSomethingPre2()
110 g.fillRect(25, 25, 50, 50); in testCropSomethingPre2()
125 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/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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DBinPacker.java304 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in dumpImage()
318 g.fillRect(rect.x, rect.y, rect.w, rect.h); in dumpImage()
333 g.fillRect(rect.x, rect.y, rect.w, rect.h); in dumpImage()
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
DSelectionOverlay.java224 gc.fillRect(r); in paintSelection()
DImageUtils.java855 g2.fillRect(0, 0, destWidth + rightMargin, destHeight + bottomMargin); in scale()
975 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in createColoredImage()
DRenderPreview.java713 g.fillRect(0, 0, width, height); in createErrorThumbnail()
/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.java310 g2.fillRect(0, 0, grid.getWidth(), grid.getHeight()); in paintComponent()
441 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
470 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
551 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
565 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
651 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.java301 gc.fillRect(new Rect(cellBounds.x - radius, in paintGridModeDropFeedback()
307 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y - radius, in paintGridModeDropFeedback()
312 gc.fillRect(new Rect(cellBounds.x + radius, cellBounds.y + radius, in paintGridModeDropFeedback()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewHierarchyScene.java249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height); in paintBackground()