Searched refs:native_scale (Results 1 – 3 of 3) sorted by relevance
568 native_scale(mNativeCanvasWrapper, sx, sy); in scale()2019 private static native void native_scale(long canvasHandle, in native_scale() method in Canvas
136 Canvas_Delegate.native_scale(canvasWrapperPtr, -1.0f, 1.0f); in nDraw()
282 public static void native_scale(long nativeCanvas, float sx, float sy) { in native_scale() method in Canvas_Delegate