Home
last modified time | relevance | path

Searched refs:tStart (Results 1 – 23 of 23) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsCurve.cpp12 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() argument
16 dRect.setBounds(dCurve, fConic, tStart, tEnd); in setConicBounds()
22 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() argument
26 dRect.setBounds(dCurve, fCubic, tStart, tEnd); in setCubicBounds()
32 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds() argument
36 dRect.setBounds(dCurve, fQuad, tStart, tEnd); in setQuadBounds()
DSkPathOpsRect.h54 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);
DSkOpCoincidence.h102 double tStart, double tEnd,
112 double tStart, double tEnd,
DSkOpAngle.cpp415 double tStart = index ? rh->fStart->t() : this->fStart->t(); in endsIntersect() local
417 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t()); in endsIntersect()
421 if (!approximately_between_orderable(tStart, testT, tEnd)) { in endsIntersect()
424 if (approximately_equal_orderable(tStart, testT)) { in endsIntersect()
491 double tStart = sIndex ? rh->fStart->t() : fStart->t(); in endsIntersect() local
492 SkDVector mid = segment.dPtAtT(tStart + (sCeptT - tStart) / 2) - curve[0]; in endsIntersect()
673 double tStart = angle->fStart->t(); in loopContains() local
685 if (lEnd == tStart) { in loopContains()
DSkOpCoincidence.cpp59 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd, in t_range() argument
62 double start = 0 < denom ? tStart : tEnd; in t_range()
63 double end = 0 < denom ? tEnd : tStart; in t_range()
174 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd, in addIfMissing() argument
178 t_range(over1s, over1e, tStart, tEnd, coinPtTStart, coinPtTEnd, &coinTs, &coinTe); in addIfMissing()
179 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe); in addIfMissing()
DSkPathOpsTSect.h260 bool binarySearchCoin(SkTSect<OppCurve, TCurve>* , double tStart, double tStep, double* t,
875 bool SkTSect<TCurve, OppCurve>::binarySearchCoin(SkTSect<OppCurve, TCurve>* sect2, double tStart, in binarySearchCoin() argument
878 double result = work.fStartT = work.fEndT = tStart; in binarySearchCoin()
880 SkDPoint last = fCurve.ptAtT(tStart); in binarySearchCoin()
1425 double tStart = oCoinS.perpT(); in linesIntersect() local
1427 bool swap = tStart > tEnd; in linesIntersect()
1429 SkTSwap(tStart, tEnd); in linesIntersect()
1431 tStart = SkTMax(tStart, span->fStartT); in linesIntersect()
1433 if (tStart > tEnd) { in linesIntersect()
1437 if (tStart == span->fStartT) { in linesIntersect()
[all …]
DSkPathOpsDebug.cpp1168 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd, in t_range() argument
1171 double start = 0 < denom ? tStart : tEnd; in t_range()
1172 double end = 0 < denom ? tEnd : tStart; in t_range()
1205 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd, in debugAddIfMissing() argument
1209 t_range(over1s, over1e, tStart, tEnd, coinPtTStart, coinPtTEnd, &coinTs, &coinTe); in debugAddIfMissing()
1210 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe); in debugAddIfMissing()
DSkPathOpsCurve.h84 double tStart, double tEnd, double* topT);
/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ in NAME() local
190 tStart = tEnd = 0.0; in NAME()
203 tStart = t; in NAME()
212 if (inSegment && (tEnd > tStart)) { in NAME()
214 segment(ctx, &line, NAME(plot), tStart, tEnd); in NAME()
226 segment(ctx, &line, NAME(plot), tStart, 1.0F); in NAME()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/
DEventState.java176 final double tStart = interpolator.getPreviousTime(); in reinitializeBegin() local
177 interpolator.setInterpolatedTime(tStart); in reinitializeBegin()
178 g0Positive = handler.g(tStart, interpolator.getInterpolatedState()) <= 0; in reinitializeBegin()
/external/skia/tests/
DPathOpsTestCommon.cpp141 double tStart = 0; in CubicToQuads() local
146 SkDCubic part = cubic.subDivide(tStart, tEnd); in CubicToQuads()
159 tStart = tEnd; in CubicToQuads()
/external/skia/src/core/
DSkStroke.cpp214 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd);
467 void SkPathStroker::init(StrokeType strokeType, SkQuadConstruct* quadPts, SkScalar tStart, in init() argument
471 quadPts->init(tStart, tEnd); in init()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h826 virtual HRESULT WINAPI NewSegment(REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate) = 0;
848 … HRESULT (WINAPI *NewSegment)(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate);
872 #define IPin_NewSegment(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate) argument
903 …HRESULT WINAPI IPin_NewSegment_Proxy(IPin *This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double …
1144 virtual HRESULT WINAPI Run(REFERENCE_TIME tStart) = 0;
1158 HRESULT (WINAPI *Run)(IMediaFilter *This,REFERENCE_TIME tStart);
1174 #define IMediaFilter_Run(This,tStart) (This)->lpVtbl->Run(This,tStart) argument
1184 HRESULT WINAPI IMediaFilter_Run_Proxy(IMediaFilter *This,REFERENCE_TIME tStart);
1225 HRESULT (WINAPI *Run)(IBaseFilter *This,REFERENCE_TIME tStart);
1246 #define IBaseFilter_Run(This,tStart) (This)->lpVtbl->Run(This,tStart) argument
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2426 int32_t tStart = t; in matchLiterals() local
2441 if (!whitespaceLenient && t == tStart) { in matchLiterals()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...