Searched
full:bounds (Results
2201 -
2225 of
5192) sorted by null
<<81828384858687888990>>
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
viewport.js | 180 * @return {Rect} The image bounds in image coordinates. 185 * @return {Rect} The screen bounds in screen coordinates. 213 * @return {Rect} The image bounds in screen coordinates. 381 // Image bounds in screen coordinates.
|
/external/chromium_org/ui/gfx/ |
color_utils.h | 40 // For saturation and value, bounds should be specified in the range [0, 1],
|
color_utils_unittest.cc | 76 // Bounds are inclusive.
|
render_text_pango.cc | 236 std::vector<Rect> bounds; local 238 // TODO(derat): Support fractional bounds for subpixel positioning? 243 bounds.push_back(rect); 246 return bounds;
|
screen.h | 80 // Returns the display that most closely intersects the provided bounds.
|
transform.cc | 456 BoxF bounds; local 465 bounds.set_origin(point); 468 bounds.ExpandTo(point); 471 *box = bounds;
|
/external/chromium_org/ui/gfx/geometry/ |
rect_f.h | 56 // Rect. When it is false, some dimension of the RectF is outside the bounds
|
/external/chromium_org/ui/gfx/win/ |
window_impl.h | 45 void Init(HWND parent, const gfx::Rect& bounds);
|
/external/chromium_org/ui/message_center/cocoa/ |
popup_collection.h | 62 // showing, bounds change or closing.
|
status_item_view.mm | 107 NSRect frame = [self bounds];
|
/external/chromium_org/ui/views/controls/ |
image_view.h | 60 // Returns the actual bounds of the visible image inside the view.
|
styled_label_unittest.cc | 124 EXPECT_EQ(styled()->height() - 3, styled()->child_at(1)->bounds().bottom()); 277 EXPECT_EQ(styled()->child_at(1)->bounds().right(), 374 EXPECT_EQ(styled()->child_at(0)->bounds().right(), 377 EXPECT_EQ(styled()->child_at(2)->bounds().right(),
|
/external/chromium_org/ui/views/corewm/ |
tooltip_win.cc | 123 const gfx::Rect monitor_bounds = display.bounds();
|
/external/chromium_org/ui/views/layout/ |
box_layout.h | 25 // host's bounds provide insufficient space, child views will be clamped.
|
/external/chromium_org/ui/views/ |
view_model_utils_unittest.cc | 21 EXPECT_EQ(v1_bounds, v1.bounds());
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
x11_whole_screen_move_loop.h | 85 // don't receive pointer motion events outside of their bounds.
|
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | 226 RECT bounds; local 227 GetWindowRect(window, &bounds); 229 bounds.left - clip_state->x, 230 bounds.top - clip_state->y, 231 bounds.right - clip_state->x, 232 bounds.bottom - clip_state->y); 372 void HWNDMessageHandler::Init(HWND parent, const gfx::Rect& bounds) { 374 GetMonitorAndRects(bounds.ToRECT(), &last_monitor_, &last_monitor_rect_, 378 WindowImpl::Init(parent, bounds); 468 // If we're in fullscreen mode, we've changed the normal bounds to the monito [all...] |
/external/chromium_org/v8/src/ |
bignum.h | 107 // checked for out-of-bounds errors.
|
vector.h | 49 // Access individual vector elements - checks bounds in debug mode.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
dead-loops.js | 61 // Involves only in-bounds read on the array {a}.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ReturnPointerRangeChecker.cpp | 55 // FIXME: All of this out-of-bounds checking should eventually be refactored
|
/external/clang/test/Analysis/ |
outofbound.c | 1 // RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,alpha.unix,alpha.security.ArrayBound -analyzer-store=region -verify %s
|
/external/clang/test/SemaTemplate/ |
instantiate-c99.cpp | 48 [Subscript2] = val2 // expected-error{{exceeds array bounds}}
|
/external/clang/utils/ABITest/ |
TypeGen.py | 409 self.bounds = [] 419 self.bounds = [g.cardinality for g in self.generators] 420 self._cardinality = sum(self.bounds) 437 index,M = getNthPairVariableBounds(N, self.bounds)
|
/external/deqp/doc/testspecs/GLES3/ |
functional.texture.mipmap.txt | 50 pixels must be in between the two bounds in order to be valid. In order to
|
Completed in 912 milliseconds
<<81828384858687888990>>