Home | History | Annotate | Download | only in tests

Lines Matching refs:getSaveCount

343     int saveCount = canvas->getSaveCount();
348 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
360 int saveCount = canvas->getSaveCount();
365 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
377 int saveCount = canvas->getSaveCount();
382 REPORTER_ASSERT_MESSAGE(reporter, canvas->getSaveCount() == saveCount,
394 int saveCount = canvas->getSaveCount();
397 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,
493 int baseSaveCount = canvas->getSaveCount();
496 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
500 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 3 == canvas->getSaveCount(),
503 REPORTER_ASSERT_MESSAGE(reporter, baseSaveCount + 1 == canvas->getSaveCount(),
508 REPORTER_ASSERT_MESSAGE(reporter, 1 == canvas->getSaveCount(),
596 REPORTER_ASSERT_MESSAGE(reporter, canvas1->getSaveCount() ==
597 canvas2->getSaveCount(), testStep->assertMessage());