Searched refs:refSkPixelRef (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/native/graphics/jni/
H A Dbitmap.cpp65 SkPixelRef* pixelRef = GraphicsJNI::refSkPixelRef(env, jbitmap);
89 SkPixelRef* pixelRef = GraphicsJNI::refSkPixelRef(env, jbitmap);
/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h57 static SkPixelRef* refSkPixelRef(JNIEnv*, jobject bitmap);
H A DGraphics.cpp359 SkPixelRef* GraphicsJNI::refSkPixelRef(JNIEnv* env, jobject bitmap) { function in class:GraphicsJNI
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java285 atlasMap[mapIndex++] = bitmap.refSkPixelRef();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java95 // refSkPixelRef is a hack to get the native pointer: see #nativeRefPixelRef()
96 return bitmap == null ? null : getDelegate(bitmap.refSkPixelRef());
607 // Hack: This is called by Bitmap.refSkPixelRef() and LayoutLib uses that method to get
H A DCanvas_Delegate.java126 nativeBitmapOrZero = bitmap.refSkPixelRef();
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java1681 public final long refSkPixelRef() { method in class:Bitmap
1682 checkRecycled("Can't refSkPixelRef on a recycled bitmap!");

Completed in 3628 milliseconds