/cts/tests/tests/graphics/src/android/graphics/cts/ |
Region_OpTest.java | 26 assertEquals(Op.DIFFERENCE, Op.valueOf("DIFFERENCE")); 40 Op.DIFFERENCE,
|
RegionTest.java | 27 // DIFFERENCE 343 assertFalse(mRegion.op(rect1, Region.Op.DIFFERENCE)); 353 // DIFFERENCE, Region with rectangle 359 assertTrue(mRegion.op(rect1, Region.Op.DIFFERENCE)); 364 assertTrue(mRegion.op(rect3, Region.Op.DIFFERENCE)); 371 assertTrue(mRegion.op(rect4, Region.Op.DIFFERENCE)); 377 assertTrue(mRegion.op(rect5, Region.Op.DIFFERENCE)); 487 // reverse difference the first region from the op region 491 // reverse difference null rectangle 494 // 1. reverse difference rectangle inside this regio [all...] |
RegionIteratorTest.java | 82 region.op(rect, Region.Op.DIFFERENCE);
|
CanvasTest.java | 834 assertFalse(mCanvas.clipRect(mRectF, Op.DIFFERENCE)); 843 assertFalse(mCanvas.clipRect(mRect, Op.DIFFERENCE)); 860 assertFalse(mCanvas.clipRect(0, 0, 10, 31, Op.DIFFERENCE)); 886 assertFalse(mCanvas.clipPath(p, Op.DIFFERENCE)); 901 assertTrue(mCanvas.clipRegion(r, Op.DIFFERENCE)); [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ClipRegion2Activity.java | 74 Region.Op.DIFFERENCE);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 75 canvas.clipRect(30, 30, 70, 70, Region.Op.DIFFERENCE);
|
Regions.java | 116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE);
|
/packages/apps/Camera2/src/com/android/camera/crop/ |
CropDrawingUtils.java | 128 canvas.clipRect(r1, Region.Op.DIFFERENCE); 129 canvas.clipRect(r2, Region.Op.DIFFERENCE);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropDrawingUtils.java | 128 canvas.clipRect(r1, Region.Op.DIFFERENCE); 129 canvas.clipRect(r2, Region.Op.DIFFERENCE);
|
/external/pixman/pixman/ |
pixman.c | 122 PACK (DIFFERENCE, DIFFERENCE, DIFFERENCE, DIFFERENCE), [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Region.java | 37 DIFFERENCE(0),
|
Path.java | 120 DIFFERENCE, 145 * @param path The second operand (for difference, the subtrahend) 162 * @param path1 The first operand (for difference, the minuend) 163 * @param path2 The second operand (for difference, the subtrahend)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
HeadsUpNotificationView.java | 115 android.graphics.Region.Op.DIFFERENCE);
|
NotificationRowLayout.java | 273 android.graphics.Region.Op.DIFFERENCE);
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Region_Delegate.java | 80 if (regionOp == Region.Op.DIFFERENCE.nativeInt) {
|
/packages/apps/Gallery/src/com/android/camera/ |
HighlightView.java | 101 canvas.clipPath(path, Region.Op.DIFFERENCE); 299 // Grow at most half of the difference between the image rectangle and
|
CropImage.java | 283 c.clipPath(p, Region.Op.DIFFERENCE);
|
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 340 windowBounds.op(magnifiedBounds, Region.Op.DIFFERENCE); 341 availableBounds.op(windowBounds, Region.Op.DIFFERENCE);
|
DisplayContent.java | 394 mTouchExcludeRegion.op(mTmpRect, Region.Op.DIFFERENCE);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
ImageWallpaper.java | 491 Op.DIFFERENCE);
|
/external/eigen/blas/testing/ |
cblat1.f | 572 + ' COMP(I) TRUE(I) DIFFERENCE', 603 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15 678 + ' COMP TRUE DIFFERENCE',
|
dblat1.f | 690 + ' COMP(I) TRUE(I) DIFFERENCE', 721 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15 766 + ' COMP TRUE DIFFERENCE',
|
sblat1.f | 690 + ' COMP(I) TRUE(I) DIFFERENCE', 721 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15 766 + ' COMP TRUE DIFFERENCE',
|
zblat1.f | 572 + ' COMP(I) TRUE(I) DIFFERENCE', 603 * COMPUTES DIFFERENCE OF TWO NUMBERS. C. L. LAWSON, JPL 1974 FEB 15 678 + ' COMP TRUE DIFFERENCE',
|
/frameworks/base/core/java/android/view/ |
View.java | [all...] |