HomeSort by relevance Sort by last modified time
    Searched defs:Rectangle (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium-trace/catapult/devil/devil/utils/
geometry.py 40 class Rectangle(
41 collections.namedtuple('Rectangle', ['top_left', 'bottom_right'])):
42 """Object to represent a rectangle on a surface.
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
64 """Get the point at the center of the rectangle."""
69 """Create a rectangle object from a dictionary.
  /external/libmojo/third_party/catapult/devil/devil/utils/
geometry.py 40 class Rectangle(
41 collections.namedtuple('Rectangle', ['top_left', 'bottom_right'])):
42 """Object to represent a rectangle on a surface.
56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
64 """Get the point at the center of the rectangle."""
69 """Create a rectangle object from a dictionary.
  /external/clang/test/FixIt/
typo.c 11 struct Rectangle {
19 struct Rectangle bounds; // expected-note{{'bounds' declared here}}
27 topleft.x = 3.14, // expected-error{{field designator 'topleft' does not refer to any field in type 'struct Rectangle'; did you mean 'top_left'?}}
33 Rectangle r1; // expected-error{{must use 'struct' tag to refer to type 'Rectangle'}}
37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}}
38 rectangle *r2 = &r1; // expected-error{{unknown type name 'rectangle'; did you mean 'Rectangle'?}
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Rectangle.java 26 public class Rectangle extends Quad {
28 public Rectangle() {
31 public Rectangle(float x, float y, float width, float height) {
38 public Rectangle(Point origin, Point size) {
45 public static Rectangle fromRotatedRect(Point center, Point size, float rotation) {
50 return new Rectangle(p0.rotatedAround(center, rotation),
56 private Rectangle(Point p0, Point p1, Point p2, Point p3) {
60 public static Rectangle fromCenterVerticalAxis(Point center, Point vAxis, Point size) {
63 return new Rectangle(center.minus(dx).minus(dy),
82 public Rectangle scaled(float s)
    [all...]
  /prebuilts/go/darwin-x86/src/image/
geom.go 43 func (p Point) In(r Rectangle) bool {
50 func (p Point) Mod(r Rectangle) Point {
77 // A Rectangle contains the points with Min.X <= X < Max.X, Min.Y <= Y < Max.Y.
79 // well-formed. A rectangle's methods always return well-formed outputs for
82 // A Rectangle is also an Image whose bounds are the rectangle itself. At
83 // returns color.Opaque for points in the rectangle and color.Transparent
85 type Rectangle struct {
90 func (r Rectangle) String() string {
95 func (r Rectangle) Dx() int
    [all...]
  /prebuilts/go/linux-x86/src/image/
geom.go 43 func (p Point) In(r Rectangle) bool {
50 func (p Point) Mod(r Rectangle) Point {
77 // A Rectangle contains the points with Min.X <= X < Max.X, Min.Y <= Y < Max.Y.
79 // well-formed. A rectangle's methods always return well-formed outputs for
82 // A Rectangle is also an Image whose bounds are the rectangle itself. At
83 // returns color.Opaque for points in the rectangle and color.Transparent
85 type Rectangle struct {
90 func (r Rectangle) String() string {
95 func (r Rectangle) Dx() int
    [all...]
  /frameworks/base/libs/hwui/
ClipArea.h 92 Rectangle,
103 : mode(ClipMode::Rectangle)
169 return mMode == ClipMode::Rectangle;
  /frameworks/native/opengl/tests/hwc/
hwcRects.cpp 48 * # White YV12 rectangle, with overlapping turquoise
49 * # RGBA8888 rectangle at 30%% (alpha: 0.7) transparency
68 * of the graphic format and then the display frame rectangle where
69 * the frame will be displayed. The display frame rectangle is
143 class Rectangle {
145 Rectangle() : format(defaultFormat), transform(defaultTransform),
164 list<Rectangle> rectangle; variable
173 static Rectangle parseRect(string rectStr);
249 // Parse rectangle description
    [all...]
hwcCommit.cpp 162 class Rectangle {
164 explicit Rectangle(uint32_t graphicFormat = defaultFormat,
275 uint32_t numOverlays(list<Rectangle>& rectList);
343 list<Rectangle> rectList;
450 Rectangle rect(format->format, startDim);
630 // each rectangle adjust one pixel to the right and one pixel down.
641 list<Rectangle> rectList;
649 Rectangle rect(format, startDim, startDim);
674 list<Rectangle> rectList;
675 Rectangle rect(format, startDim)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Canvas.py 113 class Rectangle(CanvasItem):
115 CanvasItem.__init__(self, canvas, 'rectangle', *args, **kw)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Canvas.py 113 class Rectangle(CanvasItem):
115 CanvasItem.__init__(self, canvas, 'rectangle', *args, **kw)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 113 class Rectangle(CanvasItem):
115 CanvasItem.__init__(self, canvas, 'rectangle', *args, **kw)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 113 class Rectangle(CanvasItem):
115 CanvasItem.__init__(self, canvas, 'rectangle', *args, **kw)
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 383 struct Rectangle
385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_)
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-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 843 Rectangle,
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/
hierarchyviewer2lib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/
hierarchyviewer2lib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0/
hierarchyviewer2lib-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-alpha1/
hierarchyviewer2lib-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta1/
hierarchyviewer2lib-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta2/
hierarchyviewer2lib-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.3.0-beta3/
hierarchyviewer2lib-25.3.0-beta3.jar 

Completed in 398 milliseconds

1 2