Searched refs:Tree (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 35 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup); in createTree() 41 VectorDrawable::Tree* treeToCopy = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in createTreeFromCopy() 42 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup); in createTreeFromCopy() 95 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAllowCaching() 100 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAntiAlias() 109 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in draw() 122 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setTreeViewportSize() 127 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setRootAlpha() 132 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in getRootAlpha()
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 102 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(vectorDrawablePtr); in setVectorDrawableTarget() 143 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(nativePtr); in createRootAlphaPropertyHolder()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 35 const int Tree::MAX_CACHED_BITMAP_SIZE = 2048; 405 int Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter, const SkRect& bounds, in draw() 423 scaledWidth = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledWidth); in draw() 424 scaledHeight = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledHeight); in draw() 452 void Tree::drawStaging(Canvas* outCanvas) { in drawStaging() 470 void Tree::getPaintFor(SkPaint* outPaint, const TreeProperties &prop) const { in getPaintFor() 479 Bitmap& Tree::getBitmapUpdateIfDirty() { in getBitmapUpdateIfDirty() 489 void Tree::updateCache(sp<skiapipeline::VectorDrawableAtlas>& atlas, GrContext* context) { in updateCache() 519 void Tree::Cache::setAtlas(sp<skiapipeline::VectorDrawableAtlas> newAtlas, in setAtlas() 527 sk_sp<SkSurface> Tree::Cache::getSurface(SkRect* bounds) { in getSurface() [all …]
|
D | DisplayList.h | 25 class Tree; variable 27 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
|
D | VectorDrawable.h | 501 class ANDROID_API Tree : public VirtualLightRefBase { 503 explicit Tree(Group* rootNode) : mRootNode(rootNode) { in Tree() function 508 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree() function 547 explicit TreeProperties(Tree* tree) : mTree(tree) {} in TreeProperties() 627 Tree* mTree; 723 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
|
D | PropertyValuesHolder.h | 151 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder() 158 VectorDrawable::Tree* mTree;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | map.h | 759 typedef std::set<Key*, KeyCompare, KeyPtrAllocator> Tree; typedef 767 typedef typename Tree::iterator TreeIterator; 818 Tree* tree = static_cast<Tree*>(m_->table_[bucket_index_]); in SearchFrom() 844 Tree* tree = static_cast<Tree*>(m_->table_[bucket_index_]); 919 Tree* tree = static_cast<Tree*>(table_[b]); in clear() 922 typename Tree::iterator tree_it = tree->begin(); in clear() 925 typename Tree::iterator next = tree_it; in clear() 1005 Tree* tree = static_cast<Tree*>(table_[b]); in erase() 1040 Tree* tree = static_cast<Tree*>(table_[b]); in FindHelper() 1042 typename Tree::iterator tree_it = tree->find(key); in FindHelper() [all …]
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaDisplayList.h | 39 class Tree; variable 41 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 78 class Tree; variable 81 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 494 # Folder Tree View (if specified). The default is YES. 501 # and from the Folder Tree View (if specified). The default is YES.
|
/frameworks/native/docs/ |
D | Doxyfile | 580 # Folder Tree View (if specified). The default is YES. 586 # and from the Folder Tree View (if specified). The default is YES.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 630 # will remove the Files entry from the Quick Index and from the Folder Tree View 638 # Folder Tree View (if specified).
|
D | Doxyfile.orig | 630 # will remove the Files entry from the Quick Index and from the Folder Tree View 638 # Folder Tree View (if specified).
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 672 # will remove the Files entry from the Quick Index and from the Folder Tree View 680 # Folder Tree View (if specified).
|
D | Doxyfile | 672 # will remove the Files entry from the Quick Index and from the Folder Tree View 680 # Folder Tree View (if specified).
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 663 # will remove the Files entry from the Quick Index and from the Folder Tree View 671 # Folder Tree View (if specified).
|