Searched refs:fLine (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/sksl/
H A DSkSLPosition.h21 : fLine(-1)
25 : fLine(line)
29 return to_string(fLine);
32 int fLine; member in struct:SkSL::Position
/external/skia/src/pathops/
H A DSkDConicLineIntersection.cpp21 , fLine(&l)
29 SkDEBUGPARAMS(fLine(nullptr))
43 double t = fLine->nearPoint(conicMidPt, nullptr);
111 SkDEBUGCODE(SkDPoint linePt = fLine->ptAtT(lineT));
126 double adj = (*fLine)[1].fX - (*fLine)[0].fX;
127 double opp = (*fLine)[1].fY - (*fLine)[0].fY;
130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[
342 const SkDLine* fLine; member in class:LineConicIntersections
[all...]
H A DSkDQuadLineIntersection.cpp99 , fLine(&l)
107 SkDEBUGPARAMS(fLine(nullptr))
121 double t = fLine->nearPoint(quadMidPt, nullptr);
155 double adj = (*fLine)[1].fX - (*fLine)[0].fX;
156 double opp = (*fLine)[1].fY - (*fLine)[0].fY;
159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
280 double lineT = fLine
418 const SkDLine* fLine; member in class:LineQuadraticIntersections
[all...]
H A DSkDCubicLineIntersection.cpp87 , fLine(l)
102 double t = fLine.nearPoint(cubicMidPt, nullptr);
122 double adj = fLine[1].fX - fLine[0].fX;
123 double opp = fLine[1].fY - fLine[0].fY;
127 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
136 c[n].fY = (fCubic[n].fY - fLine[0].fY) * opp
137 + (fCubic[n].fX - fLine[
413 const SkDLine& fLine; member in class:LineCubicIntersections
[all...]
H A DSkReduceOrder.h30 SkDLine fLine; member in union:SkReduceOrder
H A DSkReduceOrder.cpp11 fLine[0] = line[0];
13 fLine[1] = line[different];
253 *reducePts++ = reducer.fLine[index].asSkPoint();
H A DSkPathOpsCurve.h50 SkDLine fLine; member in union:SkDCurve::__anon17138
135 return c.fLine.ptAtT(t);
215 return c.fLine.fPts[1] - c.fLine.fPts[0];
337 i->intersectRay(c.fLine, ray);
H A DSkOpAngle.cpp232 const SkDPoint& xOrigin = test->fPart.fCurve.fLine[0];
233 const SkDPoint& oOrigin = test->fOriginalCurvePart.fLine[0];
238 SkDVector xLine = test->fPart.fCurve.fLine[1] - xOrigin;
239 SkDVector oLine = test->fOriginalCurvePart.fLine[1] - oOrigin;
H A DSkOpSegment.cpp1570 edge->fLine[1].set(fPts[1]);
/external/skia/tests/
H A DPathOpsCubicReduceOrderTest.cpp231 if (order == 2 && reducer.fLine[0] == reducer.fLine[1]) {
236 if ( (reducer.fLine[0].fX != cubic[0].fX && reducer.fLine[0].fX != cubic[3].fX)
237 || (reducer.fLine[0].fY != cubic[0].fY && reducer.fLine[0].fY != cubic[3].fY)
238 || (reducer.fLine[1].fX != cubic[0].fX && reducer.fLine[1].fX != cubic[3].fX)
239 || (reducer.fLine[1].fY != cubic[0].fY && reducer.fLine[
[all...]
H A DPathOpsDebug.cpp115 fLine.dumpID(id);
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp156 HowExpensiveTest(const char *name, const char *file, int32_t line) : fName(name), fFile(file), fLine(line) {}
193 int32_t fLine; member in class:HowExpensiveTest
202 fprintf(stderr, "%s:%d:\t%s\n", t.fFile, t.fLine, t.getName());
206 fprintf(stderr, "%s:%d: Running: %s\n", t.fFile, t.fLine, t.getName());
271 int fLine; member in class:NumTest
299 fLine(LINE),
312 fFile,fLine,getName(),trial,fExpect);
399 int fLine; member in class:NumFmtTest
427 fLine(LINE),
445 fFile,fLine,getNam
484 int fLine; member in class:NumFmtInt64Test
611 int fLine; member in class:NumFmtStringPieceTest
[all...]
/external/skia/src/gpu/
H A DGrTessellator.cpp349 , fLine(top, bottom) {
369 Line fLine; member in struct:__anon17043::Edge
371 return fLine.dist(p);
374 return fLine.dist(v->fPoint) < 0.0;
377 return fLine.dist(v->fPoint) > 0.0;
380 fLine = Line(fTop, fBottom);
389 double denom = fLine.fA * other.fLine.fB - fLine.fB * other.fLine
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c1599 Int fLine; /* declaring file line number, or zero */ member in struct:_TempVar
2411 tv->fLine = lineNo;
4969 varp->fLine );
5017 if (varAI->fLine > 0 && varp->fLine == 0)
5018 varp->fLine = varAI->fLine;
5108 varp->fndn_ix, varp->fLine, td3

Completed in 1292 milliseconds