/external/skia/src/core/ |
SkRasterClip.h | 55 * not intersect the region. Returning false is not a guarantee that they 56 * intersect, but returning true is a guarantee that they do not.
|
SkScan.cpp | 29 if (rr.intersect(clipBounds)) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
intersect.h | 0 // intersect.h 118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
|
/external/v8/test/cctest/ |
test-dataflow.cc | 51 v.Intersect(w); 115 v.Intersect(w);
|
/external/webkit/Source/WebCore/platform/gtk/ |
PlatformScreenGtk.cpp | 140 // containing the widget, so we intersect it with the monitor rectangle. 141 rect.intersect(screenRect(widget));
|
/external/skia/include/images/ |
SkPageFlipper.h | 45 the front page to the back page (will not intersect with the returned
|
/external/skia/src/animator/ |
SkHitTest.cpp | 44 if (bBounds.intersect(tBounds)) {
|
/external/skia/src/images/ |
SkPageFlipper.cpp | 48 if (r.intersect(rect)) {
|
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/ |
AccessibilityNodeInfoHelper.java | 54 nodeRect.intersect(displayRect);
|
/external/openfst/src/include/fst/script/ |
fstscript.h | 47 #include <fst/script/intersect.h> 108 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs1); 109 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs2);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ContentLayerChromium.cpp | 105 dirty.intersect(layerBounds()); 147 minimalSurfaceRect.intersect(layerInSurfaceSpace); 155 layerRect.intersect(layerBoundRect);
|
/frameworks/base/libs/hwui/ |
Rect.h | 114 bool intersect(float l, float t, float r, float b) { function in class:android::uirenderer::Rect 124 bool intersect(const Rect& r) { function in class:android::uirenderer::Rect 125 return intersect(r.left, r.top, r.right, r.bottom);
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
Scope.java | 111 * @param scope1 the first set to intersect 112 * @param scope2 the second set to intersect 116 public static EnumSet<Scope> intersect( method in class:Scope
|
/frameworks/base/graphics/java/android/graphics/ |
Canvas.java | 531 * @param rect The rect to intersect with the current clip 544 * @param rect The rectangle to intersect with the current clip. 554 * Intersect the current clip with the specified rectangle, which is 557 * @param rect The rectangle to intersect with the current clip. 563 * Intersect the current clip with the specified rectangle, which is 566 * @param rect The rectangle to intersect with the current clip. 575 * @param left The left side of the rectangle to intersect with the 577 * @param top The top of the rectangle to intersect with the current 579 * @param right The right side of the rectangle to intersect with the 581 * @param bottom The bottom of the rectangle to intersect with the curren [all...] |
Rect.java | 376 * @return true if the specified rectangle and this rectangle intersect 380 public boolean intersect(int left, int top, int right, int bottom) { method in class:Rect 398 * @return true if the specified rectangle and this rectangle intersect 402 public boolean intersect(Rect r) { method in class:Rect 403 return intersect(r.left, r.top, r.right, r.bottom); 407 * If rectangles a and b intersect, return true and set this rectangle to 414 * @return true iff the two specified rectangles intersect. If they do, set 432 * if either rectangle is empty. To record the intersection, use intersect() 448 * Returns true iff the two specified rectangles intersect. In no event are 450 * use {@link #intersect(Rect)} or {@link #setIntersect(Rect, Rect)} [all...] |
RectF.java | 341 * @return true if the specified rectangle and this rectangle intersect 345 public boolean intersect(float left, float top, float right, float bottom) { method in class:RectF 372 * @return true if the specified rectangle and this rectangle intersect 376 public boolean intersect(RectF r) { method in class:RectF 377 return intersect(r.left, r.top, r.right, r.bottom); 381 * If rectangles a and b intersect, return true and set this rectangle to 388 * @return true iff the two specified rectangles intersect. If they do, set 407 * if either rectangle is empty. To record the intersection, use intersect() 425 * Returns true iff the two specified rectangles intersect. In no event are 427 * use intersect() or setIntersect() [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
3d-raytrace.js | 160 Triangle.prototype.intersect = function(orig, dir, near, far) { 189 Scene.prototype.intersect = function(origin, dir, near, far) { 193 var d = triangle.intersect(origin, dir, near, far); 219 reflected = this.intersect(hit, reflection, 0.0001, 1000000); 249 var d = triangle.intersect(O, D, near, far); 299 var l = scene.intersect(origin, dir);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
3d-raytrace.js | 160 Triangle.prototype.intersect = function(orig, dir, near, far) { 189 Scene.prototype.intersect = function(origin, dir, near, far) { 193 var d = triangle.intersect(origin, dir, near, far); 219 reflected = this.intersect(hit, reflection, 0.0001, 1000000); 249 var d = triangle.intersect(O, D, near, far); 299 var l = scene.intersect(origin, dir);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
Tile.cpp | 161 // Check if we actually intersect with the area 162 bool intersect = false; local 170 intersect = true; 176 if (!intersect) 278 // scale the dirtyRect for intersect computation. 283 if (!realTileRect.intersect(realDirtyRect))
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
Texture.cpp | 155 updateRectSanitized.intersect(IntRect(0, 0, m_tiles.totalSizeX(), m_tiles.totalSizeY())); 172 // Intersect with tile 176 updateRectIntersected.intersect(tileBoundsWithBorder);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecSet.java | 312 * {@link RegisterSpec#intersect} of corresponding elements from 315 * @param other {@code non-null;} set to intersect with 321 public void intersect(RegisterSpecSet other, boolean localPrimary) { method in class:RegisterSpecSet 338 spec.intersect(otherSpecs[i], localPrimary);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 311 * {@link RegisterSpec#intersect} of corresponding elements from 314 * @param other {@code non-null;} set to intersect with 320 public void intersect(RegisterSpecSet other, boolean localPrimary) { method in class:RegisterSpecSet 337 spec.intersect(otherSpecs[i], localPrimary);
|
/external/clang/lib/StaticAnalyzer/Core/ |
RangeConstraintManager.cpp | 241 RangeSet Intersect(BasicValueFactory &BV, Factory &F, 383 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(), 397 // do not have to worry about overflow; RangeSet::Intersect can handle such a 418 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); 433 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); 462 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); 491 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); 520 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); 549 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecSet.java | 311 * {@link RegisterSpec#intersect} of corresponding elements from 314 * @param other {@code non-null;} set to intersect with 320 public void intersect(RegisterSpecSet other, boolean localPrimary) { method in class:RegisterSpecSet 337 spec.intersect(otherSpecs[i], localPrimary);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
PropertyListIntersector.java | 38 public void intersect(Property[] properties) {
method in class:PropertyListIntersector
|