Searched defs:tStart (Results 1 - 18 of 18) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCurve.cpp12 double tStart, double tEnd, SkPathOpsBounds* bounds) {
16 dRect.setBounds(dCurve, fConic, tStart, tEnd);
22 double tStart, double tEnd, SkPathOpsBounds* bounds) {
26 dRect.setBounds(dCurve, fCubic, tStart, tEnd);
32 double tStart, double tEnd, SkPathOpsBounds* bounds) {
36 dRect.setBounds(dCurve, fQuad, tStart, tEnd);
11 setConicBounds(const SkPoint curve[3], SkScalar curveWeight, double tStart, double tEnd, SkPathOpsBounds* bounds) argument
21 setCubicBounds(const SkPoint curve[4], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) argument
31 setQuadBounds(const SkPoint curve[3], SkScalar , double tStart, double tEnd, SkPathOpsBounds* bounds) argument
H A DSkOpCoincidence.cpp59 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd, argument
62 double start = 0 < denom ? tStart : tEnd;
63 double end = 0 < denom ? tEnd : tStart;
174 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd,
178 t_range(over1s, over1e, tStart, tEnd, coinPtTStart, coinPtTEnd, &coinTs, &coinTe);
179 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe);
173 addIfMissing(const SkOpPtT* over1s, const SkOpPtT* over1e, const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd, SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd, SkChunkAlloc* allocator) argument
H A DSkOpAngle.cpp67 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
68 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
69 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
87 bugOut.printf("%s [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
88 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g"
89 " < [%d/%d] %d/%d tStart=%1.9g tEnd=%1.9g ", __FUNCTION__,
415 double tStart = index ? rh->fStart->t() : this->fStart->t(); local
417 bool testAscends = tStart < (index ? rh->fComputedEnd->t() : this->fComputedEnd->t());
421 if (!approximately_between_orderable(tStart, testT, tEnd)) {
424 if (approximately_equal_orderable(tStart, test
491 double tStart = sIndex ? rh->fStart->t() : fStart->t(); local
673 double tStart = angle->fStart->t(); local
[all...]
H A DSkPathOpsDebug.cpp1168 static void t_range(const SkOpPtT* overS, const SkOpPtT* overE, double tStart, double tEnd, argument
1171 double start = 0 < denom ? tStart : tEnd;
1172 double end = 0 < denom ? tEnd : tStart;
1205 const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd,
1209 t_range(over1s, over1e, tStart, tEnd, coinPtTStart, coinPtTEnd, &coinTs, &coinTe);
1210 t_range(over2s, over2e, tStart, tEnd, oppPtTStart, oppPtTEnd, &oppTs, &oppTe);
1204 debugAddIfMissing(const SkOpPtT* over1s, const SkOpPtT* over1e, const SkOpPtT* over2s, const SkOpPtT* over2e, double tStart, double tEnd, SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, const SkOpPtT* oppPtTEnd) const argument
H A 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, argument
878 double result = work.fStartT = work.fEndT = tStart;
880 SkDPoint last = fCurve.ptAtT(tStart);
1425 double tStart = oCoinS.perpT(); local
1427 bool swap = tStart > tEnd;
1429 SkTSwap(tStart, tEnd);
1431 tStart = SkTMax(tStart, span->fStartT);
1433 if (tStart > tEn
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h109 GLfloat tStart, tEnd; /* segment start, end along line length */ local
190 tStart = tEnd = 0.0;
203 tStart = t;
212 if (inSegment && (tEnd > tStart)) {
214 segment(ctx, &line, NAME(plot), tStart, tEnd);
226 segment(ctx, &line, NAME(plot), tStart, 1.0F);
/external/skia/tests/
H A DPathOpsTestCommon.cpp141 double tStart = 0; local
146 SkDCubic part = cubic.subDivide(tStart, tEnd);
159 tStart = tEnd;
/external/skia/src/core/
H A DSkStroke.cpp214 void init(StrokeType strokeType, SkQuadConstruct* , SkScalar tStart, SkScalar tEnd);
467 void SkPathStroker::init(StrokeType strokeType, SkQuadConstruct* quadPts, SkScalar tStart, argument
471 quadPts->init(tStart, tEnd);
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2426 int32_t tStart = t; local
2441 if (!whitespaceLenient && t == tStart) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 263 milliseconds