Home | History | Annotate | Download | only in tests

Lines Matching refs:iref

76 static bool compare(const SkBitmap& ref, const SkIRect& iref,
79 const int xOff = itest.fLeft - iref.fLeft;
80 const int yOff = itest.fTop - iref.fTop;
123 SkIRect iref;
124 refBound.roundOut(&iref);
125 iref.inset(-outset, -outset);
127 create(&refBitmap, iref);
130 refCanvas.translate(SkIntToScalar(-iref.fLeft),
131 SkIntToScalar(-iref.fTop));
147 compare(refBitmap, iref, testBitmap, itest));