Home
last modified time | relevance | path

Searched refs:itest (Results 1 – 4 of 4) sorted by relevance

/external/skia/tests/
DBlurTest.cpp63 const SkBitmap& test, const SkIRect& itest) in compare() argument
65 const int xOff = itest.fLeft - iref.fLeft; in compare()
66 const int yOff = itest.fTop - iref.fTop; in compare()
143 SkIRect itest = tests[test].views[view]; in test_blur() local
145 create(&testBitmap, itest, SkBitmap::kARGB_8888_Config); in test_blur()
148 testCanvas.translate(SkIntToScalar(-itest.fLeft), in test_blur()
149 SkIntToScalar(-itest.fTop)); in test_blur()
154 compare(refBitmap, iref, testBitmap, itest)); in test_blur()
DDrawTextTest.cpp36 const SkBitmap& test, const SkIRect& itest) in compare() argument
38 const int xOff = itest.fLeft - iref.fLeft; in compare()
39 const int yOff = itest.fTop - iref.fTop; in compare()
/external/libgsm/src/
Drpe.c265 int i, itest; variable
286 itest = 0;
290 itest |= (temp <= 0);
294 if (itest == 0) exp++; /* exp = add (exp, 1) */
/external/skia/src/core/
DSkGraphics.cpp108 int itest = test; // promote to int, see if it sign-extended in Init() local
109 if (itest < 0) in Init()