Searched defs:VectorDrawable (Results 1 – 4 of 4) sorted by relevance
120 class VectorDrawable : public SkDrawable { class122 VectorDrawable(VectorDrawableRoot* tree) : mRoot(tree) {} in VectorDrawable() function in android::uirenderer::skiapipeline::VectorDrawable
350 TEST(VectorDrawable, groupProperties) { in TEST() argument401 TEST(VectorDrawable, drawPathWithoutIncrementingShaderRefCount) { in TEST() argument
32 namespace VectorDrawable { namespace
235 public class VectorDrawable extends Drawable { class265 public VectorDrawable() { in VectorDrawable() method in VectorDrawable273 private VectorDrawable(@NonNull VectorDrawableState state, @Nullable Resources res) { in VectorDrawable() method in VectorDrawable