/frameworks/base/libs/hwui/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 33 VectorDrawable::Tree* tree = new VectorDrawable::Tree(rootGroup); in createTree() 39 VectorDrawable::Tree* treeToCopy = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in createTreeFromCopy() 40 VectorDrawable::Tree* tree = new VectorDrawable::Tree(treeToCopy, rootGroup); in createTreeFromCopy() 93 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAllowCaching() 98 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setAntiAlias() 107 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in draw() 120 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setTreeViewportSize() 125 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in setRootAlpha() 130 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(treePtr); in getRootAlpha()
|
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 99 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(vectorDrawablePtr); in setVectorDrawableTarget() 140 VectorDrawable::Tree* tree = reinterpret_cast<VectorDrawable::Tree*>(nativePtr); in createRootAlphaPropertyHolder()
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 41 const int Tree::MAX_CACHED_BITMAP_SIZE = 2048; 410 int Tree::draw(Canvas* outCanvas, SkColorFilter* colorFilter, const SkRect& bounds, in draw() 428 scaledWidth = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledWidth); in draw() 429 scaledHeight = std::min(Tree::MAX_CACHED_BITMAP_SIZE, scaledHeight); in draw() 457 void Tree::drawStaging(Canvas* outCanvas) { in drawStaging() 479 void Tree::getPaintFor(SkPaint* outPaint, const TreeProperties& prop) const { in getPaintFor() 488 Bitmap& Tree::getBitmapUpdateIfDirty() { in getBitmapUpdateIfDirty() 498 void Tree::draw(SkCanvas* canvas, const SkRect& bounds, const SkPaint& inPaint) { in draw() 518 void Tree::updateBitmapCache(Bitmap& bitmap, bool useStagingData) { in updateBitmapCache() 536 bool Tree::allocateBitmapIfNeeded(Cache& cache, int width, int height) { in allocateBitmapIfNeeded() [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; 690 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
|
D | PropertyValuesHolder.h | 151 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder() 158 VectorDrawable::Tree* mTree;
|
/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | RethrowFromSystemChecker.java | 37 import com.sun.source.tree.Tree; 58 private static final Matcher<Tree> INSIDE_MANAGER =
|
D | TargetSdkChecker.java | 35 import com.sun.source.tree.Tree.Kind;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaDisplayList.h | 39 class Tree; variable 41 typedef uirenderer::VectorDrawable::Tree VectorDrawableRoot;
|
/frameworks/base/libs/hwui/renderthread/ |
D | RenderThread.h | 56 class Tree; variable 146 friend class android::uirenderer::VectorDrawable::Tree;
|
/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/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).
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 672 # will remove the Files entry from the Quick Index and from the Folder Tree View 680 # Folder Tree View (if specified).
|
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).
|