Searched refs:nullDLNode (Results 1 – 1 of 1) sorted by relevance
297 auto nullDLNode = TestUtils::createNode(0, 0, 200, 400, nullptr); in RENDERTHREAD_TEST() local298 TestUtils::syncHierarchyPropertiesAndDisplayList(nullDLNode); in RENDERTHREAD_TEST()299 EXPECT_FALSE(nullDLNode->getDisplayList()); in RENDERTHREAD_TEST()300 nullDLNode->prepareTree(info); in RENDERTHREAD_TEST()