Home | History | Annotate | Download | only in tests

Lines Matching refs:fBitmaps

459             referenceRecord->fBitmaps.count() ==
460 testRecord->fBitmaps.count(), testStep->assertMessage());
461 for (int i = 0; i < referenceRecord->fBitmaps.count(); ++i) {
463 SkFlatData::Compare(referenceRecord->fBitmaps[i],
464 testRecord->fBitmaps[i]) == 0, testStep->assertMessage());