Home
last modified time | relevance | path

Searched defs:lineT (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tests/
H A DPathOpsConicLineIntersectionTest.cpp87 double lineT = intersections[1][inner]; in testOneOffs() local
H A DPathOpsQuadLineIntersectionTest.cpp97 double lineT = intersections[1][inner]; in testOneOffs() local
H A DPathOpsQuadLineIntersectionThreadedTest.cpp63 double lineT = intersections[1][index]; in testLineIntersect() local
/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp157 double lineT = findLineT(cubicT); in intersect() local
194 double lineT = (pt.fX - left) / (right - left); in horizontalIntersect() local
257 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() local
273 double lineT in addExactEndPoints() local
290 double lineT = fLine.nearPoint(fCubic[cIndex], nullptr); addNearEndPoints() local
301 double lineT = (double) lIndex; addLineNearEndPoints() local
316 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); addExactHorizontalEndPoints() local
331 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y); addNearHorizontalEndPoints() local
342 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x); addExactVerticalEndPoints() local
357 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x); addNearVerticalEndPoints() local
376 pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) pinTs() argument
[all...]
H A DSkDQuadLineIntersection.cpp178 double lineT = findLineT(quadT); in intersect() local
208 double lineT = (pt.fX - left) / (right - left); in horizontalIntersect() local
264 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() local
280 double lineT in addExactEndPoints() local
295 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); addNearEndPoints() local
306 double lineT = (double) lIndex; addLineNearEndPoints() local
321 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); addExactHorizontalEndPoints() local
336 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); addNearHorizontalEndPoints() local
347 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x); addExactVerticalEndPoints() local
362 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x); addNearVerticalEndPoints() local
381 pinTs(double* quadT, double* lineT, SkDPoint* pt, PinTPoint ptSet) pinTs() argument
[all...]
H A DSkDConicLineIntersection.cpp84 double lineT = (pt.fX - left) / (right - left); in horizontalIntersect() local
106 double lineT = this->findLineT(conicT); in intersect() local
162 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() local
180 double lineT = fLine->exactPoint(fConic[cIndex]); addExactEndPoints() local
195 double lineT = fLine->nearPoint(fConic[cIndex], nullptr); addNearEndPoints() local
206 double lineT = (double) lIndex; addLineNearEndPoints() local
221 double lineT = SkDLine::ExactPointH(fConic[cIndex], left, right, y); addExactHorizontalEndPoints() local
236 double lineT = SkDLine::NearPointH(fConic[cIndex], left, right, y); addNearHorizontalEndPoints() local
247 double lineT = SkDLine::ExactPointV(fConic[cIndex], top, bottom, x); addExactVerticalEndPoints() local
262 double lineT = SkDLine::NearPointV(fConic[cIndex], top, bottom, x); addNearVerticalEndPoints() local
281 pinTs(double* conicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) pinTs() argument
[all...]

Completed in 5 milliseconds