Home | History | Annotate | Download | only in tests

Lines Matching refs:fPaints

681             referenceRecord->fPaints.count() ==
682 testRecord->fPaints.count(), testStep->assertMessage());
683 for (int i = 0; i < referenceRecord->fPaints.count(); ++i) {
685 EQ(referenceRecord->fPaints[i], testRecord->fPaints[i]),