Home
last modified time | relevance | path

Searched defs:Tree (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayList.h25 class Tree; variable
DVectorDrawable.h503 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree() function
508 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree() function
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h39 class Tree; variable
/frameworks/base/libs/hwui/hwui/
DCanvas.h78 class Tree; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h759 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree; typedef