Searched defs:tEnd (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 12 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()
|
D | SkOpCoincidence.cpp | 59 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()
|
D | SkOpAngle.cpp | 416 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t(); in endsIntersect() local 674 double tEnd = angle->fEnd->t(); in loopContains() local
|
D | SkPathOpsDebug.cpp | 1168 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()
|
D | SkPathOpsTSect.h | 1426 double tEnd = oCoinE.perpT(); in linesIntersect() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aalinetemp.h | 109 GLfloat tStart, tEnd; /* segment start, end along line length */ in NAME() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | AbstractIntegrator.java | 237 final double[] y, final double[] yDot, final double tEnd) in acceptStep()
|
/external/skia/tests/ |
D | PathOpsTestCommon.cpp | 143 const double tEnd = i1 < ts.count() ? ts[i1] : 1; in CubicToQuads() local
|
/external/skia/src/core/ |
D | SkStroke.cpp | 468 SkScalar tEnd) { in init()
|