HomeSort by relevance Sort by last modified time
    Searched defs:fLine (Results 1 - 13 of 13) sorted by null

  /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...]
  /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...]
  /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/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/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/jdiff/
xerces.jar 

Completed in 188 milliseconds