HomeSort by relevance Sort by last modified time
    Searched refs:INTERSECT (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 27 assertEquals(Op.INTERSECT, Op.valueOf("INTERSECT"));
41 Op.INTERSECT,
RegionTest.java 43 // INTERSECT
344 assertFalse(mRegion.op(rect1, Region.Op.INTERSECT));
384 // INTERSECT, Region with rectangle
385 // intersect the two regions
388 // intersect null rectangle
390 assertFalse(mRegion.op(rect1, Region.Op.INTERSECT));
392 // 1. intersect rectangle inside this region
395 assertTrue(mRegion.op(rect3, Region.Op.INTERSECT));
399 // 2. intersect rectangle overlap this region
402 assertTrue(mRegion.op(rect4, Region.Op.INTERSECT));
    [all...]
RegionIteratorTest.java 104 region.op(rect, Region.Op.INTERSECT);
CanvasTest.java 835 assertFalse(mCanvas.clipRect(mRectF, Op.INTERSECT));
844 assertFalse(mCanvas.clipRect(mRect, Op.INTERSECT));
861 assertFalse(mCanvas.clipRect(0, 0, 10, 31, Op.INTERSECT));
887 assertFalse(mCanvas.clipPath(p, Op.INTERSECT));
902 assertFalse(mCanvas.clipRegion(r, Op.INTERSECT));
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate5.test 13 # focus of this file is testing DISTINCT, UNION, INTERSECT and EXCEPT
103 # Tests named collate5-2.* focus on UNION, EXCEPT and INTERSECT
107 # collate5-2.2.* - INTERSECT
166 SELECT a FROM collate5t1 INTERSECT select a FROM collate5t2;
171 SELECT a FROM collate5t2 INTERSECT select a FROM collate5t1 WHERE a != 'a';
176 SELECT a, b FROM collate5t1 INTERSECT select a, b FROM collate5t2;
181 SELECT a, b FROM collate5t2 INTERSECT select a, b FROM collate5t1;
249 SELECT a FROM collate5t_cn INTERSECT SELECT a FROM collate5t_ct ORDER BY 1;
254 SELECT a FROM collate5t_ct INTERSECT SELECT a FROM collate5t_cn ORDER BY 1;
fuzz_common.tcl 221 {[SimpleSelect $nMulti] INTERSECT [Select $nMulti]}
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIcon.java 128 getScrollY() + getHeight(), Region.Op.INTERSECT);
BubbleTextView.java 336 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 121 drawRgn(canvas, Color.WHITE, "Intersect", Region.Op.INTERSECT);
  /frameworks/base/graphics/java/android/graphics/
Region.java 38 INTERSECT(1),
196 * not intersect the region. Returning false is not a guarantee that they
197 * intersect, but returning true is a guarantee that they do not.
205 * not intersect the region. Returning false is not a guarantee that they
206 * intersect, but returning true is a guarantee that they do not.
212 * intersect the region. Returning false is not a guarantee that they
213 * intersect, but returning true is a guarantee that they do not.
Path.java 122 * Intersect the two paths.
124 INTERSECT,
Canvas.java 571 * @param rect The rect to intersect with the current clip
584 * @param rect The rectangle to intersect with the current clip.
594 * Intersect the current clip with the specified rectangle, which is
597 * @param rect The rectangle to intersect with the current clip.
603 * Intersect the current clip with the specified rectangle, which is
606 * @param rect The rectangle to intersect with the current clip.
615 * @param left The left side of the rectangle to intersect with the
617 * @param top The top of the rectangle to intersect with the current
619 * @param right The right side of the rectangle to intersect with the
621 * @param bottom The bottom of the rectangle to intersect with the curren
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 199 if (!magnifiedRegionBounds.intersect(touchableRegionBounds)) {
331 magnifiedBounds.op(availableBounds, Region.Op.INTERSECT);
347 accountedBounds.op(0, 0, screenWidth, screenHeight, Region.Op.INTERSECT);
367 Region.Op.INTERSECT);
386 dirtyRegion.op(nonMagnifiedBounds, Region.Op.INTERSECT);
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 309 getScrollY() + getHeight(), Region.Op.INTERSECT);
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 482 return nClipPath(mRenderer, path.mNativePath, Region.Op.INTERSECT.nativeInt);
494 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
507 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
516 Region.Op.INTERSECT.nativeInt);
527 Region.Op.INTERSECT.nativeInt);
537 return nClipRegion(mRenderer, region.mNativeRegion, Region.Op.INTERSECT.nativeInt);
    [all...]
View.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) {
99 result.intersect(shape2 instanceof Area ? (Area) shape2 : new Area(shape2));
Canvas_Delegate.java 212 return canvasDelegate.clipRect(left, top, right, bottom, Region.Op.INTERSECT.nativeInt);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 183 // first reset the clip to max and then intersect the current (empty)
190 * Clips the layer with the given shape. This performs an intersect between the current
483 // Simple case of intersect with existing layers.
486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) {
  /external/chromium_org/third_party/sqlite/src/src/
parse.y 203 EXCEPT INTERSECT UNION
421 multiselect_op(A) ::= EXCEPT|INTERSECT(OP). {A = @OP;}
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/current/
android.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 439 // If the range might intersect letters, then expand it.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 439 // If the range might intersect letters, then expand it.
    [all...]
  /prebuilts/sdk/10/
android.jar 

Completed in 2658 milliseconds

1 2