HomeSort by relevance Sort by last modified time
    Searched full:intersect (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 36 assertEquals(Op.INTERSECT, Op.valueOf("INTERSECT"));
55 Op.INTERSECT,
DiscretePathEffectTest.java 83 int intersect = 0; local
96 intersect += 1;
109 assertTrue(intersect < lineLength);
111 assertTrue(intersect >= lineLength / SEGMENT_LENGTH);
RegionTest.java 48 // INTERSECT
466 assertFalse(mRegion.op(rect1, Region.Op.INTERSECT));
506 // INTERSECT, Region with rectangle
507 // intersect the two regions
510 // intersect null rectangle
512 assertFalse(mRegion.op(rect1, Region.Op.INTERSECT));
514 // 1. intersect rectangle inside this region
517 assertTrue(mRegion.op(rect3, Region.Op.INTERSECT));
521 // 2. intersect rectangle overlap this region
524 assertTrue(mRegion.op(rect4, Region.Op.INTERSECT));
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXNameConstraintValidator.java 135 Set intersect = new HashSet(); local
144 intersect.add(dn);
156 intersect.add(dn);
160 intersect.add(subtree);
165 return intersect;
182 Set intersect = new HashSet(); local
191 intersect.add(subtree);
195 intersect.add(dn);
199 intersect.add(subtree);
200 intersect.add(dn)
210 Set intersect = new HashSet(); local
276 Set intersect = new HashSet(); local
1032 Set intersect = new HashSet(); local
1231 Set intersect = new HashSet(); local
    [all...]
ReasonsMask.java 66 * @param mask The mask to intersect with.
69 ReasonsMask intersect(ReasonsMask mask) method in class:ReasonsMask
  /external/skia/src/core/
SkRect.cpp 107 bool SkRect::intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) function in class:SkRect
121 bool SkRect::intersect(const SkRect& r) function in class:SkRect
124 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
SkScan.cpp 37 if (rr.intersect(clipBounds)) {
  /external/qemu/android/skin/
region.h 53 /* performs r = (intersect r r2), returns true if the resulting region
58 /* performs r = (intersect r (region+_from_rect rect)), returns true iff
  /external/skia/include/core/
SkLineClipper.h 27 /* Intersect the line segment against the rect. If there is a non-empty
SkRect.h 139 bool intersect(const SkIRect& r) {
141 return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom);
144 /** If rectangles a and b intersect, return true and set this rectangle to
148 bool intersect(const SkIRect& a, const SkIRect& b) {
163 /** If rectangles a and b intersect, return true and set this rectangle to
189 bool intersect(int32_t left, int32_t top, int32_t right, int32_t bottom) {
201 /** Returns true if a and b are not empty, and they intersect
337 bool intersect(const SkRect& r);
344 bool intersect(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom);
347 a rectangle are not empty, and they intersect
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 27 INTERSECT(1),
180 * not intersect the region. Returning false is not a guarantee that they
181 * intersect, but returning true is a guarantee that they do not.
189 * not intersect the region. Returning false is not a guarantee that they
190 * intersect, but returning true is a guarantee that they do not.
196 * intersect the region. Returning false is not a guarantee that they
197 * intersect, but returning true is a guarantee that they do not.
Canvas.java 459 * @param rect The rect to intersect with the current clip
473 * @param rect The rectangle to intersect with the current clip.
484 * Intersect the current clip with the specified rectangle, which is
487 * @param rect The rectangle to intersect with the current clip.
493 * Intersect the current clip with the specified rectangle, which is
496 * @param rect The rectangle to intersect with the current clip.
505 * @param left The left side of the rectangle to intersect with the
507 * @param top The top of the rectangle to intersect with the current
509 * @param right The right side of the rectangle to intersect with the
511 * @param bottom The bottom of the rectangle to intersect with the curren
    [all...]
Rect.java 365 * @return true if the specified rectangle and this rectangle intersect
369 public boolean intersect(int left, int top, int right, int bottom) { method in class:Rect
396 * @return true if the specified rectangle and this rectangle intersect
400 public boolean intersect(Rect r) { method in class:Rect
401 return intersect(r.left, r.top, r.right, r.bottom);
405 * If rectangles a and b intersect, return true and set this rectangle to
412 * @return true iff the two specified rectangles intersect. If they do, set
431 * 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 284 * @return true if the specified rectangle and this rectangle intersect
288 public boolean intersect(float left, float top, float right, float bottom) { method in class:RectF
315 * @return true if the specified rectangle and this rectangle intersect
319 public boolean intersect(RectF r) { method in class:RectF
320 return intersect(r.left, r.top, r.right, r.bottom);
324 * If rectangles a and b intersect, return true and set this rectangle to
331 * @return true iff the two specified rectangles intersect. If they do, set
350 * if either rectangle is empty. To record the intersection, use intersect()
368 * Returns true iff the two specified rectangles intersect. In no event are
370 * use intersect() or setIntersect()
    [all...]
  /build/tools/apriori/
rangesort.c 52 static inline int INTERSECT(range_t *left, range_t *right) {
62 if (INTERSECT(left, right) ||
86 if (INTERSECT(left, right)) {
89 FAILIF(1, "Range sorting error: [%lld, %lld)and [%lld, %lld) intersect!\n",
308 ASSERT(!INTERSECT(&r_ranges[r_idx], &s_ranges[s_idx]));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 121 drawRgn(canvas, Color.WHITE, "Intersect", Region.Op.INTERSECT);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
intersect.h 0 // intersect.h
118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
  /external/webkit/WebCore/platform/gtk/
PlatformScreenGtk.cpp 148 // containing the widget, so we intersect it with the monitor rectangle.
149 rect.intersect(screenRect(widget));
  /frameworks/base/include/ui/
Region.h 70 const Region intersect(const Rect& rhs) const;
75 const Region intersect(const Region& rhs) const;
87 const Region intersect(const Region& rhs, int dx, int dy) const;
164 return intersect(rhs);
  /external/elfcopy/
rangesort.c 52 static inline int INTERSECT(range_t *left, range_t *right) {
62 if (INTERSECT(left, right) ||
95 if (INTERSECT(left, right)) {
98 FAILIF(1, "Range sorting error: [%lld, %lld)and [%lld, %lld) intersect!\n",
326 ASSERT(!INTERSECT(&r_ranges[r_idx], &s_ranges[s_idx]));
  /external/webkit/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/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);
  /dalvik/dx/src/com/android/dx/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);
  /external/skia/include/images/
SkPageFlipper.h 52 the front page to the back page (will not intersect with the returned
  /external/skia/src/animator/
SkHitTest.cpp 52 if (bBounds.intersect(tBounds)) {

Completed in 1187 milliseconds

1 2 3 4 5 6 7 8 9