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

  /external/chromium_org/third_party/skia/src/pathops/
SkReduceOrder.h 29 SkDLine fLine;
SkDCubicLineIntersection.cpp 86 , fLine(l)
98 double adj = fLine[1].fX - fLine[0].fX;
99 double opp = fLine[1].fY - fLine[0].fY;
102 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
111 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
112 + (fCubic[n].fX - fLine[0].fX) * adj;
247 double lineT = fLine.exactPoint(fCubic[cIndex])
    [all...]
SkDQuadLineIntersection.cpp 98 , 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;
226 double lineT = fLine.exactPoint(fQuad[qIndex]);
241 double lineT = fLine.nearPoint(fQuad[qIndex], NULL);
304 double dx = fLine[1].fX - fLine[0].fX
    [all...]
  /external/skia/src/pathops/
SkReduceOrder.h 29 SkDLine fLine;
SkDCubicLineIntersection.cpp 86 , fLine(l)
98 double adj = fLine[1].fX - fLine[0].fX;
99 double opp = fLine[1].fY - fLine[0].fY;
102 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
111 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
112 + (fCubic[n].fX - fLine[0].fX) * adj;
247 double lineT = fLine.exactPoint(fCubic[cIndex])
    [all...]
SkDQuadLineIntersection.cpp 98 , 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;
226 double lineT = fLine.exactPoint(fQuad[qIndex]);
241 double lineT = fLine.nearPoint(fQuad[qIndex], NULL);
304 double dx = fLine[1].fX - fLine[0].fX
    [all...]
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 151 HowExpensiveTest(const char *name, const char *file, int32_t line) : fName(name), fFile(file), fLine(line) {}
188 int32_t fLine;
197 fprintf(stderr, "%s:%d:\t%s\n", t.fFile, t.fLine, t.getName());
201 fprintf(stderr, "%s:%d: Running: %s\n", t.fFile, t.fLine, t.getName());
266 int fLine;
294 fLine(LINE),
307 fFile,fLine,getName(),trial,fExpect);
394 int fLine;
422 fLine(LINE),
440 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/jdiff/
xerces.jar 

Completed in 251 milliseconds