Home | History | Annotate | Download | only in tests

Lines Matching refs:gRec

625     } gRec[] = {
633 for (size_t i = 0; i < SK_ARRAY_COUNT(gRec); ++i) {
636 dstInfo = dstInfo.makeWH(gRec[i].fRequestedDstSize.width(),
637 gRec[i].fRequestedDstSize.height());
639 gRec[i].fRequestedSrcLoc.x(), gRec[i].fRequestedSrcLoc.y());
641 REPORTER_ASSERT(reporter, gRec[i].fExpectedSuccess == success);
643 const SkIRect srcR = gRec[i].fExpectedSrcR;
644 const int dstX = gRec[i].fExpectedDstLoc.x();
645 const int dstY = gRec[i].fExpectedDstLoc.y();