Searched refs:itest (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DDrawTextTest.cpp33 const SkBitmap& test, const SkIRect& itest)
35 const int xOff = itest.fLeft - iref.fLeft;
36 const int yOff = itest.fTop - iref.fTop;
32 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) argument
H A DFontHostStreamTest.cpp38 const SkBitmap& test, const SkIRect& itest)
40 const int xOff = itest.fLeft - iref.fLeft;
41 const int yOff = itest.fTop - iref.fTop;
37 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) argument
H A DBlurTest.cpp72 const SkBitmap& test, const SkIRect& itest)
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
139 SkIRect itest = tests[test].views[view]; local
141 create(&testBitmap, itest);
144 testCanvas.translate(SkIntToScalar(-itest.fLeft),
145 SkIntToScalar(-itest.fTop));
150 compare(refBitmap, iref, testBitmap, itest));
71 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) argument
/external/skia/tests/
H A DDrawTextTest.cpp33 const SkBitmap& test, const SkIRect& itest)
35 const int xOff = itest.fLeft - iref.fLeft;
36 const int yOff = itest.fTop - iref.fTop;
32 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) argument
H A DFontHostStreamTest.cpp37 const SkBitmap& test, const SkIRect& itest)
39 const int xOff = itest.fLeft - iref.fLeft;
40 const int yOff = itest.fTop - iref.fTop;
36 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) argument
H A DBlurTest.cpp72 const SkBitmap& test, const SkIRect& itest)
74 const int xOff = itest.fLeft - iref.fLeft;
75 const int yOff = itest.fTop - iref.fTop;
139 SkIRect itest = tests[test].views[view]; local
141 create(&testBitmap, itest);
144 testCanvas.translate(SkIntToScalar(-itest.fLeft),
145 SkIntToScalar(-itest.fTop));
150 compare(refBitmap, iref, testBitmap, itest));
71 compare(const SkBitmap& ref, const SkIRect& iref, const SkBitmap& test, const SkIRect& itest) argument
/external/chromium_org/third_party/skia/src/core/
H A DSkGraphics.cpp112 int itest = test; // promote to int, see if it sign-extended local
113 if (itest < 0)
/external/skia/src/core/
H A DSkGraphics.cpp112 int itest = test; // promote to int, see if it sign-extended local
113 if (itest < 0)
/external/libgsm/src/
H A Drpe.c265 int i, itest; local
286 itest = 0;
290 itest |= (temp <= 0);
294 if (itest == 0) exp++; /* exp = add (exp, 1) */

Completed in 138 milliseconds