Searched refs:RootDrawable (Results 1 – 1 of 1) sorted by relevance
/external/skia/tests/ |
D | FlattenDrawableTest.cpp | 140 class RootDrawable : public SkDrawable { class 142 RootDrawable(uint32_t a, uint32_t b, uint32_t c, uint32_t d, const SkPaint& paint, in RootDrawable() function in RootDrawable 149 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable() function in RootDrawable 177 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(), in CreateProc() 204 buffer.setCustomFactory(SkString("RootDrawable"), RootDrawable::CreateProc); in register_test_drawables() 212 sk_sp<RootDrawable> root(new RootDrawable(5, 6, 7, 8, paint, 9, 10, 11, 12, drawable.get())); in DEF_TEST() 227 RootDrawable* rootOut = (RootDrawable*) out.get(); in DEF_TEST() 264 sk_sp<RootDrawable> root(new RootDrawable(5, 6, 7, 8, paint, 9, 10, 11, 12, drawable.get())); in DEF_TEST()
|