Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp73 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
74 VectorDrawable::Group* srcGroup = reinterpret_cast<VectorDrawable::Group*>(srcGroupPtr); in createGroup()