Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDQuadLineIntersection.cpp177 double lineT = findLineT(quadT); in intersect() local
207 double lineT = (pt.fX - left) / (right - left); in horizontalIntersect() local
263 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() local
279 double lineT = fLine->exactPoint(fQuad[qIndex]); in addExactEndPoints() local
294 double lineT = fLine->nearPoint(fQuad[qIndex], nullptr); in addNearEndPoints() local
305 double lineT = SkDLine::ExactPointH(fQuad[qIndex], left, right, y); in addExactHorizontalEndPoints() local
320 double lineT = SkDLine::NearPointH(fQuad[qIndex], left, right, y); in addNearHorizontalEndPoints() local
331 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x); in addExactVerticalEndPoints() local
346 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x); in addNearVerticalEndPoints() local
365 bool pinTs(double* quadT, double* lineT, SkDPoint* pt, PinTPoint ptSet) { in pinTs()
DSkDConicLineIntersection.cpp83 double lineT = (pt.fX - left) / (right - left); in horizontalIntersect() local
105 double lineT = this->findLineT(conicT); in intersect() local
156 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() local
174 double lineT = fLine->exactPoint(fConic[cIndex]); in addExactEndPoints() local
189 double lineT = fLine->nearPoint(fConic[cIndex], nullptr); in addNearEndPoints() local
200 double lineT = SkDLine::ExactPointH(fConic[cIndex], left, right, y); in addExactHorizontalEndPoints() local
215 double lineT = SkDLine::NearPointH(fConic[cIndex], left, right, y); in addNearHorizontalEndPoints() local
226 double lineT = SkDLine::ExactPointV(fConic[cIndex], top, bottom, x); in addExactVerticalEndPoints() local
241 double lineT = SkDLine::NearPointV(fConic[cIndex], top, bottom, x); in addNearVerticalEndPoints() local
260 bool pinTs(double* conicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) { in pinTs()
DSkDCubicLineIntersection.cpp155 double lineT = findLineT(cubicT); in intersect() local
192 double lineT = (pt.fX - left) / (right - left); in horizontalIntersect() local
255 double lineT = (pt.fY - top) / (bottom - top); in verticalIntersect() local
271 double lineT = fLine.exactPoint(fCubic[cIndex]); in addExactEndPoints() local
288 double lineT = fLine.nearPoint(fCubic[cIndex], nullptr); in addNearEndPoints() local
298 double lineT = SkDLine::ExactPointH(fCubic[cIndex], left, right, y); in addExactHorizontalEndPoints() local
313 double lineT = SkDLine::NearPointH(fCubic[cIndex], left, right, y); in addNearHorizontalEndPoints() local
324 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x); in addExactVerticalEndPoints() local
339 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x); in addNearVerticalEndPoints() local
358 bool pinTs(double* cubicT, double* lineT, SkDPoint* pt, PinTPoint ptSet) { in pinTs()
/external/skia/tests/
DPathOpsQuadLineIntersectionThreadedTest.cpp59 double lineT = intersections[1][index]; in testLineIntersect() local
DPathOpsQuadLineIntersectionTest.cpp91 double lineT = intersections[1][inner]; in testOneOffs() local
DPathOpsConicLineIntersectionTest.cpp80 double lineT = intersections[1][inner]; in testOneOffs() local