Home
last modified time | relevance | path

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

/trunk/main/slideshow/test/
H A Dslidetest.cxx121 ASSERT_TRUE( mpTestShape->getNumRenders() ) << "Shape must been rendered"; in TEST_F()
220 ASSERT_TRUE( pShape2->getNumRenders() == 1 ) << "Second shape not rendered"; in TEST_F()
222 ASSERT_TRUE( pShape3->getNumRenders() == 1 ) << "Third shape not rendered"; in TEST_F()
223 ASSERT_TRUE( pShape4->getNumRenders() == 1 ) << "Fourth shape not rendered"; in TEST_F()
224 ASSERT_TRUE( pShape5->getNumRenders() == 1 ) << "Fifth shape not rendered"; in TEST_F()
231 ASSERT_TRUE( pShape2->getNumRenders() == 1 ) << "Second shape not rendered"; in TEST_F()
233 ASSERT_TRUE( pShape3->getNumRenders() == 2 ) << "Third shape not rendered"; in TEST_F()
234 ASSERT_TRUE( pShape4->getNumRenders() == 2 ) << "Fourth shape not rendered"; in TEST_F()
235 ASSERT_TRUE( pShape5->getNumRenders() == 2 ) << "Fifth shape not rendered"; in TEST_F()
243 ASSERT_TRUE( pShape2->getNumRenders() == 2 ) << "Second shape not rendered #2" in TEST_F()
[all …]
H A Dtests.hxx60 virtual sal_Int32 getNumRenders() const = 0;
H A Dtestshape.cxx76 virtual sal_Int32 getNumRenders() const in getNumRenders() function in ImplTestShape

Completed in 21 milliseconds