Home
last modified time | relevance | path

Searched refs:clipPath (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DPathClippingTests.java86 canvas.clipPath(path);
102 canvas.clipPath(path1);
178 canvas.clipPath(path); in testPathScale()
196 canvas.clipPath(path); in testTextClip()
DCanvasStateTests.java68 boolean isNonEmpty = canvas.clipPath(rectPath); in testClipPathReturnValues()
72 isNonEmpty = canvas.clipPath(rectPath); in testClipPathReturnValues()
DCanvasTests.java967 Path clipPath = new Path(); in testAntiAliasClipping() local
969 clipPath.addCircle( in testAntiAliasClipping()
982 canvas.clipPath(clipPath); in testAntiAliasClipping()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DCircleClipFrameLayout.java49 canvas.clipPath(mClipPath); in dispatchDraw()
DWebviewCanvasRRectClip.java52 canvas.clipPath(mClipPath); in onDraw()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15696 …method @Deprecated public boolean clipPath(@NonNull android.graphics.Path, @NonNull android.graphi…
15697 method public boolean clipPath(@NonNull android.graphics.Path);