Home
last modified time | relevance | path

Searched defs:VectorDrawable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp350 TEST(VectorDrawable, groupProperties) { in TEST() argument
385 TEST(VectorDrawable, drawPathWithoutIncrementingShaderRefCount) { in TEST() argument
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp123 class VectorDrawable : public SkDrawable { class
125 VectorDrawable(VectorDrawableRoot* tree) : mRoot(tree) {} in VectorDrawable() function in android::uirenderer::skiapipeline::VectorDrawable
/frameworks/base/libs/hwui/
DVectorDrawable.cpp33 namespace VectorDrawable { namespace
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java236 public class VectorDrawable extends Drawable { class
266 public VectorDrawable() { in VectorDrawable() method in VectorDrawable
274 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { in VectorDrawable() method in VectorDrawable