Home | History | Annotate | Download | only in tests

Lines Matching refs:iref

71 static bool compare(const SkBitmap& ref, const SkIRect& iref,
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
126 SkIRect iref;
127 refBound.roundOut(&iref);
128 iref.inset(-outset, -outset);
130 create(&refBitmap, iref);
133 refCanvas.translate(SkIntToScalar(-iref.fLeft),
134 SkIntToScalar(-iref.fTop));
150 compare(refBitmap, iref, testBitmap, itest));