Searched defs:testRecord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp646 SkPictureRecord* testRecord,
652 testRecord->fBitmapHeap->count(), testStep->assertMessage());
655 testRecord->fPaints.count(), testStep->assertMessage());
658 EQ(referenceRecord->fPaints[i], testRecord->fPaints[i]),
662 !referenceRecord->fPathHeap == !testRecord->fPathHeap,
670 testRecord->fPathHeap->count(),
675 (*testRecord->fPathHeap)[i], testStep->assertMessage());
707 SkPictureRecord* testRecord = static_cast<SkPictureRecord*>(testCanvas); local
709 AssertFlattenedObjectsEqual(referenceRecord, testRecord,
644 AssertFlattenedObjectsEqual( SkPictureRecord* referenceRecord, SkPictureRecord* testRecord, skiatest::Reporter* reporter, CanvasTestStep* testStep) argument
/external/skia/tests/
H A DCanvasTest.cpp679 SkPictureRecord* testRecord,
685 testRecord->fBitmapHeap->count(), testStep->assertMessage());
688 testRecord->fPaints.count(), testStep->assertMessage());
691 EQ(referenceRecord->fPaints[i], testRecord->fPaints[i]),
695 !referenceRecord->fPathHeap == !testRecord->fPathHeap,
703 testRecord->fPathHeap->count(),
708 (*testRecord->fPathHeap)[i], testStep->assertMessage());
736 SkPictureRecord* testRecord = static_cast<SkPictureRecord*>(testCanvas); local
738 AssertFlattenedObjectsEqual(referenceRecord, testRecord,
677 AssertFlattenedObjectsEqual( SkPictureRecord* referenceRecord, SkPictureRecord* testRecord, skiatest::Reporter* reporter, CanvasTestStep* testStep) argument

Completed in 79 milliseconds