Searched refs:itest (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tests/ |
H A D | FontHostStreamTest.cpp | 39 const SkBitmap& test, const SkIRect& itest) in compare() 41 const int xOff = itest.fLeft - iref.fLeft; in compare() 42 const int yOff = itest.fTop - iref.fTop; in compare() 38 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) compare() argument
|
H A D | BlurTest.cpp | 97 const SkBitmap& test, const SkIRect& itest) in compare() 99 const int xOff = itest.fLeft - iref.fLeft; in compare() 100 const int yOff = itest.fTop - iref.fTop; in compare() 155 SkIRect itest = tests[test].views[view]; in DEF_TEST() local 157 create(&testBitmap, itest); in DEF_TEST() 160 testCanvas.translate(SkIntToScalar(-itest.fLeft), in DEF_TEST() 161 SkIntToScalar(-itest.fTop)); in DEF_TEST() 166 compare(refBitmap, iref, testBitmap, itest)); in DEF_TEST() 96 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) compare() argument
|
H A D | DrawTextTest.cpp | 40 const SkBitmap& test, const SkIRect& itest) in compare() 42 const int xOff = itest.fLeft - iref.fLeft; in compare() 43 const int yOff = itest.fTop - iref.fTop; in compare() 39 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) compare() argument
|
/third_party/libsnd/src/GSM610/ |
H A D | rpe.c | 253 int i, itest ; in APCM_quantization() local 274 itest = 0 ; in APCM_quantization() 277 { itest |= (temp <= 0) ; in APCM_quantization() 281 if (itest == 0) expon++ ; /* expon = add (expon, 1) */ in APCM_quantization()
|
Completed in 3 milliseconds