Searched refs:getNativePicture (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp75 return GraphicsJNI::getNativePicture(env, jpic)->width();
80 return GraphicsJNI::getNativePicture(env, jpic)->height();
H A DGraphicsJNI.h44 static SkPicture* getNativePicture(JNIEnv*, jobject picture);
H A DGraphics.cpp325 SkPicture* GraphicsJNI::getNativePicture(JNIEnv* env, jobject picture) function in class:GraphicsJNI

Completed in 72 milliseconds