Searched defs:xtemp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dfttrigon.c149 FT_Fixed x, y, xtemp, b; local
159 xtemp = y;
161 x = xtemp;
167 xtemp = -y;
169 x = xtemp;
180 xtemp = x + ( ( y + b ) >> i );
182 x = xtemp;
187 xtemp = x - ( ( y + b ) >> i );
189 x = xtemp;
204 FT_Fixed x, y, xtemp, local
[all...]
/external/freetype/src/base/
H A Dfttrigon.c149 FT_Fixed x, y, xtemp, b; local
159 xtemp = y;
161 x = xtemp;
167 xtemp = -y;
169 x = xtemp;
180 xtemp = x + ( ( y + b ) >> i );
182 x = xtemp;
187 xtemp = x - ( ( y + b ) >> i );
189 x = xtemp;
204 FT_Fixed x, y, xtemp, local
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c153 } xtemp; local
154 #define temp xtemp.x8
318 } xtemp; local
319 #define temp xtemp.x8
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfttrigon.c149 FT_Fixed x, y, xtemp, b; local
159 xtemp = y;
161 x = xtemp;
167 xtemp = -y;
169 x = xtemp;
180 xtemp = x + ( ( y + b ) >> i );
182 x = xtemp;
187 xtemp = x - ( ( y + b ) >> i );
189 x = xtemp;
204 FT_Fixed x, y, xtemp, local
[all...]

Completed in 256 milliseconds