Home
last modified time | relevance | path

Searched defs:Intersects (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsBounds.h15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { in Intersects() function
/external/skqp/src/pathops/
DSkPathOpsBounds.h15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { in Intersects() function
/external/libchrome/ui/gfx/range/
Drange_f.h67 constexpr bool Intersects(const RangeF& range) const { in Intersects() function
Drange.h97 constexpr bool Intersects(const Range& range) const { in Intersects() function
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dobject_detector.h109 inline bool Intersects(const Detection& other) { in Intersects() function
Dgeom.h198 inline bool Intersects(const BoundingBox& that) const { in Intersects() function
/external/skia/include/core/
DSkRect.h531 static bool Intersects(const SkIRect& a, const SkIRect& b) { in Intersects() function
1109 static bool Intersects(SkScalar al, SkScalar at, SkScalar ar, SkScalar ab, in Intersects() function
1138 static bool Intersects(const SkRect& a, const SkRect& b) { in Intersects() function
/external/skqp/include/core/
DSkRect.h599 static bool Intersects(const SkIRect& a, const SkIRect& b) { in Intersects() function
1274 static bool Intersects(SkScalar al, SkScalar at, SkScalar ar, SkScalar ab, in Intersects() function
1319 static bool Intersects(const SkRect& a, const SkRect& b) { in Intersects() function
/external/libchrome/ui/gfx/geometry/
Drect_f.cc93 bool RectF::Intersects(const RectF& rect) const { in Intersects() function in gfx::RectF
Drect.cc170 bool Rect::Intersects(const Rect& rect) const { in Intersects() function in gfx::Rect
Drect_unittest.cc50 TEST(RectTest, Intersects) { in TEST() argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc331 bool Intersects(const DeviceNameUtils::ParsedName& x, in Intersects() function in tensorflow::DeviceFinder