Home
last modified time | relevance | path

Searched defs:intersects (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DHitTestLocation.cpp140 bool HitTestLocation::intersects(const LayoutRect& rect) const in intersects() function in blink::HitTestLocation
145 bool HitTestLocation::intersects(const FloatRect& rect) const in intersects() function in blink::HitTestLocation
150 bool HitTestLocation::intersects(const RoundedRect& rect) const in intersects() function in blink::HitTestLocation
DClipRect.cpp33 bool ClipRect::intersects(const HitTestLocation& hitTestLocation) const in intersects() function in blink::ClipRect
DClipRect.h69 bool intersects(const LayoutRect& rect) const { return m_rect.intersects(rect); } in intersects() function
/external/chromium_org/cc/output/
Doverlay_strategy_single_on_top.cc40 bool intersects = false; in Attempt() local
/external/skia/src/pathops/
DSkPathOpsRect.h35 bool intersects(SkDRect* r) const { in intersects() function
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsRect.h35 bool intersects(SkDRect* r) const { in intersects() function
/external/chromium-trace/trace-viewer/src/base/
Drect.js131 intersects: function(that) { method in Rect
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutRect.cpp47 bool LayoutRect::intersects(const LayoutRect& other) const in intersects() function in blink::LayoutRect
DIntRect.cpp49 bool IntRect::intersects(const IntRect& other) const in intersects() function in blink::IntRect
DFloatRect.cpp65 bool FloatRect::intersects(const FloatRect& other) const in intersects() function in blink::FloatRect
/external/replicaisland/src/com/replica/replicaisland/
DCollisionVolume.java55 public abstract boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in CollisionVolume
DAABoxCollisionVolume.java73 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in AABoxCollisionVolume
DSphereCollisionVolume.java85 public boolean intersects(Vector2 position, FlipInfo flip, CollisionVolume other, in intersects() method in SphereCollisionVolume
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowRect.java93 public static boolean intersects(Rect a, Rect b) { in intersects() method in ShadowRect
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DFragmentedMp4Builder.java118 long[] intersects = intersectionFinder.sampleNumbers(track, movie); in createMoofMdat() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarker.h61 bool intersects(const MarkerTypes& types) const { return (m_mask & types.m_mask); } in intersects() function
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DRectTest.java136 public void intersects() { in intersects() method in RectTest
/external/deqp/framework/randomshaders/
DrsgVariableValue.cpp143 bool ConstValueRangeAccess::intersects (const ConstValueRangeAccess& other) const in intersects() function in rsg::ConstValueRangeAccess
/external/icu/icu4c/source/i18n/
Dscriptset.cpp128 UBool ScriptSet::intersects(const ScriptSet &other) const { in intersects() function in ScriptSet
/external/chromium_org/third_party/icu/source/i18n/
Dscriptset.cpp128 UBool ScriptSet::intersects(const ScriptSet &other) const { in intersects() function in ScriptSet
/external/deqp/framework/common/
DtcuInterval.hpp119 bool intersects (const Interval& other) const in intersects() function in tcu::Interval
/external/harfbuzz_ng/src/
Dhb-set-private.hh202 inline bool intersects (hb_codepoint_t first, in intersects() function
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-set-private.hh202 inline bool intersects (hb_codepoint_t first, in intersects() function
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dimage_util.js218 Rect.prototype.intersects = function(rect) { method in Rect
/external/chromium_org/third_party/skia/src/core/
DSkRegion.cpp449 bool SkRegion::intersects(const SkIRect& r) const { in intersects() function in SkRegion
478 bool SkRegion::intersects(const SkRegion& rgn) const { in intersects() function in SkRegion

12