/external/mesa3d/src/mesa/main/ |
bufferobj.c | [all...] |
/external/skia/src/pathops/ |
SkOpSegment.cpp | 175 if (!SkPathOpsBounds::Intersects(current->bounds(), lineBounds)) { 180 if (!SkPathOpsBounds::Intersects(segment->bounds(), lineBounds)) { [all...] |
SkPathOpsDebug.cpp | 428 if (!SkPathOpsBounds::Intersects(current->bounds(), lineBounds)) { 433 if (!SkPathOpsBounds::Intersects(segment->bounds(), lineBounds)) { [all...] |
SkPathOpsCubic.cpp | 236 // crib code from gpu path utils that finds t values where loop self-intersects
|
SkOpAngle.cpp | 244 // compute the perpendicular to the endpoints and see where it intersects the opposite curve [all...] |
/external/v8/src/crankshaft/ |
lithium-allocator.cc | 409 // that each new use interval either precedes or intersects with [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PositionController.java | 871 if (Rect.intersects(mRects.get(i), mRects.get(j))) { 872 Log.d(TAG, "rect " + i + " and rect " + j + "intersects!"); [all...] |
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 588 if (compare.lookahead().intersects(itm.lookahead()))
|
/external/compiler-rt/lib/asan/ |
asan_allocator.cc | 90 // Header2, intersects with user memory.
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
btConvexHull.cpp | 89 // returns the point where the line p0-p1 intersects the plane n&d
|
/external/skia/src/core/ |
SkBlitter.cpp | 565 if (clip->isEmpty() || (ir && !SkIRect::Intersects(clipR, *ir))) {
|
SkRecordDraw.cpp | 271 // adjustAndMap() intersects these layer bounds with the previous clip for us.
|
/external/v8/src/compiler/ |
register-allocator.h | 187 // If this interval intersects with other return smallest position [all...] |
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | [all...] |
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 418 // Return true if the sphere intersects or is inside the frustum [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
hardware-accel.jd | 179 draws any view in the hierarchy that intersects with the dirty region. Unfortunately, there are
|
/cts/tools/dasm/etc/ |
java_cup.jar | |
java_cup.jar.old | |
java_cup-new.jar | |
/external/clang/lib/Format/ |
Format.cpp | [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btCollisionWorld.cpp | [all...] |
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 958 /* The current chunk intersects the trim extent: remove, [all...] |
/frameworks/base/docs/html/guide/topics/ui/ |
drag-drop.jd | 216 The user continues the drag. As the drag shadow intersects the bounding box of a View [all...] |
/frameworks/base/libs/hwui/ |
SpotShadow.cpp | 116 * @return The distance along the ray if it intersects with the line segment, negative if otherwise [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonBitSimplify.cpp | 99 bool intersects(const RegisterSet &Rs) const { function in struct:__anon19104::RegisterSet [all...] |