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

  /external/skia/tests/
BlurTest.cpp 63 const SkBitmap& test, const SkIRect& itest)
65 const int xOff = itest.fLeft - iref.fLeft;
66 const int yOff = itest.fTop - iref.fTop;
143 SkIRect itest = tests[test].views[view]; local
145 create(&testBitmap, itest, SkBitmap::kARGB_8888_Config);
148 testCanvas.translate(SkIntToScalar(-itest.fLeft),
149 SkIntToScalar(-itest.fTop));
154 compare(refBitmap, iref, testBitmap, itest));
DrawTextTest.cpp 36 const SkBitmap& test, const SkIRect& itest)
38 const int xOff = itest.fLeft - iref.fLeft;
39 const int yOff = itest.fTop - iref.fTop;
  /external/skia/src/core/
SkGraphics.cpp 108 int itest = test; // promote to int, see if it sign-extended local
109 if (itest < 0)
  /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) */

Completed in 55 milliseconds