Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_drawable_VectorDrawable.cpp35 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()
104 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in draw()
117 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setTreeViewportSize()
122 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setRootAlpha()
127 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in getRootAlpha()
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp101 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(vectorDrawablePtr); in setVectorDrawableTarget()
142 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(nativePtr); in createRootAlphaPropertyHolder()
/frameworks/base/libs/hwui/
DVectorDrawable.cpp34 const int Tree::MAX_CACHED_BITMAP_SIZE = 2048;
463 int Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter, in draw()
481 scaledWidth = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledWidth); in draw()
482 scaledHeight = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledHeight); in draw()
510 void Tree::drawStaging(Canvas* outCanvas) { in drawStaging()
527 SkPaint* Tree::getPaint() { in getPaint()
533 SkPaint* Tree::updatePaint(SkPaint* outPaint, TreeProperties* prop) { in updatePaint()
544 const SkBitmap& Tree::getBitmapUpdateIfDirty() { in getBitmapUpdateIfDirty()
554 void Tree::updateBitmapCache(SkBitmap* outCache, bool useStagingData) { in updateBitmapCache()
566 bool Tree::allocateBitmapIfNeeded(SkBitmap* outCache, int width, int height) { in allocateBitmapIfNeeded()
[all …]
DVectorDrawable.h540 class ANDROID_API Tree : public VirtualLightRefBase {
542 Tree(Group* rootNode) : mRootNode(rootNode) { in Tree() function
547 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { in Tree() function
579 TreeProperties(Tree* tree) : mTree(tree) {} in TreeProperties()
676 Tree* mTree;
DDisplayList.h73 class Tree; variable
75 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
DPropertyValuesHolder.h150 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder()
157 VectorDrawable::Tree* mTree;
DRecordedOp.h44 class Tree; variable
351 VectorDrawableOp(VectorDrawable::Tree* tree, BASE_PARAMS_PAINTLESS) in VectorDrawableOp()
354 VectorDrawable::Tree* vectorDrawable;
/frameworks/base/libs/hwui/hwui/
DCanvas.h59 class Tree; variable
62 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
/frameworks/wilhelm/doc/
DDoxyfile494 # 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/
DDoxyfile580 # Folder Tree View (if specified). The default is YES.
586 # and from the Folder Tree View (if specified). The default is YES.