Home | History | Annotate | Download | only in tests

Lines Matching refs:getSaveCount

351     int saveCount = canvas->getSaveCount();
356 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
368 int saveCount = canvas->getSaveCount();
373 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
385 int saveCount = canvas->getSaveCount();
390 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
402 int saveCount = canvas->getSaveCount();
405 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
413 int saveCount = canvas->getSaveCount();
416 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
424 int saveCount = canvas->getSaveCount();
427 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
501 int baseSaveCount = canvas->getSaveCount();
504 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
508 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 3 == canvas->getSaveCount(),
511 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
516 REPORTER_ASSERT_MESSAGE(reporter, 1 == canvas->getSaveCount(),
604 REPORTER_ASSERT_MESSAGE(reporter, canvas1->getSaveCount() ==
605 canvas2->getSaveCount(), testStep->assertMessage());