Home | History | Annotate | Download | only in tests

Lines Matching refs:getSaveCount

354     int saveCount = canvas->getSaveCount();
359 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
371 int saveCount = canvas->getSaveCount();
376 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
388 int saveCount = canvas->getSaveCount();
393 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
405 int saveCount = canvas->getSaveCount();
408 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
416 int saveCount = canvas->getSaveCount();
419 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
427 int saveCount = canvas->getSaveCount();
430 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
504 int baseSaveCount = canvas->getSaveCount();
507 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
511 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 3 == canvas->getSaveCount(),
514 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
519 REPORTER_ASSERT_MESSAGE(reporter, 1 == canvas->getSaveCount(),
607 REPORTER_ASSERT_MESSAGE(reporter, canvas1->getSaveCount() ==
608 canvas2->getSaveCount(), testStep->assertMessage());