OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:itest
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/tests/
DrawTextTest.cpp
33
const SkBitmap& test, const SkIRect&
itest
)
35
const int xOff =
itest
.fLeft - iref.fLeft;
36
const int yOff =
itest
.fTop - iref.fTop;
FontHostStreamTest.cpp
38
const SkBitmap& test, const SkIRect&
itest
)
40
const int xOff =
itest
.fLeft - iref.fLeft;
41
const int yOff =
itest
.fTop - iref.fTop;
BlurTest.cpp
72
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
));
/external/chromium_org/third_party/skia/src/core/
SkGraphics.cpp
112
int
itest
= test; // promote to int, see if it sign-extended
local
113
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 560 milliseconds