Lines Matching refs:compoundDrawable
148 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable,
150 : fCompoundDrawable(SkRef(compoundDrawable))
162 sk_sp<SkFlattenable> compoundDrawable(
164 SkASSERT(compoundDrawable);
165 SkASSERT(!strcmp("CompoundDrawable", compoundDrawable->getTypeName()));
176 return sk_sp<RootDrawable>(new RootDrawable((CompoundDrawable*) compoundDrawable.get(),
183 CompoundDrawable* compoundDrawable() const { return fCompoundDrawable.get(); }
229 REPORTER_ASSERT(r, 5 == rootOut->compoundDrawable()->intDrawable()->a());
230 REPORTER_ASSERT(r, 6 == rootOut->compoundDrawable()->intDrawable()->b());
231 REPORTER_ASSERT(r, 7 == rootOut->compoundDrawable()->intDrawable()->c());
232 REPORTER_ASSERT(r, 8 == rootOut->compoundDrawable()->intDrawable()->d());
234 rootOut->compoundDrawable()->paintDrawable()->paint().getColor());