Home
last modified time | relevance | path

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

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