Searched defs:Intersects (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsBounds.h15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { function in struct:SkPathOpsBounds
/external/skqp/src/pathops/
H A DSkPathOpsBounds.h15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) { function in struct:SkPathOpsBounds
/external/libmojo/ui/gfx/range/
H A Drange.h98 constexpr bool Intersects(const Range& range) const { function in class:gfx::Range
H A Drange_f.h67 constexpr bool Intersects(const RangeF& range) const { function in class:gfx::RangeF
/external/perf_data_converter/src/quipper/
H A Daddress_mapper.h100 inline bool Intersects(const MappedRange& range) const { function in struct:quipper::AddressMapper::MappedRange
/external/libmojo/ui/gfx/geometry/
H A Drect_f.cc95 bool RectF::Intersects(const RectF& rect) const { function in class:gfx::RectF
134 if (!Intersects(rect))
H A Drect.cc172 bool Rect::Intersects(const Rect& rect) const { function in class:gfx::Rect
210 if (!Intersects(rect))
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
H A Dgeom.h198 inline bool Intersects(const BoundingBox& that) const { function in class:tf_tracking::BoundingBox
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster.cc283 bool Intersects(const DeviceNameUtils::ParsedName& x, function in class:tensorflow::DeviceFinder
298 if (Intersects(x, filter)) return true;
/external/skia/include/core/
H A DSkRect.h629 static bool Intersects(const SkIRect& a, const SkIRect& b) {
1323 static bool Intersects(SkScalar al, SkScalar at, SkScalar ar, SkScalar ab, function in struct:SkRect
1347 return Intersects(fLeft, fTop, fRight, fBottom, left, top, right, bottom);
1357 return Intersects(fLeft, fTop, fRight, fBottom,
1368 static bool Intersects(const SkRect& a, const SkRect& b) { function in struct:SkRect
1369 return Intersects(a.fLeft, a.fTop, a.fRight, a.fBottom,
/external/skqp/include/core/
H A DSkRect.h617 static bool Intersects(const SkIRect& a, const SkIRect& b) {
1313 static bool Intersects(SkScalar al, SkScalar at, SkScalar ar, SkScalar ab, function in struct:SkRect
1337 return Intersects(fLeft, fTop, fRight, fBottom, left, top, right, bottom);
1347 return Intersects(fLeft, fTop, fRight, fBottom,
1358 static bool Intersects(const SkRect& a, const SkRect& b) { function in struct:SkRect
1359 return Intersects(a.fLeft, a.fTop, a.fRight, a.fBottom,

Completed in 1336 milliseconds