Searched defs:nDrawLines (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DRecordingCanvas.java230 nDrawLines(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
577 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, method in class:RecordingCanvas
/frameworks/base/graphics/java/android/graphics/
H A DBaseCanvas.java255 nDrawLines(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
604 private static native void nDrawLines(long canvasHandle, float[] pts, int offset, int count, method in class:BaseCanvas
/frameworks/layoutlib/bridge/src/android/graphics/
H A DBaseCanvas_Delegate.java194 /*package*/ static void nDrawLines(long nativeCanvas, method in class:BaseCanvas_Delegate

Completed in 14 milliseconds