Searched refs:itest (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | BlurTest.cpp | 63 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()
|
D | DrawTextTest.cpp | 36 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/ |
D | rpe.c | 265 int i, itest; variable 286 itest = 0; 290 itest |= (temp <= 0); 294 if (itest == 0) exp++; /* exp = add (exp, 1) */
|
/external/skia/src/core/ |
D | SkGraphics.cpp | 108 int itest = test; // promote to int, see if it sign-extended in Init() local 109 if (itest < 0) in Init()
|