HomeSort by relevance Sort by last modified time
    Searched refs:UNION (Results 1 - 21 of 21) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
Region_OpTest.java 37 assertEquals(Op.UNION, Op.valueOf("UNION"));
56 Op.UNION,
RegionTest.java 59 // UNION
265 mRegion.union(new Rect(3, 3, 5, 5));
308 method = "union",
319 // union (inclusive-or) the two regions
323 // union null rectangle
325 assertTrue(mRegion.union(rect1));
328 // 1. union rectangle inside this region
332 assertTrue(mRegion.union(rect3));
336 // 2. union rectangle overlap this region
340 assertTrue(mRegion.union(rect4))
    [all...]
RegionIteratorTest.java 69 region.op(rect, Region.Op.UNION);
CanvasTest.java 1017 assertTrue(mCanvas.clipRect(mRectF, Op.UNION));
1031 assertTrue(mCanvas.clipRect(mRect, Op.UNION));
1064 assertTrue(mCanvas.clipRect(0, 0, 10, 31, Op.UNION));
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 91 canvas.clipRect(40, 40, 100, 100, Region.Op.UNION);
Regions.java 106 drawRgn(canvas, Color.RED, "Union", Region.Op.UNION);
  /frameworks/base/graphics/java/android/graphics/
Region.java 32 UNION(2),
242 public final boolean union(Rect r) { method in class:Region
243 return op(r, Op.UNION);
Path.java 393 rects.op((int) left, (int) top, (int) right, (int) bottom, Region.Op.UNION);
  /external/mesa3d/src/glsl/
glsl_parser.h 161 UNION = 378,
237 typedef union YYSTYPE
glsl_parser.cpp 263 UNION = 378,
339 typedef union YYSTYPE
563 union yyalloc
571 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
867 "PRAGMA_OPTIMIZE_OFF", "LAYOUT_TOK", "ASM", "CLASS", "UNION", "ENUM",
    [all...]
glsl_lexer.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 102 } else if (regionOp == Region.Op.UNION.nativeInt) {
  /frameworks/base/core/java/android/view/
SurfaceView.java 342 region.op(l, t, l+w, t+h, Region.Op.UNION);
View.java     [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 538 stackInvalidateRect.union(childInvalidateRect);
545 canvas.clipRect(stackInvalidateRect, Region.Op.UNION);
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 3047 milliseconds