/external/skia/tests/ |
PathOpsCubicReduceOrderTest.cpp | 205 if (order == 2 && reducer.fLine[0] == reducer.fLine[1]) { 210 if ( (reducer.fLine[0].fX != cubic[0].fX && reducer.fLine[0].fX != cubic[3].fX) 211 || (reducer.fLine[0].fY != cubic[0].fY && reducer.fLine[0].fY != cubic[3].fY) 212 || (reducer.fLine[1].fX != cubic[0].fX && reducer.fLine[1].fX != cubic[3].fX) 213 || (reducer.fLine[1].fY != cubic[0].fY && reducer.fLine[1].fY != cubic[3].fY)) [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkReduceOrder.h | 33 SkDLine fLine;
|
SkDCubicLineIntersection.cpp | 86 , fLine(l) 97 double adj = fLine[1].fX - fLine[0].fX; 98 double opp = fLine[1].fY - fLine[0].fY; 101 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; 191 double lineT = fLine.exactPoint(fCubic[cIndex]); 206 double lineT = fLine.nearPoint(fCubic[cIndex]); 268 double dx = fLine[1].fX - fLine[0].fX [all...] |
SkDQuadLineIntersection.cpp | 99 , fLine(l) 124 double adj = fLine[1].fX - fLine[0].fX; 125 double opp = fLine[1].fY - fLine[0].fY; 128 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp; 222 double lineT = fLine.exactPoint(fQuad[qIndex]); 237 double lineT = fLine.nearPoint(fQuad[qIndex]); 300 double dx = fLine[1].fX - fLine[0].fX [all...] |
SkReduceOrder.cpp | 10 fLine[0] = line[0]; 12 fLine[1] = line[different]; 435 *reducePts++ = reducer.fLine[index].asSkPoint();
|
/external/skia/src/pathops/ |
SkReduceOrder.h | 33 SkDLine fLine;
|
SkDCubicLineIntersection.cpp | 86 , fLine(l) 97 double adj = fLine[1].fX - fLine[0].fX; 98 double opp = fLine[1].fY - fLine[0].fY; 101 r[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; 191 double lineT = fLine.exactPoint(fCubic[cIndex]); 206 double lineT = fLine.nearPoint(fCubic[cIndex]); 268 double dx = fLine[1].fX - fLine[0].fX [all...] |
SkDQuadLineIntersection.cpp | 99 , fLine(l) 124 double adj = fLine[1].fX - fLine[0].fX; 125 double opp = fLine[1].fY - fLine[0].fY; 128 r[n] = (fQuad[n].fY - fLine[0].fY) * adj - (fQuad[n].fX - fLine[0].fX) * opp; 222 double lineT = fLine.exactPoint(fQuad[qIndex]); 237 double lineT = fLine.nearPoint(fQuad[qIndex]); 300 double dx = fLine[1].fX - fLine[0].fX [all...] |
SkReduceOrder.cpp | 10 fLine[0] = line[0]; 12 fLine[1] = line[different]; 435 *reducePts++ = reducer.fLine[index].asSkPoint();
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genmacro/ |
genmacro.c | 42 int fline; local 74 fline = 0; 78 fline++; 91 argv[i], fline);
|
/external/icu4c/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 147 HowExpensiveTest(const char *name, const char *file, int32_t line) : fName(name), fFile(file), fLine(line) {} 184 int32_t fLine; 193 fprintf(stderr, "%s:%d:\t%s\n", t.fFile, t.fLine, t.getName()); 197 fprintf(stderr, "%s:%d: Running: %s\n", t.fFile, t.fLine, t.getName()); 262 int fLine; 290 fLine(LINE), 303 fFile,fLine,getName(),trial,fExpect); 390 int fLine; 418 fLine(LINE), 436 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus)) [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |
/dalvik/vm/ |
Init.cpp | 702 char fLine[500]; 707 while (fgets(fLine, 500, fp) != NULL) { 708 char* curLine = strtok(fLine, " \t\r\n"); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | [all...] |
/external/chromium_org/third_party/bintrees/bintrees/ |
cwalker.c | 102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 103 PyCode_New(a, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) 106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 107 PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) [all...] |
qavltree.c | 102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 103 PyCode_New(a, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) 106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 107 PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) [all...] |
qbintree.c | 102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 103 PyCode_New(a, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) 106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 107 PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) [all...] |
qrbtree.c | 102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 103 PyCode_New(a, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) 106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ 107 PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-addr2line | |
i686-linux-strings | |
i686-linux-ar | |
i686-linux-c++filt | |
i686-linux-gprof | |
i686-linux-nm | |