HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 751 - 775 of 5192) sorted by null

<<31323334353637383940>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-is-contextual.js 28 // CallIC accumulates feedback that string index is out of bounds, then
37 foo(100); // Accumulate feedback that index is out of bounds.
  /external/chromium_org/v8/test/webkit/
dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js 25 "Tests that out-of-bounds stores to a Uint8ClampedArray that are aliased to out-of-bounds loads don't crash."
string-index-overflow-expected.txt 24 This test checks that accessing a string by an out of bounds index doesn't crash, furthermore the string should not appear to have out-of-bounds numeric properties.
string-index-overflow.js 25 "This test checks that accessing a string by an out of bounds index doesn't crash, furthermore the string should not appear to have out-of-bounds numeric properties."
  /external/clang/test/SemaObjC/
property-9-impl-method.m 35 -(NSRect) bounds;
62 NSDivideRect(self.bounds, &result, &dummy, self.tabAreaThickness, self.rectEdgeForTabs);
  /external/kernel-headers/original/uapi/linux/
v4l2-common.h 42 /* Cropping bounds */
48 /* Composing bounds */
  /external/skia/tests/
RecorderTest.cpp 58 SkRect bounds = SkRect::MakeWH(320, 240); local
66 recorder.saveLayer(&bounds, &paint);
  /frameworks/base/core/java/android/gesture/
Gesture.java 235 final RectF bounds = new RectF(); local
236 path.computeBounds(bounds, true);
238 final float sx = (width - 2 * inset) / bounds.width();
239 final float sy = (height - 2 * inset) / bounds.height();
243 path.offset(-bounds.left + (width - bounds.width() * scale) / 2.0f,
244 -bounds.top + (height - bounds.height() * scale) / 2.0f);
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
v4l2-common.h 42 /* Cropping bounds */
48 /* Composing bounds */
  /external/bison/src/
tables.h 58 in a roundabout way, the bounds of the portion you are trying to
63 I is outside the bounds of what is actually allocated, and the
79 If YYPACT[S] == YYPACT_NINF, if YYPACT[S] + I is outside the bounds
80 of YYTABLE (from 0 to YYLAST), or I is outside the bounds for portion
98 If YYPGOTO[I] + S is outside the bounds of YYTABLE (from 0 to YYLAST)
99 or if S is outside the bounds of the portion for I (that is,
  /external/chromium_org/ash/wm/
lock_window_state.cc 35 gfx::Rect bounds = window->bounds(); local
173 gfx::Rect bounds = local
175 bounds.set_height(bounds.height() - keyboard_bounds.height());
176 window_state->SetBoundsDirect(bounds);
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager.h 101 // Adjusts the bounds of all managed windows when the display area changes.
117 // Updates the bounds of the window for a stte type change from
122 // If |window_state| is maximized or fullscreen the bounds of the
126 // Animates the window bounds to |bounds|.
127 void SetChildBoundsAnimated(aura::Window* child, const gfx::Rect& bounds);
  /external/chromium_org/chrome/browser/ui/panels/
panel_manager.h 66 // |requested_bounds| is the desired bounds for the panel, but actual
67 // bounds may differ after panel layout depending on create |mode|.
205 // is expected to be created with |bounds| and |mode|. The size of |bounds|
211 const gfx::Rect& bounds,
235 // Whether or not bounds will be updated when the preferred content size is
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_view.cc 71 int height = view->bounds().height();
75 0, 0, view->bounds().width(), height);
84 int x_right_edge = view->bounds().width() - right_edge_width;
114 gfx::Size(bounds().width(), kAnimatingEdgeHeight),
117 canvas->Translate(bounds().OffsetFromOrigin());
121 bounds().x(), animation_offset());
  /external/chromium_org/mojo/examples/window_manager/
