/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ImageUtilsTest.java | 39 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 …]
|
D | SwtUtilsTest.java | 47 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/ |
D | TestGraphics.java | 95 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/ |
D | BinPacker.java | 304 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()
|
D | GCWrapper.java | 292 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
|
D | SelectionOverlay.java | 224 gc.fillRect(r); in paintSelection()
|
D | ImageUtils.java | 855 g2.fillRect(0, 0, destWidth + rightMargin, destHeight + bottomMargin); in scale() 975 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in createColoredImage()
|
D | RenderPreview.java | 713 g.fillRect(0, 0, width, height); in createErrorThumbnail()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | ScreenViewer.java | 310 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()
|
D | LayoutRenderer.java | 67 g.fillRect(0, 0, getWidth(), getHeight()); in paintComponent()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | GuidelinePainter.java | 56 gc.fillRect(bounds); in paint() 73 gc.fillRect(bounds); in paint()
|
D | ConstraintPainter.java | 128 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/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridLayoutPainter.java | 301 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/ |
D | ViewHierarchyScene.java | 249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height); in paintBackground()
|