Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DVectorDrawableTests.cpp355 TEST(VectorDrawable, groupProperties) { in TEST() argument
389 TEST(VectorDrawable, drawPathWithoutIncrementingShaderRefCount) { in TEST() argument
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaRecordingCanvas.cpp125 class VectorDrawable : public SkDrawable { class
127 VectorDrawable(VectorDrawableRoot* 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.java314 public class VectorDrawable extends Drawable { class
344 public VectorDrawable() { in VectorDrawable() method in VectorDrawable
352 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { in VectorDrawable() method in VectorDrawable