Searched refs:native_drawPoints (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1038 native_drawPoints(mNativeCanvasWrapper, pts, offset, count, paint.getNativeInstance());
2055 private static native void native_drawPoints(long canvasHandle, float[] pts, method in class:Canvas
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java547 public static void native_drawPoints(long nativeCanvas, float[] pts, int offset, int count, method in class:Canvas_Delegate

Completed in 12 milliseconds