Home
last modified time | relevance | path

Searched refs:INTERSECT (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DDisplayMagnifier.java331 magnifiedBounds.op(availableBounds, Region.Op.INTERSECT); in recomputeBoundsLocked()
347 accountedBounds.op(0, 0, screenWidth, screenHeight, Region.Op.INTERSECT); in recomputeBoundsLocked()
367 Region.Op.INTERSECT); in recomputeBoundsLocked()
386 dirtyRegion.op(nonMagnifiedBounds, Region.Op.INTERSECT); in recomputeBoundsLocked()
/frameworks/base/core/java/android/view/
DGLES20Canvas.java427 return nClipPath(mRenderer, path.mNativePath, Region.Op.INTERSECT.nativeInt); in clipPath()
439 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt); in clipRect()
452 return nClipRect(mRenderer, left, top, right, bottom, Region.Op.INTERSECT.nativeInt); in clipRect()
461 Region.Op.INTERSECT.nativeInt); in clipRect()
472 Region.Op.INTERSECT.nativeInt); in clipRect()
482 return nClipRegion(mRenderer, region.mNativeRegion, Region.Op.INTERSECT.nativeInt); in clipRegion()
DView.java16773 region.op(r, Region.Op.INTERSECT);
/frameworks/base/graphics/java/android/graphics/
DRegion.java38 INTERSECT(1), enumConstant
DCanvas.java655 return clipPath(path, Region.Op.INTERSECT); in clipPath()
684 return clipRegion(region, Region.Op.INTERSECT); in clipRegion()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DRegion_Delegate.java91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) { in combineShapes()
DCanvas_Delegate.java214 return canvasDelegate.clipRect(left, top, right, bottom, Region.Op.INTERSECT.nativeInt); in clipRect()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java486 if (regionOp == Region.Op.INTERSECT.nativeInt && mLayers.size() > 0) { in clip()
/frameworks/base/api/
Dcurrent.txt9537 enum_constant public static final android.graphics.Region.Op INTERSECT;