Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DFlattenDrawableTest.cpp139 class RootDrawable : public SkDrawable { class
141 RootDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d, const SkPaint& paint, in RootDrawable() function in RootDrawable
148 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable() function in RootDrawable
176 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(), in CreateProc()
187 const char* getTypeName() const override { return "RootDrawable"; }
205 SK_REGISTER_FLATTENABLE(RootDrawable); in Initializer()
214 sk_sp<RootDrawable> root(new RootDrawable(5, 6, 7, 8, paint, 9, 10, 11, 12, drawable.get())); in DEF_TEST()
226 REPORTER_ASSERT(r, !strcmp("RootDrawable", ou in DEF_TEST()
[all...]

Completed in 1 milliseconds