Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp32 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTree() local
33 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup); in createTree()
38 VectorDrawable::Group* rootGroup = reinterpret_cast<VectorDrawable::Group*>(groupPtr); in createTreeFromCopy() local
40 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup); in createTreeFromCopy()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1010 private void createNativeTree(VGroup rootGroup) { in createNativeTree() argument
1011 mNativeTree = new VirtualRefBasePtr(nCreateTree(rootGroup.mNativePtr)); in createNativeTree()
1018 private void createNativeTreeFromCopy(VectorDrawableState copy, VGroup rootGroup) { in createNativeTreeFromCopy() argument
1020 copy.mNativeTree.get(), rootGroup.mNativePtr)); in createNativeTreeFromCopy()