Home
last modified time | relevance | path

Searched defs:tEnd (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.cpp12 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds()
22 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds()
32 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds()
DSkOpCoincidence.cpp59 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd, in t_range()
174 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd, in addIfMissing()
DSkOpAngle.cpp416 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local
674 double tEnd = angle->fEnd->t(); in loopContains() local
DSkPathOpsDebug.cpp1168 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd, in t_range()
1205 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd, in debugAddIfMissing()
DSkPathOpsTSect.h1426 double tEnd = oCoinE.perpT(); in linesIntersect() local
/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ in NAME() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DAbstractIntegrator.java237 final double[] y, final double[] yDot, final double tEnd) in acceptStep()
/external/skia/tests/
DPathOpsTestCommon.cpp143 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
/external/skia/src/core/
DSkStroke.cpp468 SkScalar tEnd) { in init()