Home | History | Annotate | Download | only in tests

Lines Matching refs:canvas2

612                                     const SkCanvas* canvas2,
615 canvas2->getDeviceSize(), testStep->assertMessage());
617 canvas2->getSaveCount(), testStep->assertMessage());
619 canvas2->isDrawingToLayer(), testStep->assertMessage());
623 canvas1->getClipBounds(&bounds1) == canvas2->getClipBounds(&bounds2),
629 canvas2->getDrawFilter(), testStep->assertMessage());
633 canvas2->getClipDeviceBounds(&deviceBounds2),
637 canvas2->getTotalMatrix(), testStep->assertMessage());
638 REPORTER_ASSERT_MESSAGE(reporter, equal_clips(*canvas1, *canvas2), testStep->assertMessage());
647 SkCanvas::LayerIter layerIter2(const_cast<SkCanvas*>(canvas2), false);