Searched refs:Tree (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp35 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup);
41 VectorDrawable::Tree* treeToCopy = reinterpret_cast<VectorDrawable::Tree*>(treePtr);
42 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup);
95 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr);
104 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePt
[all...]
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp134 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(nativePtr);
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp34 const int Tree::MAX_CACHED_BITMAP_SIZE = 2048;
459 int Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter,
477 scaledWidth = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledWidth);
478 scaledHeight = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledHeight);
506 void Tree::drawStaging(Canvas* outCanvas) {
523 SkPaint* Tree::getPaint() {
529 SkPaint* Tree::updatePaint(SkPaint* outPaint, TreeProperties* prop) {
540 const SkBitmap& Tree::getBitmapUpdateIfDirty() {
550 void Tree::updateBitmapCache(SkBitmap* outCache, bool useStagingData) {
562 bool Tree
[all...]
H A DPropertyValuesHolder.h110 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue)
116 VectorDrawable::Tree* mTree;
H A DVectorDrawable.h540 class ANDROID_API Tree : public VirtualLightRefBase { class in namespace:android::uirenderer::VectorDrawable
542 Tree(Group* rootNode) : mRootNode(rootNode) { function in class:android::uirenderer::VectorDrawable::Tree
547 Tree(const Tree* copy, Group* rootNode) : Tree(rootNode) { function in class:android::uirenderer::VectorDrawable::Tree
579 TreeProperties(Tree* tree) : mTree(tree) {}
671 Tree* mTree;
684 VectorDrawableFunctor(Tree* tree) : mTree(tree) {}
689 Tree* mTree;
H A DRecordedOp.h44 class Tree;
351 VectorDrawableOp(VectorDrawable::Tree* tree, BASE_PARAMS_PAINTLESS)
354 VectorDrawable::Tree* vectorDrawable;
/frameworks/base/libs/hwui/hwui/
H A DCanvas.h59 class Tree;
62 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1078 milliseconds