Home | History | Annotate | Download | only in tests

Lines Matching refs:iref

97 static bool compare(const SkBitmap& ref, const SkIRect& iref,
100 const int xOff = itest.fLeft - iref.fLeft;
101 const int yOff = itest.fTop - iref.fTop;
143 SkIRect iref;
144 refBound.roundOut(&iref);
145 iref.inset(-outset, -outset);
147 create(&refBitmap, iref);
150 refCanvas.translate(SkIntToScalar(-iref.fLeft),
151 SkIntToScalar(-iref.fTop));
167 compare(refBitmap, iref, testBitmap, itest));