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

  /external/freetype/src/base/
fttrigon.c 167 FT_Fixed x, y, xtemp, b; local
177 xtemp = y;
179 x = xtemp;
185 xtemp = -y;
187 x = xtemp;
198 xtemp = x + ( ( y + b ) >> i );
200 x = xtemp;
205 xtemp = x - ( ( y + b ) >> i );
207 x = xtemp;
222 FT_Fixed x, y, xtemp, b local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
fttrigon.c 167 FT_Fixed x, y, xtemp, b; local
177 xtemp = y;
179 x = xtemp;
185 xtemp = -y;
187 x = xtemp;
198 xtemp = x + ( ( y + b ) >> i );
200 x = xtemp;
205 xtemp = x - ( ( y + b ) >> i );
207 x = xtemp;
222 FT_Fixed x, y, xtemp, b local
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.cpp 75 FX_FLOAT xtemp = (topLeft->GetX() + local
77 int32_t estAlignmentX = (int32_t)xtemp;
  /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 570 milliseconds