/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ImageUtilsTest.java | 38 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 …]
|
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/rule_api/src/com/android/ide/common/api/ |
D | IGraphics.java | 92 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/ |
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/draw9patch/src/com/android/draw9patch/ui/ |
D | GradientPanel.java | 43 g2.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
|
D | ImageEditorPanel.java | 426 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/ |
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 | ImageUtils.java | 739 g2.fillRect(0, 0, destWidth + rightMargin, destHeight + bottomMargin); in scale() 778 g.fillRect(0, 0, image.getWidth(), image.getHeight()); in createColoredImage()
|
D | SelectionOverlay.java | 224 gc.fillRect(r); in paintSelection()
|
/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/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | ScreenViewer.java | 311 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()
|
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/grid/ |
D | GridLayoutPainter.java | 299 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/ |
D | LauncherIconGenerator.java | 77 g2.fillRect(0, 0, imageRect.width, imageRect.height); in generate()
|
D | Util.java | 178 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/ |
D | ViewHierarchyScene.java | 249 g2.fillRect(bounds.x, bounds.y, bounds.width, bounds.height); in paintBackground()
|