HomeSort by relevance Sort by last modified time
    Searched full:fswap (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
Intersections.cpp 13 if (fSwap) {
23 while (i1 < fUsed && !(fIsCoincident[fSwap] & (1 << i1))) {
31 while (!(fIsCoincident[fSwap] & (1 << iEnd1))) {
35 double cs1 = fT[fSwap][i1];
36 double ce1 = fT[fSwap][iEnd1];
41 while (i2 < fUsed && !(fIsCoincident[fSwap ^ 1] & (1 << i2))) {
45 while (!(fIsCoincident[fSwap ^ 1] & (1 << iEnd2))) {
49 double cs2 = fT[fSwap ^ 1][i2];
50 double ce2 = fT[fSwap ^ 1][iEnd2];
57 fT[fSwap][i1] = s1
    [all...]
Intersections.h 17 , fSwap(0)
50 double val = fT[fSwap][index];
53 fT[fSwap][index] = val;
72 if (fSwap) {
92 fSwap ^= true;
103 return fSwap;
141 bool fSwap;
  /external/skia/experimental/Intersection/
Intersections.cpp 13 if (fSwap) {
23 while (i1 < fUsed && !(fIsCoincident[fSwap] & (1 << i1))) {
31 while (!(fIsCoincident[fSwap] & (1 << iEnd1))) {
35 double cs1 = fT[fSwap][i1];
36 double ce1 = fT[fSwap][iEnd1];
41 while (i2 < fUsed && !(fIsCoincident[fSwap ^ 1] & (1 << i2))) {
45 while (!(fIsCoincident[fSwap ^ 1] & (1 << iEnd2))) {
49 double cs2 = fT[fSwap ^ 1][i2];
50 double ce2 = fT[fSwap ^ 1][iEnd2];
57 fT[fSwap][i1] = s1
    [all...]
Intersections.h 17 , fSwap(0)
50 double val = fT[fSwap][index];
53 fT[fSwap][index] = val;
72 if (fSwap) {
92 fSwap ^= true;
103 return fSwap;
141 bool fSwap;
  /external/chromium_org/third_party/skia/src/pathops/
SkIntersections.h 18 : fSwap(0)
101 if (fSwap) {
196 fSwap ^= true;
202 return fSwap;
284 bool fSwap;
SkIntersections.cpp 145 double val = fT[fSwap][index];
148 fT[fSwap][index] = val;
  /external/skia/src/pathops/
SkIntersections.h 18 : fSwap(0)
101 if (fSwap) {
196 fSwap ^= true;
202 return fSwap;
284 bool fSwap;
SkIntersections.cpp 145 double val = fT[fSwap][index];
148 fT[fSwap][index] = val;
  /external/bzip2/
blocksort.c 63 #define fswap(zz1, zz2) \ macro
72 fswap(fmap[yyp1], fmap[yyp2]); \
140 fswap(fmap[unLo], fmap[ltLo]);
151 fswap(fmap[unHi], fmap[gtHi]);
159 fswap(fmap[unLo], fmap[unHi]); unLo++; unHi--;
185 #undef fswap macro
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 2085 #define fswap macro
2207 #undef fswap macro
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 2109 #define fswap macro
2231 #undef fswap macro
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 2100 #define fswap macro
2222 #undef fswap macro
    [all...]
varinfo6.c 2138 #define fswap macro
2260 #undef fswap macro
    [all...]
  /external/valgrind/main/perf/
bz2.c 2100 #define fswap macro
2222 #undef fswap macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 689 milliseconds