HomeSort by relevance Sort by last modified time
    Searched refs:tEnd (Results 1 - 25 of 28) sorted by null

1 2

  /external/skia/src/pathops/
SkPathOpsRect.h 54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
SkPathOpsCurve.cpp 63 double tStart, double tEnd, SkPathOpsBounds* bounds) {
67 dRect.setBounds(dCurve, fConic, tStart, tEnd);
73 double tStart, double tEnd, SkPathOpsBounds* bounds) {
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
83 double tStart, double tEnd, SkPathOpsBounds* bounds) {
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
SkOpCoincidence.h 252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
SkOpAngle.cpp 73 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
74 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
75 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
93 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
94 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
95 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
448 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t();
453 if (!approximately_between_orderable(tStart, testT, tEnd)) {
460 limited[index] = approximately_equal_orderable(t, tEnd);
702 double tEnd = angle->fEnd->t()
    [all...]
SkOpCoincidence.cpp 613 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added
615 SkASSERT(tStart < tEnd);
618 SkASSERT(between(over1s->fT, tEnd, over1e->fT));
621 SkASSERT(between(over2s->fT, tEnd, over2e->fT));
630 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e));
635 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e));
    [all...]
SkPathOpsTSect.h     [all...]
SkPathOpsCurve.h 100 double tStart, double tEnd, double* topT);
SkPathOpsDebug.cpp     [all...]
  /external/skqp/src/pathops/
SkPathOpsRect.h 54 void setBounds(const SkDConic& curve, const SkDConic& sub, double tStart, double tEnd);
60 void setBounds(const SkDCubic& curve, const SkDCubic& sub, double tStart, double tEnd);
66 void setBounds(const SkDQuad& curve, const SkDQuad& sub, double tStart, double tEnd);
SkPathOpsCurve.cpp 63 double tStart, double tEnd, SkPathOpsBounds* bounds) {
67 dRect.setBounds(dCurve, fConic, tStart, tEnd);
73 double tStart, double tEnd, SkPathOpsBounds* bounds) {
77 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
83 double tStart, double tEnd, SkPathOpsBounds* bounds) {
87 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
SkOpCoincidence.h 252 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg,
273 double tStart, double tEnd,
SkOpAngle.cpp 73 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
74 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
75 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
93 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
94 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
95 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
448 double tEnd = index ? rh->fComputedEnd->t() : this->fComputedEnd->t();
453 if (!approximately_between_orderable(tStart, testT, tEnd)) {
460 limited[index] = approximately_equal_orderable(t, tEnd);
702 double tEnd = angle->fEnd->t()
    [all...]
SkOpCoincidence.cpp 613 double tStart, double tEnd, SkOpSegment* coinSeg, SkOpSegment* oppSeg, bool* added
615 SkASSERT(tStart < tEnd);
618 SkASSERT(between(over1s->fT, tEnd, over1e->fT));
621 SkASSERT(between(over2s->fT, tEnd, over2e->fT));
630 coinTe = TRange(over1s, tEnd, coinSeg SkDEBUGPARAMS(over1e));
635 oppTe = TRange(over2s, tEnd, oppSeg SkDEBUGPARAMS(over2e));
    [all...]
SkPathOpsTSect.h     [all...]
SkPathOpsCurve.h 100 double tStart, double tEnd, double* topT);
SkPathOpsDebug.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
191 tStart = tEnd = 0.0;
208 tEnd = t;
213 if (inSegment && (tEnd > tStart)) {
215 segment(ctx, &line, NAME(plot), tStart, tEnd);
  /external/skia/tests/
PathOpsTestCommon.cpp 143 const double tEnd = i1 < ts.count() ? ts[i1] : 1;
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
  /external/skqp/tests/
PathOpsTestCommon.cpp 143 const double tEnd = i1 < ts.count() ? ts[i1] : 1;
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
AbstractIntegrator.java 229 * @param tEnd final integration time
237 final double[] y, final double[] yDot, final double tEnd)
328 isLastStep = isLastStep || MathUtils.equals(currentT, tEnd, 1);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 71 tEnd := time.Now()
75 time := tEnd.Sub(tStart).Nanoseconds()
93 time := tEnd.Sub(tStart).Nanoseconds()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 71 tEnd := time.Now()
75 time := tEnd.Sub(tStart).Nanoseconds()
93 time := tEnd.Sub(tStart).Nanoseconds()
  /external/skia/src/core/
SkStroke.cpp 217 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd);
484 SkScalar tEnd) {
487 quadPts->init(tStart, tEnd);
    [all...]
  /external/skqp/src/core/
SkStroke.cpp 217 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd);
483 SkScalar tEnd) {
486 quadPts->init(tStart, tEnd);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgc.go     [all...]

Completed in 472 milliseconds

1 2