/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | FingerPrintGraph.java | 30 import org.eclipse.swt.graphics.Rectangle; 118 Rectangle zone; 121 AreaZone(Rectangle zone, String tooltip) { in AreaZone() 164 void addArea(Rectangle rec, String tooltip) { in addArea() 254 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength, BAR_HEIGHT); in drawBars() 259 Rectangle recValue = new Rectangle(MARGIN, y + (GAP/2), wr, BAR_HEIGHT); in drawBars() 262 Rectangle recError = new Rectangle(MARGIN+wr, y + (GAP/2), baselineErrorLength*2, BAR_HEIGHT); in drawBars() 264 …Rectangle rec = new Rectangle(MARGIN, y + (GAP/2), baselineBarLength+baselineErrorLength, BAR_HEIG… in drawBars() 294 Rectangle rec = new Rectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, currentBarLength, BAR_HEIGHT); in drawBars() 306 Rectangle recValue = new Rectangle(MARGIN, y + (GAP/2) + BAR_HEIGHT, wr, BAR_HEIGHT); in drawBars() [all …]
|
/external/clang/test/FixIt/ |
D | typo.c | 10 struct Rectangle { struct 18 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument 29 Rectangle r1; // expected-error{{must use 'struct' tag to refer to type 'Rectangle'}} in test() 32 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
D | ResizableDialog.java | 19 import org.eclipse.swt.graphics.Rectangle; 73 Rectangle oldBounds = loadBounds(); in getInitialSize() 75 Rectangle displayBounds = getShell().getDisplay().getBounds(); in getInitialSize() 99 Rectangle windowBounds; in getInitialLocation() 105 Rectangle bounds = loadBounds(); in getInitialLocation() 139 private Rectangle loadBounds() { in loadBounds() 142 return new Rectangle(settings.getInt(X), in loadBounds() 154 private void saveBounds(Rectangle bounds) { in saveBounds() 187 protected Rectangle cachedBounds;
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | Rectangle.java | 39 public class Rectangle implements Cloneable { class 50 public Rectangle(float x, float y, float width, float height) { in Rectangle() method in Rectangle 58 public Rectangle clone(){ in clone() 60 return (Rectangle) super.clone(); in clone()
|
D | StringBlock.java | 48 private Rectangle textBox; 69 …StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA colo… in StringBlock() 109 Rectangle getTextBox() { in getTextBox() 113 void setTextBox(Rectangle textBox) { in setTextBox()
|
D | LetterQuad.java | 13 … private static final Rectangle UNBOUNDED = new Rectangle(0, 0, Float.MAX_VALUE, Float.MAX_VALUE); 89 private Rectangle getBound(StringBlock block) { in getBound() 134 Rectangle bound = block.getTextBox(); in isInvalid() 253 final Rectangle bound = getBound(block); in update()
|
D | BitmapText.java | 151 public void setBox(Rectangle rect) { in setBox() 172 Rectangle textBox = block.getTextBox(); in getHeight() 186 Rectangle textBox = block.getTextBox(); in getLineWidth()
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Rectangle.java | 49 public final class Rectangle implements Savable, Cloneable, java.io.Serializable { class 60 public Rectangle() { in Rectangle() method in Rectangle 77 public Rectangle(Vector3f a, Vector3f b, Vector3f c) { in Rectangle() method in Rectangle 186 public Rectangle clone() { in clone() 188 Rectangle r = (Rectangle) super.clone(); in clone()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CImageLabel.java | 17 import org.eclipse.swt.graphics.Rectangle; 90 Rectangle clientArea = getClientArea(); in doPaint() 108 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds(); in doPaint() 134 Rectangle imageBounds = m_image == null ? new Rectangle(0, 0, 0, 0) : m_image.getBounds(); in computeSize()
|
D | CFlatButton.java | 22 import org.eclipse.swt.graphics.Rectangle; 70 Rectangle ca = getClientArea(); in CFlatButton() 85 Rectangle ca1 = getClientArea(); in CFlatButton() 99 Rectangle imageBounds = image.getBounds(); in CFlatButton() 137 private void cropClientArea(Rectangle ca) { in cropClientArea()
|
D | SelfOrientingSashForm.java | 16 import org.eclipse.swt.graphics.Rectangle; 125 Rectangle area; in layout() 143 Rectangle area = getClientArea(); in getPreferredOrientation()
|
D | CComboBox.java | 40 import org.eclipse.swt.graphics.Rectangle; 302 Rectangle clientArea = getClientArea(); in resizeInner() 578 Rectangle tableBounds = table.getBounds(); 586 Rectangle clientArea = display.getClientArea(); 594 Rectangle popupBounds = 595 new Rectangle(comboLocation.x, 599 Rectangle trimBounds =
|
D | CSpinner.java | 22 import org.eclipse.swt.graphics.Rectangle; 335 Rectangle cRect = composite.getClientArea(); in layout() 386 Rectangle cRect = composite.getClientArea(); in layout() 435 Rectangle cRect = composite.getClientArea(); in layout() 485 Rectangle cRect = composite.getClientArea(); in layout() 527 Rectangle clientArea = composite.getClientArea(); in layout()
|
D | CCombo3.java | 21 import org.eclipse.swt.graphics.Rectangle; 343 Rectangle tableBounds = m_table.getBounds(); in doDropDown() 355 Rectangle popupBounds = in doDropDown() 499 Rectangle clientArea = getClientArea(); in doResize()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 29 import org.eclipse.swt.graphics.Rectangle; 168 Rectangle clientArea = getClientArea(); in layout() 473 Rectangle clientArea = getClientArea(); in handle_mouseMove() 582 dockingTracker.setRectangles(new Rectangle[]{getBounds()}); 587 Rectangle clientArea = container.getClientArea(); 592 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 598 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 605 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 611 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(clientArea.width - width, 617 dockingTracker.setRectangles(new Rectangle[]{getBounds()}); [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/gui/ |
D | TestBitmapFont.java | 39 import com.jme3.font.Rectangle; 68 txt.setBox(new Rectangle(0, 0, settings.getWidth(), settings.getHeight())); in simpleInitApp() 81 txt3.setBox(new Rectangle(0, 0, settings.getWidth(), 0)); in simpleInitApp()
|
D | TestBitmapText3D.java | 38 import com.jme3.font.Rectangle; 63 txt.setBox(new Rectangle(0, 0, 6, 3)); in simpleInitApp()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 23 import org.eclipse.swt.graphics.Rectangle; 48 Rectangle oldClipping = gc.getClipping(); in drawStringCV() 50 gc.setClipping(new Rectangle(x, y, width, height)); in drawStringCV() 78 Rectangle imageBounds = image.getBounds(); in drawImageCV() 88 Rectangle imageBounds = image.getBounds(); in drawImageCHCV() 100 public static void drawScaledImage(GC gc, Image image, Rectangle targetRectangle) { in drawScaledImage() 230 Rectangle imageBounds = image.getBounds(); in getThubmnail()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | PropertyEditor.java | 17 import org.eclipse.swt.graphics.Rectangle; 77 public void setBounds(Rectangle bounds) { in setBounds()
|
D | AbstractComboPropertyEditor.java | 25 import org.eclipse.swt.graphics.Rectangle; 102 public final void setBounds(Rectangle bounds) { in setBounds()
|
D | AbstractComboBoxPropertyEditor.java | 28 import org.eclipse.swt.graphics.Rectangle; 121 public void setBounds(Rectangle bounds) { in setBounds()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 32 import org.eclipse.swt.graphics.Rectangle; 267 Rectangle clientArea = getClientArea(); in handleVerticalScrolling() 329 Rectangle clientArea = getClientArea(); in navigate() 590 Rectangle bounds; in setActiveEditorBounds() 592 Rectangle clientArea = getClientArea(); in setActiveEditorBounds() 597 bounds = new Rectangle(x, y, width, height); in setActiveEditorBounds() 700 Rectangle clientArea = getClientArea(); in configureSplitter() 1066 Rectangle clientArea = getClientArea(); in handlePaint() 1092 Rectangle area = getClientArea(); in drawEmptyContent() 1108 Rectangle clientArea = getClientArea(); in drawContent() [all …]
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 454 public Rectangle getClipBounds() in getClipBounds() 459 public Rectangle getClipBounds(Rectangle r) in getClipBounds() 464 public Rectangle getClipRect() in getClipRect() 514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) in hit()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | StyleDashboardRegion.h | 44 Rectangle enumerator
|
/external/chromium/chrome/browser/userfeedback/proto/ |
D | math.proto | 19 message Rectangle { message
|