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

<<71727374757677787980>>

  /external/chromium_org/third_party/skia/src/core/
SkClipStack.cpp 229 // occur w/in the intersection of the two finite bounds
259 // lie within the union of the two finite bounds
270 // union of the two bounds. If the two clips exactly overlapped
320 // occur in the union of the two finite bounds
624 SkRect bounds; local
626 this->getBounds(&bounds, &bt);
628 if (bounds.contains(*rect)) {
636 return rect->intersect(bounds);
SkTileGrid.h 46 * @param bounds The bounding box, should not be empty
49 virtual void insert(void* data, const SkIRect& bounds, bool) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/utils/win/
SkDWriteFontFileStream.cpp 62 //This means we were within bounds, but failed for some other reason.
177 // The loader is responsible for doing a bounds check.
  /external/chromium_org/third_party/skia/tests/
PathOpsDRectTest.cpp 75 // FIXME: add a recursive box subdivision method to verify that tight bounds is correct
95 // FIXME: add a recursive box subdivision method to verify that tight bounds is correct
  /external/chromium_org/third_party/sqlite/src/test/
ctime.test 210 # test 1 past array bounds
218 # test 1 before array bounds (N=-1)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
refiner.c 54 /* defining array bounds */
103 bounds */
  /external/chromium_org/tools/android/forwarder2/
socket.h 64 // buffer. No bounds checking is performed.
69 // Calls Write() multiple times until num_bytes is written. No bounds checking
  /external/chromium_org/ui/app_list/views/
apps_container_view.cc 193 // Get the active folder's icon bounds relative to AppsContainerView.
220 // Add the transitional views into child views, and set its bounds to the
  /external/chromium_org/ui/aura/
window_targeter.cc 68 return gfx::Rect(window->bounds().size()).Contains(point);
137 if (!root_window->bounds().Contains(event.location()))
window_tree_host.h 47 static WindowTreeHost* Create(const gfx::Rect& bounds);
134 virtual void SetBounds(const gfx::Rect& bounds) = 0;
  /external/chromium_org/ui/keyboard/
keyboard_util.h 55 // Gets the default keyboard bounds from |window_bounds|.
59 // Gets the caculated keyboard bounds from |window_bounds|. The keyboard height
  /external/chromium_org/ui/metro_viewer/
metro_viewer_messages.h 224 // InputScopes and character bounds.
228 std::vector<metro_viewer::CharacterBounds>) /* character bounds */
  /external/chromium_org/ui/views/bubble/
bubble_border.h 156 // Get the desired widget bounds (in screen coordinates) given the anchor rect
178 gfx::Rect GetArrowRect(const gfx::Rect& bounds) const;
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 57 params.bounds = gfx::Rect(0, 0, 650, 650);
121 params.bounds = gfx::Rect(0, 0, 650, 650);
  /external/chromium_org/ui/views/controls/
scroll_view.cc 47 // Make sure the content is not scrolled out of bounds
55 // This is no op if bounds are the same
220 if (contents()->bounds().size() != gfx::Size(content_width, content_height))
253 // Update the bounds right now so the inner views can fit in it.
256 // Give |contents_| a chance to update its bounds if it depends on the
377 if (vert_sb_->bounds().Contains(event->location()) || scroll_event)
381 if (horiz_sb_->bounds().Contains(event->location()) || scroll_event)
461 // Make sure x and y are within the bounds of [0,contents_max_*].
scroll_view.h 103 // is constrained by the bounds of the contents view. This has no effect if
212 // Calculates the bounds of the row from the top margin and row height.
  /external/chromium_org/ui/views/controls/webview/
webview.h 71 // false = WebContents' views' bounds are updated continuously as the
72 // WebView's bounds change (default).
  /external/chromium_org/ui/views/ime/
input_method.h 79 // Called by the focused |view| whenever its caret bounds have changed.
99 // inactive input methods of caret bounds or text input type changes.
  /external/chromium_org/ui/views/
views_delegate.h 75 const gfx::Rect& bounds,
82 gfx::Rect* bounds,
  /external/chromium_org/ui/views/window/
custom_frame_view.h 88 // Returns the bounds of the titlebar icon (or where the icon would be if
131 // The bounds of the client view, in this view's coordinates.
dialog_delegate_unittest.cc 216 // Titled dialogs have taller initial frame bounds than untitled dialogs.
222 // Giving the default test dialog a title will yield the same bounds.
  /external/chromium_org/ui/wm/core/
shadow.cc 187 // Update bounds based on content bounds and image sizes.
  /external/chromium_org/v8/test/mjsunit/
arguments-opt.js 72 // Out-of-bounds integer access with and without argument
127 // Make sure that out-of-bounds access do lookups in the
  /external/clang/include/clang/AST/
DeclGroup.h 45 assert (i < NumDecls && "Out-of-bounds access.");
50 assert (i < NumDecls && "Out-of-bounds access.");
  /external/droiddriver/src/com/google/android/droiddriver/
UiElement.java 123 * Gets the UiElement bounds in screen coordinates. The coordinates may not be
129 * Gets the UiElement bounds in screen coordinates. The coordinates will be

Completed in 1818 milliseconds

<<71727374757677787980>>