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

  /external/skia/src/pathops/
SkReduceOrder.h 28 SkDLine fLine;
SkDConicLineIntersection.cpp 20 , fLine(&l)
28 SkDEBUGPARAMS(fLine(nullptr))
42 double t = fLine->nearPoint(conicMidPt, nullptr);
107 SkDEBUGCODE(SkDPoint linePt = fLine->ptAtT(lineT));
120 double adj = (*fLine)[1].fX - (*fLine)[0].fX;
121 double opp = (*fLine)[1].fY - (*fLine)[0].fY;
124 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp
    [all...]
SkDCubicLineIntersection.cpp 86 , fLine(l)
101 double t = fLine.nearPoint(cubicMidPt, nullptr);
121 double adj = fLine[1].fX - fLine[0].fX;
122 double opp = fLine[1].fY - fLine[0].fY;
125 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
134 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
135 + (fCubic[n].fX - fLine[0].fX) * adj
    [all...]
SkDQuadLineIntersection.cpp 98 , fLine(&l)
106 SkDEBUGPARAMS(fLine(nullptr))
120 double t = fLine->nearPoint(quadMidPt, nullptr);
154 double adj = (*fLine)[1].fX - (*fLine)[0].fX;
155 double opp = (*fLine)[1].fY - (*fLine)[0].fY;
158 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
279 double lineT = fLine->exactPoint(fQuad[qIndex])
    [all...]
SkPathOpsCurve.h 50 SkDLine fLine;
  /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/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 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 342 milliseconds