Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DFlattenDrawableTest.cpp91 class CompoundDrawable : public SkDrawable { class
93 CompoundDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d, const SkPaint& paint) in CompoundDrawable() function in CompoundDrawable
98 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable() function in CompoundDrawable
119 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(), in CreateProc()
128 const char* getTypeName() const override { return "CompoundDrawable"; }
143 : fCompoundDrawable(new CompoundDrawable(a, b, c, d, paint)) in RootDrawable()
148 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()
165 SkASSERT(!strcmp("CompoundDrawable", compoundDrawable->getTypeName())); in CreateProc()
176 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawabl in CreateProc()
[all...]

Completed in 1 milliseconds