HomeSort by relevance Sort by last modified time
    Searched defs:Intersects (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.h 15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
  /external/skia/src/pathops/
SkPathOpsBounds.h 15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
  /external/chromium_org/ui/gfx/range/
range.cc 60 bool Range::Intersects(const Range& range) const {
  /external/chromium_org/ppapi/cpp/
rect.cc 48 bool Rect::Intersects(const Rect& rect) const {
82 if (!Intersects(rect))
152 bool FloatRect::Intersects(const FloatRect& rect) const {
186 if (!Intersects(rect))
  /external/chromium_org/tools/telemetry/telemetry/timeline/
bounds.py 58 def Intersects(self, other):
  /external/chromium_org/cc/base/
region.cc 69 bool Region::Intersects(const gfx::Rect& rect) const {
70 return skregion_.intersects(gfx::RectToSkIRect(rect));
73 bool Region::Intersects(const Region& region) const {
74 return skregion_.intersects(region.skregion_);
simple_enclosed_region.h 50 bool Intersects(const gfx::Rect& rect) const {
51 return rect_.Intersects(rect);
53 bool Intersects(const SimpleEnclosedRegion& region) const {
54 return rect_.Intersects(region.rect_);
  /art/compiler/dex/quick/
resource_mask.h 112 constexpr bool Intersects(const ResourceMask& other) const {
  /external/chromium_org/ui/gfx/geometry/
rect_base_impl.h 152 Intersects(const Class& rect) const {
213 if (!Intersects(rect))
  /external/chromium_org/ash/wm/workspace/
multi_window_resize_controller.cc 51 bool Intersects(int x1, int max_1, int x2, int max_2) {
331 Intersects(other->bounds().x(), other->bounds().right(),
338 Intersects(other->bounds().y(), other->bounds().bottom(),
  /external/chromium_org/chrome/browser/chromeos/ui/
accessibility_focus_ring_controller.cc 116 if (Intersects(rects[i], regions[j].bounds)) {
135 if (Intersects(regions[i].bounds, regions[j].bounds)) {
277 bool AccessibilityFocusRingController::Intersects(

Completed in 439 milliseconds