HomeSort by relevance Sort by last modified time
    Searched defs:itest (Results 1 - 3 of 3) sorted by null

  /external/libgsm/src/
rpe.c 265 int i, itest; local
286 itest = 0;
290 itest |= (temp <= 0);
294 if (itest == 0) exp++; /* exp = add (exp, 1) */
  /external/skqp/tests/
BlurTest.cpp 77 const SkBitmap& test, const SkIRect& itest)
79 const int xOff = itest.fLeft - iref.fLeft;
80 const int yOff = itest.fTop - iref.fTop;
136 SkIRect itest = tests[test].views[view]; local
138 create(&testBitmap, itest);
141 testCanvas.translate(SkIntToScalar(-itest.fLeft),
142 SkIntToScalar(-itest.fTop));
147 compare(refBitmap, iref, testBitmap, itest));
  /external/skia/tests/
BlurTest.cpp 78 const SkBitmap& test, const SkIRect& itest)
80 const int xOff = itest.fLeft - iref.fLeft;
81 const int yOff = itest.fTop - iref.fTop;
137 SkIRect itest = tests[test].views[view]; local
139 create(&testBitmap, itest);
142 testCanvas.translate(SkIntToScalar(-itest.fLeft),
143 SkIntToScalar(-itest.fTop));
148 compare(refBitmap, iref, testBitmap, itest));

Completed in 64 milliseconds