Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DPicture.cpp76 return GraphicsJNI::getNativePicture(env, jpic)->width(); in getWidth()
81 return GraphicsJNI::getNativePicture(env, jpic)->height(); in getHeight()
DGraphicsJNI.h50 static SkPicture* getNativePicture(JNIEnv*, jobject picture);
DGraphics.cpp327 SkPicture* GraphicsJNI::getNativePicture(JNIEnv* env, jobject picture) in getNativePicture() function in GraphicsJNI