/external/skia/samplecode/ |
SamplePathClip.cpp | 305 if (fClip.intersects(SkRect::MakeLTRB(x - 1, y - 1, x + 1, y + 1))) {
|
/external/skia/src/core/ |
SkGlyphCache.h | 80 /** If the advance axis intersects the glyph's path, append the positions scaled and offset
|
SkScan_Hairline.cpp | 98 if (!SkIRect::Intersects(ptsR, clipR)) { 336 // Can't call SkRect::intersects, since it cares about empty, and we don't (since we tracking
|
SkScan_Path.cpp | 558 if (!skipRejectTest && !SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out 758 if (ir.isEmpty() || !SkIRect::Intersects(ir, clip.getBounds())) {
|
/external/skia/src/gpu/ |
GrBlurUtils.cpp | 22 return clipBounds.isEmpty() || rect.isEmpty() || !SkIRect::Intersects(clipBounds, rect);
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/ |
MultiSelectManager_GridModelTest.java | 254 if (Rect.intersects(selectionArea, item.rect)) {
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_optimize.c | 316 /* See if at least one of this element intersects the interval */ 351 /* See if at least one of this element intersects the interval */
|
/external/owasp/sanitizer/distrib/javadoc/org/owasp/html/ |
PolicyFactory.html | 136 Produces a factory that allows the union of the grants, and intersects 315 <DD>Produces a factory that allows the union of the grants, and intersects
|
/external/owasp/sanitizer/distrib/javadoc/org/owasp/html/class-use/ |
PolicyFactory.html | 172 Produces a factory that allows the union of the grants, and intersects 199 Produces a factory that allows the union of the grants, and intersects
|
/external/skia/src/pathops/ |
SkAddIntersections.cpp | 264 if (!SkPathOpsBounds::Intersects(test->bounds(), next->bounds())) { 279 if (!SkPathOpsBounds::Intersects(wt.bounds(), wn.bounds())) {
|
SkDCubicLineIntersection.cpp | 23 Then using Mathematica, solve for the values of t where the cubic intersects the
|
/frameworks/base/core/java/android/net/ |
NetworkStatsHistory.java | 579 * Quickly determine if this history intersects with given window. 581 public boolean intersects(long start, long end) { method in class:NetworkStatsHistory
|
/frameworks/base/core/java/com/android/internal/widget/ |
ExploreByTouchHelper.java | 539 * Computes whether the specified {@link Rect} intersects with the visible 581 // Check if the view intersects the visible portion of the parent.
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ExploreByTouchHelper.java | 472 * Computes whether the specified {@link android.graphics.Rect} intersects with the visible 510 // Check if the view intersects the visible portion of the parent.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ViewHierarchy.java | 417 if (canvasRectangle.intersects(r)) { 467 * @return A {@link CanvasViewInfo} that intersects the given point, or null
|
/external/deqp/framework/referencerenderer/ |
rrRasterizer.cpp | 296 CORNER_EDGE_CASE_NONE, // if the line intersects just a corner, no entering or exiting 297 CORNER_EDGE_CASE_HIT, // if the line intersects just a corner, entering and exit 298 CORNER_EDGE_CASE_HIT_FIRST_QUARTER, // if the line intersects just a corner and the line has either endpoint in (+X,-Y) direction (preturbing moves the line inside) 299 CORNER_EDGE_CASE_HIT_SECOND_QUARTER // if the line intersects just a corner and the line has either endpoint in (+X,+Y) direction (preturbing moves the line inside) 338 // line segment body intersects with the corner [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
TargetLowering.cpp | 315 if (C->getAPIntValue().intersects(~Demanded)) { [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/ |
MLand.java | 697 if (ob.intersects(p) && !DEBUG_IDDQD) { [all...] |
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 308 * Finally make sure the particle doesn't intersects
|
/external/deqp/framework/randomshaders/ |
rsgVariableManager.cpp | 474 DE_ASSERT(oldEntry->getValueRange().intersects(entry->getValueRange())); // Must intersect
|
rsgVariableValue.hpp | 213 bool intersects (const ConstValueRangeAccess& other) const;
|
/external/drm_hwcomposer/ |
drmdisplaycomposition.cpp | 201 // If a rect intersects one of the dedicated layers, we need to remove the
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/collision/ |
BoundingBox.java | 282 public boolean intersects (BoundingBox b) {
method in class:BoundingBox
|
/external/opencv/cvaux/src/ |
decomppoly.cpp | 261 // this edge intersects some other initial edges
|
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 121 * of the box at its current position. If the ray intersects anything, snap the box
|