Searched refs:nClipRect (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java803 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
827 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
838 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
850 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
862 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
874 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
886 return nClipRect(mNativeCanvasWrapper, rect.left, rect.top, rect.right, rect.bottom,
919 return nClipRect(mNativeCanvasWrapper, left, top, right, bottom, op.nativeInt);
936 return nClipRect(mNativeCanvasWrapper, left, top, right, bottom,
951 return nClipRect(mNativeCanvasWrappe
1349 private static native boolean nClipRect(long nativeCanvas, method in class:Canvas
[all...]
/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java360 public static boolean nClipRect(long nCanvas, method in class:Canvas_Delegate
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java154 Canvas_Delegate.nClipRect(canvasWrapperPtr,

Completed in 84 milliseconds