Searched refs:nScale (Results 1 – 4 of 4) sorted by relevance
254 public static void nScale(long nativeCanvas, float sx, float sy) { in nScale() method in Canvas_Delegate
736 nScale(mNativeCanvasWrapper, sx, sy); in scale()1423 private static native void nScale(long canvasHandle, float sx, float sy); in nScale() method in Canvas
162 Canvas_Delegate.nScale(canvasWrapperPtr, -1.0f, 1.0f); in nDraw()
19165 Landroid/graphics/Canvas;->nScale(JFF)V