Searched defs:nativeCanvas (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Canvas_Delegate.java | 156 public static boolean native_isOpaque(long nativeCanvas) { in native_isOpaque() 167 public static void native_setHighContrastText(long nativeCanvas, boolean highContrastText){} in native_setHighContrastText() 170 public static int native_getWidth(long nativeCanvas) { in native_getWidth() 181 public static int native_getHeight(long nativeCanvas) { in native_getHeight() 192 public static int native_save(long nativeCanvas, int saveFlags) { in native_save() 203 public static int native_saveLayer(long nativeCanvas, float l, in native_saveLayer() 222 public static int native_saveLayerAlpha(long nativeCanvas, float l, in native_saveLayerAlpha() 235 public static void native_restore(long nativeCanvas, boolean throwOnUnderflow) { in native_restore() 247 public static void native_restoreToCount(long nativeCanvas, int saveCount, in native_restoreToCount() 260 public static int native_getSaveCount(long nativeCanvas) { in native_getSaveCount() [all …]
|
/frameworks/base/graphics/java/android/graphics/ |
D | Picture.java | 183 private static native long nativeBeginRecording(long nativeCanvas, int w, int h); in nativeBeginRecording() 184 private static native void nativeEndRecording(long nativeCanvas); in nativeEndRecording() 185 private static native void nativeDraw(long nativeCanvas, long nativePicture); in nativeDraw() 193 public RecordingCanvas(Picture pict, long nativeCanvas) { in RecordingCanvas()
|
D | Canvas.java | 142 public Canvas(long nativeCanvas) { in Canvas() 2004 private static native int native_saveLayer(long nativeCanvas, float l, in native_saveLayer() 2008 private static native int native_saveLayerAlpha(long nativeCanvas, float l, in native_saveLayerAlpha() 2024 private static native void native_concat(long nativeCanvas, in native_concat() 2026 private static native void native_setMatrix(long nativeCanvas, in native_setMatrix() 2028 private static native boolean native_clipRect(long nativeCanvas, in native_clipRect() 2032 private static native boolean native_clipPath(long nativeCanvas, in native_clipPath() 2035 private static native boolean native_clipRegion(long nativeCanvas, in native_clipRegion() 2038 private static native void nativeSetDrawFilter(long nativeCanvas, in nativeSetDrawFilter() 2040 private static native boolean native_getClipBounds(long nativeCanvas, in native_getClipBounds() [all …]
|
D | Movie.java | 40 private native void nDraw(long nativeCanvas, float x, float y, long paintHandle); in nDraw()
|
/frameworks/base/core/jni/ |
D | android_view_TextureView.cpp | 166 Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, canvas); in android_view_TextureView_lockCanvas() local 181 Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, canvas); in android_view_TextureView_unlockCanvasAndPost() local
|
D | android_view_GraphicBuffer.cpp | 194 Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, canvas); in android_view_GraphicBuffer_lockCanvas() local 211 Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, canvas); in android_view_GraphicBuffer_unlockCanvasAndPost() local
|
D | android_view_Surface.cpp | 337 Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, canvasObj); in nativeLockCanvas() local 368 Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, canvasObj); in nativeUnlockCanvasAndPost() local
|
/frameworks/webview/chromium/plat_support/ |
D | graphics_utils.cpp | 58 android::Canvas* nativeCanvas = GraphicsJNI::getNativeCanvas(env, java_canvas); in GetPixels() local
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
D | PdfDocument.java | 251 public PdfCanvas(long nativeCanvas) { in PdfCanvas()
|