Lines Matching defs:iref
96 static bool compare(const SkBitmap& ref, const SkIRect& iref,
99 const int xOff = itest.fLeft - iref.fLeft;
100 const int yOff = itest.fTop - iref.fTop;
142 SkIRect iref;
143 refBound.roundOut(&iref);
144 iref.inset(-outset, -outset);
146 create(&refBitmap, iref);
149 refCanvas.translate(SkIntToScalar(-iref.fLeft),
150 SkIntToScalar(-iref.fTop));
166 compare(refBitmap, iref, testBitmap, itest));