Home | History | Annotate | Download | only in tests

Lines Matching refs:getSaveCount

375     int saveCount = canvas->getSaveCount();
380 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
391 int saveCount = canvas->getSaveCount();
396 getSaveCount() == saveCount,
407 int saveCount = canvas->getSaveCount();
412 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
423 int saveCount = canvas->getSaveCount();
426 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
434 int saveCount = canvas->getSaveCount();
437 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
445 int saveCount = canvas->getSaveCount();
448 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
513 int baseSaveCount = canvas->getSaveCount();
516 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
520 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 3 == canvas->getSaveCount(),
523 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
528 REPORTER_ASSERT_MESSAGE(reporter, 1 == canvas->getSaveCount(),
616 REPORTER_ASSERT_MESSAGE(reporter, canvas1->getSaveCount() ==
617 canvas2->getSaveCount(), testStep->assertMessage());