Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1 – 25 of 55) sorted by relevance

123

/external/clang/test/FixIt/
Dtypo.c11 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/tensorflow/tensorflow/core/kernels/
Dsample_distorted_bounding_box_op.cc31 class Rectangle { class
33 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon99f2dc0f0111::Rectangle
34 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon99f2dc0f0111::Rectangle
50 Rectangle Intersect(const Rectangle& r) const { in Intersect()
57 return Rectangle(); in Intersect()
59 return Rectangle(pmin_x, pmin_y, pmax_x, pmax_y); in Intersect()
71 bool SatisfiesOverlapConstraints(const Rectangle& crop, in SatisfiesOverlapConstraints()
73 const std::vector<Rectangle>& bounding_boxes) { in SatisfiesOverlapConstraints()
113 SimplePhilox* random, Rectangle* crop_rect) { in GenerateRandomCrop()
299 std::vector<Rectangle> bounding_boxes; in Compute()
[all …]
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry_test.py50 r = g.Rectangle(g.Point(0, 1), g.Point(2, 3))
54 r = g.Rectangle(g.Point(0, 1), g.Point(2, 3))
59 r1 = g.Rectangle(g.Point(0, 1), g.Point(2, 3))
60 r2 = g.Rectangle.FromDict({'top': 1, 'left': 0, 'bottom': 3, 'right': 2})
Dgeometry.py40 class Rectangle( class
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
/external/libmojo/third_party/catapult/devil/devil/utils/
Dgeometry_test.py50 r = g.Rectangle(g.Point(0, 1), g.Point(2, 3))
54 r = g.Rectangle(g.Point(0, 1), g.Point(2, 3))
59 r1 = g.Rectangle(g.Point(0, 1), g.Point(2, 3))
60 r2 = g.Rectangle.FromDict({'top': 1, 'left': 0, 'bottom': 3, 'right': 2})
Dgeometry.py40 class Rectangle( class
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
DImmutablesRepresenter.java19 import java.awt.Rectangle;
36 this.representers.put(Rectangle.class, new RepresentRectangle()); in ImmutablesRepresenter()
54 Rectangle rect = (Rectangle) data; in representData()
DMoreImmutablesTest.java20 import java.awt.Rectangle;
52 Rectangle rect = new Rectangle(10, 20, 30, 40); in testRectangle()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/
DIMETest.java12 import java.awt.Rectangle;
22 Rectangle loc = new Rectangle(100, 100, 300, 300); in main()
/external/python/cpython2/PC/VS7.1/
Dpython20.wse555 Rectangle=188 234 244 253
566 Rectangle=264 234 320 253
576 Rectangle=10 225 320 226
581 Rectangle=108 11 323 33
593 Rectangle=108 58 321 219
602 Rectangle=108 40 313 58
619 Rectangle=6 6 204 186
630 Rectangle=209 8 265 26
639 Rectangle=209 31 265 50
671 Rectangle=188 234 244 251
[all …]
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCustomFilter.java72 void customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, in customFilter()
73 Rectangle planeRegion, int componentID, int transformID, in customFilter()
DTJTransform.java36 public class TJTransform extends Rectangle {
186 public TJTransform(Rectangle r, int op, int options, in TJTransform()
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp383 struct Rectangle struct
385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() argument
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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethod.java13 import java.awt.Rectangle;
69 public void notifyClientWindowChange(Rectangle bounds) { in notifyClientWindowChange()
/external/libmojo/third_party/catapult/devil/devil/android/
Dapp_ui_test.py100 self.assertEquals(node.bounds, geometry.Rectangle([121, 50], [1424, 178]))
109 self.assertEquals(node.bounds, geometry.Rectangle([16, 466], [128, 578]))
132 self.assertEquals(node.bounds, geometry.Rectangle([16, 578], [128, 690]))
/external/chromium-trace/catapult/devil/devil/android/
Dapp_ui_test.py100 self.assertEquals(node.bounds, geometry.Rectangle([121, 50], [1424, 178]))
109 self.assertEquals(node.bounds, geometry.Rectangle([16, 466], [128, 578]))
132 self.assertEquals(node.bounds, geometry.Rectangle([16, 578], [128, 690]))
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java454 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()
DClipSprite.java63 Rectangle clip = graphics.getClipBounds(); in paint()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_value.cpp30 {XFA_Element::Rectangle, 1, XFA_PROPERTYFLAG_OneOf},
84 ASSERT(!node || node->GetElementType() == XFA_Element::Rectangle); in GetRectangleIfExists()
Dcxfa_box.cpp192 eType != XFA_Element::Rectangle) { in Draw()
203 } else if (type == XFA_Element::Rectangle || type == XFA_Element::Border) { in Draw()
234 } else if (type == XFA_Element::Rectangle || type == XFA_Element::Border) { in DrawFill()
/external/python/cpython2/Demo/tkinter/guido/
Dsolitaire.py29 from Canvas import Rectangle, CanvasText, Group, Window
175 self.__rect = Rectangle(canvas, 0, 0, CARDWIDTH, CARDHEIGHT,
179 self.__back = Rectangle(canvas, MARGIN, MARGIN,
403 bottom = Rectangle(self.game.canvas,
481 bottom = Rectangle(self.game.canvas,
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java17 import java.awt.Rectangle;
71 private static Rectangle attachedLimits;
171 attachedLimits = new Rectangle(0, 0, sd.width - wd.width, in initStatusWindow()
213 private static void pin(Point p, Rectangle r) { in pin()
226 public void notifyClientWindowChange(Rectangle location) { in notifyClientWindowChange()
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DImagePanel.java6 import java.awt.Rectangle;
90 …TexturePaint paint = new TexturePaint(background, new Rectangle(0, 0, background.getWidth(), backg… in paintComponent()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp963 struct Rectangle struct
965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() argument
976 void setViewport (const RenderContext& renderCtx, const Rectangle& rect) in setViewport()
981 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect, Surface& dst) in readRectangle()
987 Rectangle randomViewport (const RenderContext& ctx, Random& rnd, in randomViewport()
996 return Rectangle(xOff, yOff, width, height); in randomViewport()
1317 Rectangle viewport = randomViewport(renderCtx, rnd, in drawSurface()
/external/libjpeg-turbo/java/
DTJExample.java352 public void customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, in customFilter()
353 Rectangle planeRegion, int componentIndex, in customFilter()

123