Searched refs:xt (Results 1 - 25 of 46) sorted by relevance

12

/external/proguard/src/proguard/gui/splash/
H A DCircleSprite.java61 int xt = x.getInt(time);
67 graphics.fillOval(xt - r, yt - r, 2 * r, 2 * r);
71 graphics.drawOval(xt - r, yt - r, 2 * r, 2 * r);
H A DImageSprite.java65 int xt = x.getInt(time);
74 graphics.drawImage(image, xt, yt, width, height, null);
H A DTextSprite.java79 int xt = x.getInt(time);
86 graphics.drawString(text[index].getString(time), xt, yt + index * spacingt);
H A DRectangleSprite.java98 int xt = x.getInt(time);
107 graphics.fillRoundRect(xt, yt, w, h, aw, ah);
111 graphics.drawRoundRect(xt, yt, w, h, aw, ah);
H A DShadowedSprite.java95 int xt = xo + x;
97 graphics.translate(xt, yt);
99 graphics.translate(-xt, -yt);
/external/compiler-rt/test/builtins/Unit/
H A Dabsvti2_test.c36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, xt.s.high, xt.s.low,
H A Ddivti3_test.c32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dfixdfti_test.c34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixunsdfti_test.c36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dmodti3_test.c32 twords xt; local
33 xt.all = x;
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dsubvti3_test.c36 twords xt; local
37 xt.all = x;
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Daddvti3_test.c35 twords xt; local
36 xt.all = x;
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dfixsfti_test.c34 twords xt; local
35 xt.all = x;
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixunssfti_test.c36 utwords xt; local
37 xt.all = x;
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixunsxfti_test.c37 utwords xt; local
38 xt.all = x;
42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dnegvti2_test.c34 twords xt; local
35 xt.all = x;
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dfixxfti_test.c35 utwords xt; local
36 xt.all = x;
40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dmulti3_test.c30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
H A Dnegti2_test.c30 twords xt; local
31 xt.all = x;
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
H A Dmuloti4_test.c34 twords xt; local
35 xt.all = x;
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
53 twords xt; local
54 xt.all = x;
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
/external/clang/test/SemaTemplate/
H A Dinjected-class-name.cpp59 typedef X<T> xt; typedef in struct:ForwardDecls::X
60 typename xt::foo *t;
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.h48 float xt, yt, zt; member in struct:_fishRec
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.h48 float xt, yt, zt; member in struct:_fishRec
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.h48 float xt, yt, zt; member in struct:_fishRec
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp48 float xt; member in struct:__anon28091
319 II[address].xt = GradX * GradT;
339 II[address].xt = GradX * GradT;
362 II[address].xt = GradX * GradT;
380 WII[address].xt = 0;
390 WII[address].xt += II[address + jj].xt * Ker;
404 WII[address].xt = 0;
414 WII[address].xt += (II[address - jj].xt
[all...]

Completed in 3916 milliseconds

12