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

  /external/lldb/test/functionalities/data-formatter/data-formatter-categories/
main.cpp 20 struct Rectangle : public Shape {
23 Rectangle(int W = 3, int H = 5) : w(W), h(H) {}
33 Rectangle r1(5,6);
34 Rectangle r2(9,16);
35 Rectangle r3(4,4);
42 Rectangle *r_ptr = new Rectangle(9,7);
  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerCommon.js 50 * @param {!number|Rectangle|Object} xOrRect
55 function Rectangle(xOrRect, y, width, height) {
68 Rectangle.prototype = {
71 toString: function() { return "Rectangle(" + this.x + "," + this.y + "," + this.width + "," + this.height + ")"; }
75 * @param {!Rectangle} rect1
76 * @param {!Rectangle} rect2
77 * @return {?Rectangle}
79 Rectangle.intersection = function(rect1, rect2) {
88 return new Rectangle(x, y, width, height);
104 * @return {!Rectangle}
    [all...]
  /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...]
  /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);
250 // Parse rectangle description
    [all...]
hwcCommit.cpp 163 class Rectangle {
165 Rectangle(uint32_t graphicFormat = defaultFormat,
276 uint32_t numOverlays(list<Rectangle>& rectList);
345 list<Rectangle> rectList;
452 Rectangle rect(format->format, startDim);
632 // each rectangle adjust one pixel to the right and one pixel down.
643 list<Rectangle> rectList;
651 Rectangle rect(format, startDim, startDim);
676 list<Rectangle> rectList;
677 Rectangle rect(format, startDim)
    [all...]
  /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/chromium_org/third_party/angle/src/libGLESv2/
angletypes.h 55 struct Rectangle
62 Rectangle() : x(0), y(0), width(0), height(0) { }
63 Rectangle(int x_in, int y_in, int width_in, int height_in) : x(x_in), y(y_in), width(width_in), height(height_in) { }
66 bool ClipRectangle(const Rectangle &source, const Rectangle &clip, Rectangle *intersection);
193 Rectangle scissor;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 3960 milliseconds