HomeSort by relevance Sort by last modified time
    Searched refs:intersects (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Bits.java 273 * @return boolean indicating whether this bit set intersects the specified bit set */
274 public boolean intersects (Bits other) { method in class:Bits
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 188 if (M.intersects(C) || !APIntOps::isMask(W, M))
  /frameworks/base/libs/hwui/
BakedOpState.cpp 58 if (CC_UNLIKELY(clipRect.isEmpty() || !clippedBounds.intersects(clipRect))) {
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 113 if (canvas.getClipBounds(sTempRect) && !Rect.intersects(sTempRect, r)) {
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 605 intersects_func_t intersects; member in struct:OT::ContextClosureFuncs
629 return (data+coverage).intersects (glyphs);
    [all...]
hb-set-private.hh 212 inline bool intersects (hb_codepoint_t first,
  /external/deqp/modules/egl/
teglResizeTests.cpp 505 m_status.check(oldPpi.x().intersects(newPpi.x()) &&
506 oldPpi.y().intersects(newPpi.y()),
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 143 bool ConstValueRangeAccess::intersects (const ConstValueRangeAccess& other) const function in class:rsg::ConstValueRangeAccess
rsgVariableManager.cpp 474 DE_ASSERT(oldEntry->getValueRange().intersects(entry->getValueRange())); // Must intersect
rsgVariableValue.hpp 213 bool intersects (const ConstValueRangeAccess& other) const;
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 194 inline bool intersects(const AlignedBox& b) const function in class:Eigen::AlignedBox
219 * \sa intersection(), intersects() */
229 * \sa intersects(), clamp, contains() */
  /external/opencv3/3rdparty/openexr/Imath/
ImathBoxAlgo.h 70 // bool intersects(const Box<Vec3<T>> &box,
74 // bool intersects(const Box<Vec3<T>> &box, const Line3<T> &ray)
448 // ray starts outside and intersects the box
467 // No ray intersects an empty box
483 // ray-plane intersections. The ray intersects the box if the most
727 intersects (const Box< Vec3<T> > &b, const Line3<T> &r, Vec3<T> &ip) function in namespace:Imath
736 // ray starts outside and intersects the box
738 // - false if the ray starts outside the box and intersects it,
756 // No ray intersects an empty box
762 if (b.intersects (r.pos)
1006 intersects (const Box< Vec3<T> > &box, const Line3<T> &ray) function in namespace:Imath
    [all...]
  /external/opencv3/modules/imgproc/src/
min_enclosing_triangle.cpp 177 static unsigned int intersects(double angleGammaAndPoint, unsigned int polygonPointIndex,
831 static unsigned int intersects(double angleGammaAndPoint, unsigned int polygonPointIndex, function in namespace:minEnclosingTriangle
    [all...]
  /external/skia/samplecode/
SamplePath.cpp 336 if (r.intersects(SkRect::MakeXYWH(fPts[i].fX, fPts[i].fY, 1, 1))) {
SamplePathClip.cpp 305 if (fClip.intersects(SkRect::MakeLTRB(x - 1, y - 1, x + 1, y + 1))) {
SampleRegion.cpp 239 drawstr(canvas, "Intersects", pts[0], rgn.intersects(fRect));
  /external/skia/src/core/
SkRegion.cpp 449 bool SkRegion::intersects(const SkIRect& r) const { function in class:SkRegion
478 bool SkRegion::intersects(const SkRegion& rgn) const { function in class:SkRegion
483 if (!SkIRect::Intersects(fBounds, rgn.fBounds)) {
494 return rgn.intersects(this->getBounds());
497 return this->intersects(rgn.getBounds());
    [all...]
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
MultiSelectManager_GridModelTest.java 254 if (Rect.intersects(selectionArea, item.rect)) {
  /packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java 173 if (!RectF.intersects(mPositionConfiguration.mBottomBarRect,
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/
ScaledLayout.java 212 if (Rect.intersects(visibleRectArray[i], visibleRectArray[j])) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 206 if (other.intersects(r)) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 118 long[] intersects = intersectionFinder.sampleNumbers(track, movie); local
119 intersectionMap.put(track, intersects);
120 maxNumberOfFragments = Math.max(maxNumberOfFragments, intersects.length);
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 315 if (C->getAPIntValue().intersects(~Demanded)) {
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 588 if (compare.lookahead().intersects(itm.lookahead()))
  /external/libgdx/gdx/src/com/badlogic/gdx/math/collision/
BoundingBox.java 282 public boolean intersects (BoundingBox b) { method in class:BoundingBox

Completed in 3008 milliseconds

1 23 4 5 6 7 8 9