Searched defs:rectangle (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcanvas_paint_mac.h39 const NSRect& rectangle() const { function in class:gfx::CanvasSkiaPaint
H A Dcanvas_paint_gtk.h40 GdkRectangle rectangle() const { function in class:gfx::CanvasSkiaPaint
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DBasicShapeFunctions.cpp49 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); local
52 rectangleValue->setX(pool.createValue(rectangle->x(), style));
53 rectangleValue->setY(pool.createValue(rectangle->y(), style));
54 rectangleValue->setWidth(pool.createValue(rectangle->width(), style));
55 rectangleValue->setHeight(pool.createValue(rectangle->height(), style));
56 rectangleValue->setRadiusX(pool.createValue(rectangle->cornerRadiusX(), style));
57 rectangleValue->setRadiusY(pool.createValue(rectangle->cornerRadiusY(), style));
98 const BasicShapeInsetRectangle* rectangle = static_cast<const BasicShapeInsetRectangle*>(basicShape); local
101 rectangleValue->setTop(cssValuePool().createValue(rectangle->top()));
102 rectangleValue->setRight(cssValuePool().createValue(rectangle
[all...]
/external/chromium_org/chrome/browser/extensions/api/system_display/
H A Ddisplay_info_provider_chromeos.cc72 // Created ash::DisplayLayout value for |rectangle| compared to the |reference|
73 // rectangle.
75 // - position: Whether the rectangle is positioned left, right, over or under
77 // - offset: The rectangle's offset from the reference origin along the axis
78 // opposite the position direction (if the rectangle is left or right along
80 // The rectangle's position is calculated by dividing the space in areas defined
81 // by the |reference|'s diagonals and finding the area |rectangle|'s center
82 // point belongs. If the |rectangle| in the calculated layout does not share a
83 // part of the bounds with the |reference|, the |rectangle| position in set to
84 // the more suitable neighboring position (e.g. if |rectangle| i
102 GetLayoutForRectangles(const gfx::Rect& reference, const gfx::Rect& rectangle) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp125 const BasicShapeRectangle* rectangle = static_cast<const BasicShapeRectangle*>(basicShape); local
127 floatValueForLength(rectangle->x(), boxWidth),
128 floatValueForLength(rectangle->y(), boxHeight),
129 floatValueForLength(rectangle->width(), boxWidth),
130 floatValueForLength(rectangle->height(), boxHeight));
132 floatValueForLength(rectangle->cornerRadiusX(), boxWidth),
133 floatValueForLength(rectangle->cornerRadiusY(), boxHeight));
186 const BasicShapeInsetRectangle* rectangle = static_cast<const BasicShapeInsetRectangle*>(basicShape); local
187 float left = floatValueForLength(rectangle->left(), boxWidth);
188 float top = floatValueForLength(rectangle
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_x11.c336 xcb_rectangle_t rectangle; local
363 rectangle.x = 0;
364 rectangle.y = 0;
365 rectangle.width = dri2_surf->base.Width;
366 rectangle.height = dri2_surf->base.Height;
368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle);
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c336 xcb_rectangle_t rectangle; local
363 rectangle.x = 0;
364 rectangle.y = 0;
365 rectangle.width = dri2_surf->base.Width;
366 rectangle.height = dri2_surf->base.Height;
368 xcb_xfixes_create_region(dri2_dpy->conn, dri2_surf->region, 1, &rectangle);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 527 milliseconds