HomeSort by relevance Sort by last modified time
    Searched refs:xtemp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/freetype/src/base/
fttrigon.c 149 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, b local
    [all...]
  /external/freetype/src/base/
fttrigon.c 149 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, b local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fttrigon.c 149 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, b local
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 153 } xtemp; local
154 #define temp xtemp.x8
318 } xtemp; local
319 #define temp xtemp.x8

Completed in 524 milliseconds