Searched refs:testT (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpAngle.cpp | 544 double testT = i[0][idx2]; in endsIntersect() local 545 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect() 548 if (approximately_equal_orderable(tStart, testT)) { in endsIntersect() 551 smallTs[index] = t = testAscends ? std::max(t, testT) : std::min(t, testT); in endsIntersect() 1054 double testT = testTs[testIndex]; in setSpans() local 1056 testT = (testT + testTs[testIndex + 1]) / 2; in setSpans() 1059 SkDPoint pt = dcubic_xy_at_t(pts, segment->weight(), testT); in setSpans()
|
D | SkPathOpsCubic.cpp | 308 double testT = maxCurvature[index]; in ComplexBreak() local 309 if (0 >= testT || testT >= 1) { in ComplexBreak() 313 SkDVector dPt = { derivative_at_t(&cubic.fPts[0].fX, testT), in ComplexBreak() 314 derivative_at_t(&cubic.fPts[0].fY, testT) }; in ComplexBreak() 317 t[resultCount++] = testT; in ComplexBreak()
|
D | SkOpSegment.cpp | 1056 bool SkOpSegment::match(const SkOpPtT* base, const SkOpSegment* testParent, double testT, in match() argument 1060 if (precisely_equal(base->fT, testT)) { in match() 1067 return this != testParent || !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 1133 SkScalar testT = maxCurvature[index]; in SkFindCubicCusp() local 1134 if (0 >= testT || testT >= 1) { // no need to consider max curvature on the end in SkFindCubicCusp() 1140 SkVector dPt = eval_cubic_derivative(src, testT); in SkFindCubicCusp() 1146 return testT; in SkFindCubicCusp()
|
/external/flatbuffers/tests/ |
D | py_test.py | 420 testT = _MONSTER.MonsterT() 421 testT.hp = 200 422 self.monsterT.test = testT
|
/external/skia/src/sksl/ |
D | sksl_graphite_vert.sksl | 429 // behind testT, + testParametricID <= combinedEdgeID?)
|