HomeSort by relevance Sort by last modified time
    Searched refs:Intersects (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/skia/tests/
PathOpsBoundsTest.cpp 38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
RTreeTest.cpp 32 if (SkRect::Intersects(query, rects[i])) {
  /external/skqp/tests/
PathOpsBoundsTest.cpp 38 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
46 bool touches = SkPathOpsBounds::Intersects(bounds1, bounds2);
RTreeTest.cpp 32 if (SkRect::Intersects(query, rects[i])) {
  /external/libmojo/ui/gfx/range/
range_unittest.cc 24 EXPECT_TRUE(r1.Intersects(r1));
28 EXPECT_FALSE(r1.Intersects(r2));
31 EXPECT_FALSE(r2.Intersects(r1));
35 EXPECT_TRUE(r1.Intersects(r3));
36 EXPECT_TRUE(r3.Intersects(r1));
42 EXPECT_TRUE(r2.Intersects(r3));
43 EXPECT_TRUE(r3.Intersects(r2));
222 EXPECT_FALSE(invalid.Intersects(invalid));
223 EXPECT_FALSE(invalid.Intersects(r1));
225 EXPECT_FALSE(r1.Intersects(invalid))
    [all...]
range_f.h 66 // Returns true if this range intersects the specified |range|.
67 constexpr bool Intersects(const RangeF& range) const {
range.h 97 // Returns true if this range intersects the specified |range|.
98 constexpr bool Intersects(const Range& range) const {
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_detector.h 109 inline bool Intersects(const Detection& other) {
111 return bounding_box_.Intersects(other.bounding_box_);
  /external/perf_data_converter/src/quipper/
address_mapper.h 99 // Determines if this range intersects another range in real space.
100 inline bool Intersects(const MappedRange& range) const {
  /external/skia/src/pathops/
SkPathOpsBounds.h 15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
  /external/skqp/src/pathops/
SkPathOpsBounds.h 15 static bool Intersects(const SkPathOpsBounds& a, const SkPathOpsBounds& b) {
  /external/skia/src/gpu/ops/
GrClearOp.h 23 if (clip.scissorEnabled() && !SkIRect::Intersects(clip.scissorRect(), rect)) {
GrAAHairLinePathRenderer.cpp 282 if (SkIRect::Intersects(devClipBounds, ibounds)) {
324 if (SkIRect::Intersects(devClipBounds, ibounds)) {
350 if (SkIRect::Intersects(devClipBounds, ibounds)) {
384 if (SkIRect::Intersects(devClipBounds, ibounds)) {
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
454 if (SkIRect::Intersects(devClipBounds, ibounds)) {
    [all...]
  /external/skqp/src/gpu/ops/
GrClearOp.h 23 if (clip.scissorEnabled() && !SkIRect::Intersects(clip.scissorRect(), rect)) {
GrAAHairLinePathRenderer.cpp 282 if (SkIRect::Intersects(devClipBounds, ibounds)) {
324 if (SkIRect::Intersects(devClipBounds, ibounds)) {
350 if (SkIRect::Intersects(devClipBounds, ibounds)) {
384 if (SkIRect::Intersects(devClipBounds, ibounds)) {
409 if (SkIRect::Intersects(devClipBounds, ibounds)) {
454 if (SkIRect::Intersects(devClipBounds, ibounds)) {
    [all...]
  /external/skia/include/core/
SkRegion.h 150 bool intersects(const SkIRect&) const;
156 bool intersects(const SkRegion&) const;
214 !SkIRect::Intersects(fBounds, rect);
224 !SkIRect::Intersects(fBounds, rgn.fBounds);
SkRect.h 552 /** Returns true if SkIRect intersects r, and sets SkIRect to intersection.
564 /** Returns true if a intersects b, and sets SkIRect to intersection.
588 /** Returns true if a intersects b, and sets SkIRect to intersection.
607 Returns true if SkIRect intersects construction, and sets SkIRect to intersection.
622 /** Returns true if a intersects b.
629 static bool Intersects(const SkIRect& a, const SkIRect& b) {
634 /** Returns true if a intersects b.
1346 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const { function in struct:SkRect
1356 bool intersects(const SkRect& r) const { function in struct:SkRect
    [all...]
  /external/skia/src/core/
SkRTree.cpp 166 if (fCount > 0 && SkRect::Intersects(fRoot.fBounds, query)) {
173 if (SkRect::Intersects(node->fChildren[i].fBounds, query)) {
  /external/skqp/include/core/
SkRegion.h 150 bool intersects(const SkIRect&) const;
156 bool intersects(const SkRegion&) const;
214 !SkIRect::Intersects(fBounds, rect);
224 !SkIRect::Intersects(fBounds, rgn.fBounds);
SkRect.h 540 /** Returns true if SkIRect intersects r, and sets SkIRect to intersection.
552 /** Returns true if a intersects b, and sets SkIRect to intersection.
576 /** Returns true if a intersects b, and sets SkIRect to intersection.
595 Returns true if SkIRect intersects construction, and sets SkIRect to intersection.
610 /** Returns true if a intersects b.
617 static bool Intersects(const SkIRect& a, const SkIRect& b) {
622 /** Returns true if a intersects b.
1336 bool intersects(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) const { function in struct:SkRect
1346 bool intersects(const SkRect& r) const { function in struct:SkRect
    [all...]
  /external/skqp/src/core/
SkRTree.cpp 166 if (fCount > 0 && SkRect::Intersects(fRoot.fBounds, query)) {
173 if (SkRect::Intersects(node->fChildren[i].fBounds, query)) {
  /external/libmojo/ui/gfx/geometry/
rect_f.cc 95 bool RectF::Intersects(const RectF& rect) const {
134 if (!Intersects(rect))
rect.cc 172 bool Rect::Intersects(const Rect& rect) const {
210 if (!Intersects(rect))
rect_f.h 123 // Returns true if this rectangle intersects the specified rectangle.
125 bool Intersects(const RectF& rect) const;
  /external/skia/bench/
GeometryBench.cpp 106 count += SkRect::Intersects(fRects[0], fRects[i]);

Completed in 409 milliseconds

1 2 3