Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DFlattenDrawableTest.cpp228 RootDrawable* rootOut = (RootDrawable*) out.get(); in DEF_TEST() local
229 REPORTER_ASSERT(r, 5 == rootOut->compoundDrawable()->intDrawable()->a()); in DEF_TEST()
230 REPORTER_ASSERT(r, 6 == rootOut->compoundDrawable()->intDrawable()->b()); in DEF_TEST()
231 REPORTER_ASSERT(r, 7 == rootOut->compoundDrawable()->intDrawable()->c()); in DEF_TEST()
232 REPORTER_ASSERT(r, 8 == rootOut->compoundDrawable()->intDrawable()->d()); in DEF_TEST()
234 rootOut->compoundDrawable()->paintDrawable()->paint().getColor()); in DEF_TEST()
235 REPORTER_ASSERT(r, 9 == rootOut->intDrawable()->a()); in DEF_TEST()
236 REPORTER_ASSERT(r, 10 == rootOut->intDrawable()->b()); in DEF_TEST()
237 REPORTER_ASSERT(r, 11 == rootOut->intDrawable()->c()); in DEF_TEST()
238 REPORTER_ASSERT(r, 12 == rootOut in DEF_TEST()
[all...]

Completed in 1 milliseconds