window_manager.cc 171 gfx::Rect bounds(25, 75, 400, 400);
173 gfx::Point position = windows_.back()->bounds().origin();
175 bounds.set_origin(position);
177 windows_.push_back(CreateChild(handler_url, bounds, nav_details.Pass(),
182 const gfx::Rect& bounds,
188 embedded->SetBounds(bounds);
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ios/
APPRTCViewController.m 194 [[RTCEAGLVideoView alloc] initWithFrame:self.blackView.bounds];
200 [[RTCEAGLVideoView alloc] initWithFrame:self.blackView.bounds];
216 self.blackView.bounds);
221 self.blackView.bounds);
224 localVideoFrame.origin.x = CGRectGetMaxX(self.blackView.bounds)
226 localVideoFrame.origin.y = CGRectGetMaxY(self.blackView.bounds)
  /external/chromium_org/third_party/skia/gm/
convexpolyeffect.cpp 148 SkRect bounds = p.getBounds(); variable
151 bounds.outset(5.f, 5.f);
152 bounds.toQuad(verts);
203 SkRect bounds = rect; variable
204 bounds.outset(5.f, 5.f);
205 bounds.toQuad(verts);
hairlines.cpp 183 const SkRect& bounds = fPaths[p].getBounds(); variable
185 if (x + bounds.width() > wrapX) {
200 canvas->translate(-bounds.fLeft, -bounds.fTop);
204 maxH = SkMaxScalar(maxH, bounds.height());
206 SkScalar dx = bounds.width() + SkIntToScalar(kMargin);
  /external/chromium_org/ui/app_list/cocoa/
item_drag_controller.mm 12 // that integers are used for the layer bounds when the grid cell dimensions
58 mouseOffset_ = NSMakePoint(pointInGridCell.x - NSMidX([itemView bounds]),
59 NSMidY([itemView bounds]) - pointInGridCell.y);
82 NSRect rect = [[self view] bounds];
128 targetOrigin.x - NSMidX([itemView bounds]) * (kDraggingIconScale - 1),
129 targetOrigin.y - NSMidY([itemView bounds]) * (kDraggingIconScale - 1),
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 218 gfx::Rect bounds = view->bounds(); local
219 DVLOG(0) << inset << bounds.width() << " x " << bounds.height()
220 << " @ " << bounds.x() << ", " << bounds.y();
message_popup_collection.cc 276 gfx::Rect bounds((*curr)->bounds());
277 bounds.set_x(GetToastOriginX(bounds));
278 bounds.set_y(alignment_ & POPUP_ALIGNMENT_TOP ? base
279 : base - bounds.height());
285 if ((top_down ? work_area_.bottom() - bounds.bottom() : bounds.y()) >= 0)
286 (*curr)->SetBoundsWithAnimation(bounds);
293 base += bounds.height() + kToastMarginY
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_delegate.h 32 // Create and initialize the bubble Widget(s) with proper bounds.
112 // Call this method when the anchor bounds have changed to reposition the
114 // bounds change as a result of the widget's bounds changing.
118 // Get bubble bounds from the anchor rect and client view's preferred size.
183 // Insets applied to the |anchor_view_| bounds.
  /external/chromium_org/ui/views/
view_unittest_aura.cc 24 Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) {
27 params.bounds = bounds;
33 // Returns a view with a layer with the passed in |bounds| and |layer_name|.
35 View* CreateViewWithLayer(const gfx::Rect& bounds, const char* layer_name) {
37 view->SetBoundsRect(bounds);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 139 gfx::Rect pixel_bounds = gfx::win::DIPToScreenRect(params.bounds);
246 gfx::Rect* bounds,
248 message_handler_->GetWindowPlacement(bounds, show_state);
249 InsetBottomRight(bounds, window_enlargement_);
250 *bounds = gfx::win::ScreenToDIPRect(*bounds);
458 gfx::Rect bounds(message_handler_->GetClientAreaBounds());
459 // If the window bounds were expanded we need to return the original bounds
464 bounds.x() + window_expansion_top_left_delta_.x()
    [all...]
  /external/skia/gm/
convexpolyeffect.cpp 148 SkRect bounds = p.getBounds(); variable
151 bounds.outset(5.f, 5.f);
152 bounds.toQuad(verts);
203 SkRect bounds = rect; variable
204 bounds.outset(5.f, 5.f);
205 bounds.toQuad(verts);

Completed in 271 milliseconds

<<31323334353637383940>>