HomeSort by relevance Sort by last modified time
    Searched refs:bounds (Results 1 - 25 of 2229) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
matinv.stdout.exp 1 Error within bounds.
omp_matinv.stdout.exp 1 Error within bounds.
omp_matinv_racy.stdout.exp 1 Error within bounds.
  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 13 """Pen to calculate the "control bounds" of a shape. This is the
18 When the shape has been drawn, the bounds are available as the
19 'bounds' attribute of the pen object. It's a 4-tuple:
25 self.bounds = None
28 bounds = self.bounds
29 if bounds:
30 self.bounds = updateBounds(bounds, pt)
33 self.bounds = (x, y, x, y
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebDraggableRegion.h 42 WebRect bounds; member in struct:blink::WebDraggableRegion
WebExternalPopupMenu.h 40 virtual void show(const WebRect& bounds) = 0;
  /external/chromium_org/third_party/skia/src/gpu/
GrPathRenderer.cpp 17 SkRect* bounds) {
19 *bounds = SkRect::MakeWH(SkIntToScalar(devW), SkIntToScalar(devH));
22 *bounds = path.getBounds();
23 matrix.mapRect(bounds);
  /external/skia/src/gpu/
GrPathRenderer.cpp 17 SkRect* bounds) {
19 *bounds = SkRect::MakeWH(SkIntToScalar(devW), SkIntToScalar(devH));
22 *bounds = path.getBounds();
23 matrix.mapRect(bounds);
  /external/chromium_org/tools/telemetry/telemetry/timeline/
bounds_unittest.py 6 from telemetry.timeline import bounds namespace
13 self.assertEquals(0, bounds.Bounds.GetOverlap(10, 20, 30, 40))
14 self.assertEquals(0, bounds.Bounds.GetOverlap(30, 40, 10, 20))
16 self.assertEquals(10, bounds.Bounds.GetOverlap(10, 30, 20, 40))
17 self.assertEquals(10, bounds.Bounds.GetOverlap(20, 40, 10, 30))
19 self.assertEquals(10, bounds.Bounds.GetOverlap(10, 40, 20, 30)
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsBoundsTest.cpp 18 {{2, 0, 4, 1}, {3, 0, 3, 0}}, // intersecting an empty bounds is OK
66 SkPathOpsBounds bounds; local
67 bounds.setEmpty();
68 bounds.add(1, 2, 3, 4);
71 REPORTER_ASSERT(reporter, bounds == expected);
72 bounds.setEmpty();
75 bounds.add(ordinal);
76 REPORTER_ASSERT(reporter, bounds == expected);
78 bounds.setPointBounds(topLeft);
80 bounds.add(botRight)
83 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(reallyEmpty[index]); local
89 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(notReallyEmpty[index]); local
    [all...]
  /external/skia/tests/
PathOpsBoundsTest.cpp 18 {{2, 0, 4, 1}, {3, 0, 3, 0}}, // intersecting an empty bounds is OK
66 SkPathOpsBounds bounds; local
67 bounds.setEmpty();
68 bounds.add(1, 2, 3, 4);
71 REPORTER_ASSERT(reporter, bounds == expected);
72 bounds.setEmpty();
75 bounds.add(ordinal);
76 REPORTER_ASSERT(reporter, bounds == expected);
78 bounds.setPointBounds(topLeft);
80 bounds.add(botRight)
83 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(reallyEmpty[index]); local
89 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(notReallyEmpty[index]); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/steps/
tray_step.cc 25 gfx::Rect bounds = shell_helper()->GetTrayBubbleBounds(); local
26 actor()->AddRectangularHole(bounds.x(), bounds.y(), bounds.width(),
27 bounds.height());
29 position.SetTop(bounds.y());
35 position.SetRight(GetOverlaySize().width() - bounds.x());
37 position.SetLeft(bounds.right());
  /external/chromium_org/ui/aura/
layout_manager.cc 18 const gfx::Rect& bounds) {
19 child->SetBoundsInternal(bounds);
  /external/chromium_org/extensions/common/
draggable_region.h 14 gfx::Rect bounds; member in struct:extensions::DraggableRegion
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
bounds.hpp 13 #include "boost/numeric/conversion/detail/bounds.hpp"
19 struct bounds : boundsdetail::get_impl<N>::type struct in namespace:boost::numeric
  /external/chromium_org/ash/wm/workspace/
magnetism_matcher.h 37 MagnetismEdgeMatcher(const gfx::Rect& bounds, MagnetismEdge edge);
41 const gfx::Rect& bounds() const { return bounds_; } function in class:ash::MagnetismEdgeMatcher
47 // Returns true if should attach to the specified bounds.
48 bool ShouldAttach(const gfx::Rect& bounds);
57 static int GetPrimaryCoordinate(const gfx::Rect& bounds, MagnetismEdge edge) {
60 return bounds.y();
62 return bounds.x();
64 return bounds.bottom();
66 return bounds.right();
87 Range GetPrimaryRange(const gfx::Rect& bounds) const
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsTightBounds.cpp 26 SkPathOpsBounds bounds = current->bounds(); local
29 bounds.add(current->bounds());
31 *result = bounds;
  /cts/tests/tests/gesture/src/android/gesture/cts/
LineGestureStrokeHelper.java 61 RectF bounds = new RectF(); local
62 linePath.computeBounds(bounds, true);
66 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.bottom);
67 Assert.assertEquals(LINE_START_POINT, bounds.left);
68 Assert.assertEquals(LINE_MIDWAY_POINT, bounds.right);
69 Assert.assertEquals(LINE_START_POINT, bounds.top);
73 * Helper method to assert expected values for a bounds derived from createLineGesture
77 void assertLineBoundingBox(RectF bounds) {
80 Assert.assertEquals(LINE_END_POINT, bounds.bottom);
81 Assert.assertEquals(LINE_START_POINT, bounds.left)
    [all...]
  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 37 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize()); local
38 bounds.set_width(std::max(0, width() - GetScrollBarWidth()));
39 contents()->SetBoundsRect(bounds);
43 gfx::Rect bounds = contents()->bounds(); local
44 bounds.set_width(bounds.width() + GetScrollBarWidth());
45 contents()->SetBoundsRect(bounds);
50 gfx::Rect bounds = gfx::Rect(contents()->GetPreferredSize()); local
51 bounds.set_width(std::max(0, width() - GetScrollBarWidth()))
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.cc 14 const gfx::Rect& bounds)
15 : bounds_(bounds),
23 bounds_ = strategy.bounds();
29 return bounds_ == strategy.bounds() &&
41 const gfx::Rect& bounds = strategy.bounds(); local
42 if (bounds.size().IsEmpty() && !strategy.hide_inspected_contents()) {
48 int left = std::min(bounds.x(), container_size.width());
49 int top = std::min(bounds.y(), container_size.height());
50 int width = std::min(bounds.width(), container_size.width() - left)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 58 const FloatRect& bounds = shapeMarginBounds(); local
59 if (bounds.isEmpty())
65 if (y2 < bounds.y() || y1 >= bounds.maxY())
68 float x1 = bounds.x();
69 float x2 = bounds.maxX();
75 if (y2 < bounds.y() + marginRadiusY) {
76 float yi = y2 - bounds.y() - marginRadiusY;
78 x1 = bounds.x() + marginRadiusX - xi;
79 x2 = bounds.maxX() - marginRadiusX + xi
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_context.h 195 const VGfloat *bounds,
200 if (bounds) {
201 coords[2] = MIN2(coords[2], bounds[2]);
203 if ((coords[0] + coords[2]) > (bounds[0] + bounds[2])) {
204 coords[2] = (bounds[0] + bounds[2]) - coords[0];
210 const VGfloat *bounds,
215 if (bounds) {
216 coords[3] = MIN2(coords[3], bounds[3])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.h 195 const VGfloat *bounds,
200 if (bounds) {
201 coords[2] = MIN2(coords[2], bounds[2]);
203 if ((coords[0] + coords[2]) > (bounds[0] + bounds[2])) {
204 coords[2] = (bounds[0] + bounds[2]) - coords[0];
210 const VGfloat *bounds,
215 if (bounds) {
216 coords[3] = MIN2(coords[3], bounds[3])
    [all...]
  /external/chromium_org/ash/shelf/
overflow_button.cc 55 gfx::Rect bounds(GetContentsBounds());
63 bounds.x() + ((bounds.width() - kButtonHoverSize) / 2) - 1,
64 bounds.y() + kBackgroundOffset - 1));
68 bounds.x() + kBackgroundOffset - 1,
69 bounds.y() + ((bounds.height() - kButtonHoverSize) / 2) - 1));
90 gfx::Rect bounds(GetContentsBounds());
103 bounds = gfx::Rect(
104 bounds.right() - background->width()
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 46 gfx::Rect* bounds,
49 DCHECK(bounds); variable
66 bounds->SetRect(left, top, std::max(0, right - left),
89 gfx::Rect* bounds,
124 *bounds = window->GetRestoredBounds();
148 const gfx::Rect& bounds) const OVERRIDE {
171 // Find the size of the work area of the monitor that intersects the bounds
173 return screen->GetDisplayMatching(bounds);
235 gfx::Rect* bounds,
237 DCHECK(bounds);
    [all...]

Completed in 1393 milliseconds

1 2 3 4 5 6 7 8 91011>>