Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DSkottieTest.cpp192 const std::vector<ColorInfo>& colorsWithFullKeypath() const { in DEF_TEST() function in DEF_TEST::TestPropertyObserver
265 const auto& colorsWithFullKeypath = observer->colorsWithFullKeypath(); in DEF_TEST() local
266 REPORTER_ASSERT(reporter, colorsWithFullKeypath.size() == 2); in DEF_TEST()
267 REPORTER_ASSERT(reporter, colorsWithFullKeypath[0].node_name.equals("layer_0.fill_0")); in DEF_TEST()
268 REPORTER_ASSERT(reporter, colorsWithFullKeypath[0].handle->get() == 0xffff0000); in DEF_TEST()
269 REPORTER_ASSERT(reporter, colorsWithFullKeypath[1].node_name.equals("layer_0.fill_effect_0")); in DEF_TEST()
270 REPORTER_ASSERT(reporter, colorsWithFullKeypath[1].handle->get() == 0xff00ff00); in DEF_TEST()