/external/lldb/test/functionalities/data-formatter/data-formatter-categories/ |
D | main.cpp | 20 struct Rectangle : public Shape { struct 23 Rectangle(int W = 3, int H = 5) : w(W), h(H) {} in Rectangle() argument 33 Rectangle r1(5,6); in main() 34 Rectangle r2(9,16); in main() 35 Rectangle r3(4,4); in main() 42 Rectangle *r_ptr = new Rectangle(9,7); in main()
|
/external/clang/test/FixIt/ |
D | typo.c | 11 struct Rectangle { struct 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument 33 Rectangle r1; // expected-error{{must use 'struct' tag to refer to type 'Rectangle'}} in test() 37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
|
/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/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/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 | SelfOrientingSashForm.java | 16 import org.eclipse.swt.graphics.Rectangle; 125 Rectangle area; in layout() 143 Rectangle area = getClientArea(); in getPreferredOrientation()
|
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 | 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()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | angletypes.h | 55 struct Rectangle struct 62 Rectangle() : x(0), y(0), width(0), height(0) { } in Rectangle() argument 63 …Rectangle(int x_in, int y_in, int width_in, int height_in) : x(x_in), y(y_in), width(width_in), he… in Rectangle() function 66 bool ClipRectangle(const Rectangle &source, const Rectangle &clip, Rectangle *intersection); 193 Rectangle scissor;
|
D | angletypes.cpp | 37 bool ClipRectangle(const Rectangle &source, const Rectangle &clip, Rectangle *intersection) in ClipRectangle()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | Renderer11.h | 74 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled); 75 …virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, … 175 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 177 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 179 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 181 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 184 …ct(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const … 185 …const gl::Rectangle *scissor, bool blitRenderTarget, bool blitDepth, bool blitStencil, GLenum filt… 248 …void readTextureData(ID3D11Texture2D *texture, unsigned int subResource, const gl::Rectangle &area… 253 …bool blitRenderbufferRect(const gl::Rectangle &readRect, const gl::Rectangle &drawRect, RenderTarg… [all …]
|
D | Blit11.h | 36 const gl::Rectangle *scissor, GLenum destFormat, GLenum filter); 40 const gl::Rectangle *scissor); 44 const gl::Rectangle *scissor); 48 const gl::Rectangle *scissor); 62 const gl::Rectangle *scissor, bool stencilOnly);
|
D | BufferStorage11.h | 33 PackPixelsParams(const gl::Rectangle &area, GLenum format, GLenum type, GLuint outputPitch, 36 gl::Rectangle area;
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
D | pickerCommon.js | 55 function Rectangle(xOrRect, y, width, height) { class 68 Rectangle.prototype = { 79 Rectangle.intersection = function(rect1, rect2) { 88 return new Rectangle(x, y, width, height); 112 var windowRect = new Rectangle(0, 0, width, height); 117 var anchorRect = new Rectangle(global.params.anchorRectInScreen); 118 …var availRect = new Rectangle(window.screen.availLeft, window.screen.availTop, window.screen.avail…
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
D | FlyoutControlComposite.java | 29 import org.eclipse.swt.graphics.Rectangle; 167 Rectangle clientArea = getClientArea(); in layout() 485 Rectangle clientArea = getClientArea(); in handle_mouseMove() 594 dockingTracker.setRectangles(new Rectangle[]{getBounds()}); 599 Rectangle clientArea = container.getClientArea(); 604 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 610 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 617 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(0, 623 dockingTracker.setRectangles(new Rectangle[]{new Rectangle(clientArea.width - width, 629 dockingTracker.setRectangles(new Rectangle[]{getBounds()}); [all …]
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | Renderer.h | 115 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled) = 0; 116 …virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, … 215 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 217 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 219 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 221 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 224 …ct(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const … 225 …const gl::Rectangle *scissor, bool blitRenderTarget, bool blitDepth, bool blitStencil, GLenum filt…
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
D | Renderer9.h | 74 virtual void setScissorRectangle(const gl::Rectangle &scissor, bool enabled); 75 …virtual bool setViewport(const gl::Rectangle &viewport, float zNear, float zFar, GLenum drawMode, … 179 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 181 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 183 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 185 …virtual bool copyImage(gl::Framebuffer *framebuffer, const gl::Rectangle &sourceRect, GLenum destF… 188 …ct(gl::Framebuffer *readTarget, const gl::Rectangle &readRect, gl::Framebuffer *drawTarget, const … 189 …const gl::Rectangle *scissor, bool blitRenderTarget, bool blitDepth, bool blitStencil, GLenum filt… 353 gl::Rectangle mCurScissor; 357 gl::Rectangle mCurViewport;
|
/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/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 383 struct Rectangle struct 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() function 396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight, 398 void setViewport (const RenderContext& renderCtx, const Rectangle& rect); 399 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect, 423 using details::Rectangle;
|
/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()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 32 import org.eclipse.swt.graphics.Rectangle; 269 Rectangle clientArea = getClientArea(); in handleVerticalScrolling() 331 Rectangle clientArea = getClientArea(); in navigate() 610 Rectangle bounds; in setActiveEditorBounds() 612 Rectangle clientArea = getClientArea(); in setActiveEditorBounds() 617 bounds = new Rectangle(x, y, width, height); in setActiveEditorBounds() 720 Rectangle clientArea = getClientArea(); in configureSplitter() 1086 Rectangle clientArea = getClientArea(); in handlePaint() 1112 Rectangle area = getClientArea(); in drawEmptyContent() 1128 Rectangle clientArea = getClientArea(); in drawContent() [all …]
|
/external/chromium_org/printing/ |
D | emf_win_unittest.cc | 57 ::Rectangle(emf.context(), 10, 10, 190, 190); in TEST() 141 ::Rectangle(emf.context(), 10, 10, 190, 190); in TEST_F() 184 ::Rectangle(emf.context(), 10, 10, 190, 190); in TEST()
|
/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()
|