Home
last modified time | relevance | path

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

/third_party/skia/tests/
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()
143 : fCompoundDrawable(new CompoundDrawable(a, b, c, d, paint)) in RootDrawable()
148 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()
176 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(), in CreateProc()
183 CompoundDrawable* compoundDrawable() const { return fCompoundDrawable.get(); } in compoundDrawable()
194 sk_sp<CompoundDrawable> fCompoundDrawable;
204 SK_REGISTER_FLATTENABLE(CompoundDrawable); in Initializer()
[all …]
/third_party/flutter/skia/tests/
DFlattenDrawableTest.cpp92 class CompoundDrawable : public SkDrawable { class
94 CompoundDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d, const SkPaint& paint) in CompoundDrawable() function in CompoundDrawable
99 CompoundDrawable(IntDrawable* intDrawable, PaintDrawable* paintDrawable) in CompoundDrawable() function in CompoundDrawable
120 return sk_sp<CompoundDrawable>(new CompoundDrawable((IntDrawable*) intDrawable.get(), in CreateProc()
144 : fCompoundDrawable(new CompoundDrawable(a, b, c, d, paint)) in RootDrawable()
149 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()
177 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(), in CreateProc()
184 CompoundDrawable* compoundDrawable() const { return fCompoundDrawable.get(); } in compoundDrawable()
195 sk_sp<CompoundDrawable> fCompoundDrawable;
205 SK_REGISTER_FLATTENABLE(CompoundDrawable); in Initializer()
[all …]