Searched defs:nClipRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java360 public static boolean nClipRect(long nCanvas, method in class:Canvas_Delegate
/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...]

Completed in 45 milliseconds