Searched refs:tStart (Results 1 - 16 of 16) sorted by relevance

/external/skia/tests/
H A DPathOpsTestCommon.cpp22 double tStart = 0; local
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
H A DPathOpsAngleTest.cpp60 double tStart; member in struct:SortSet
260 start = dLine.ptAtT(set[idx].tStart).asSkPoint();
272 start = dQuad.ptAtT(set[idx].tStart).asSkPoint();
284 start = dCubic.ptAtT(set[idx].tStart).asSkPoint();
288 double tStart = set[idx].tStart; local
290 seg->addT(NULL, start, tStart);
292 if (tStart != 0 && tEnd != 0) {
295 if (tStart != 1 && tEnd != 1) {
302 if (seg->t(tIndex) == set[idx].tStart) {
[all...]
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h355 bool clockwise(int tStart, int tEnd) const;
382 bool monotonicInY(int tStart, int tEnd) const;
386 bool serpentine(int tStart, int tEnd) const;
413 bool controlsContainedByEnds(int tStart, int tEnd) const;
H A DSkOpSegment.cpp318 double tStart = fTs[tIndex].fT; local
320 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
323 addTPair(tStart, other, oStart, false, nextPt);
1235 int tStart = -1; local
1243 tStart = inner - 1;
1268 for (int tIndex = tStart + 1; tIndex < tLast; ++tIndex) {
2352 bool SkOpSegment::clockwise(int tStart, int tEnd) const { argument
2355 subDivide(tStart, tEnd, edge);
2364 SkPoint topPt = cubic_top(fPts, fTs[tStart].fT, fTs[tEnd].fT);
2377 bool SkOpSegment::monotonicInY(int tStart, in argument
2390 serpentine(int tStart, int tEnd) const argument
2952 controlsContainedByEnds(int tStart, int tEnd) const argument
[all...]
H A DSkDCubicIntersection.cpp28 static int quadPart(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) { argument
29 SkDCubic part = cubic.subDivide(tStart, tEnd);
38 cubic[3].fX, cubic[3].fY, tStart, tEnd);
/external/skia/src/pathops/
H A DSkOpSegment.h355 bool clockwise(int tStart, int tEnd) const;
382 bool monotonicInY(int tStart, int tEnd) const;
386 bool serpentine(int tStart, int tEnd) const;
413 bool controlsContainedByEnds(int tStart, int tEnd) const;
H A DSkOpSegment.cpp318 double tStart = fTs[tIndex].fT; local
320 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
323 addTPair(tStart, other, oStart, false, nextPt);
1235 int tStart = -1; local
1243 tStart = inner - 1;
1268 for (int tIndex = tStart + 1; tIndex < tLast; ++tIndex) {
2352 bool SkOpSegment::clockwise(int tStart, int tEnd) const { argument
2355 subDivide(tStart, tEnd, edge);
2364 SkPoint topPt = cubic_top(fPts, fTs[tStart].fT, fTs[tEnd].fT);
2377 bool SkOpSegment::monotonicInY(int tStart, in argument
2390 serpentine(int tStart, int tEnd) const argument
2952 controlsContainedByEnds(int tStart, int tEnd) const argument
[all...]
H A DSkDCubicIntersection.cpp28 static int quadPart(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) { argument
29 SkDCubic part = cubic.subDivide(tStart, tEnd);
38 cubic[3].fX, cubic[3].fY, tStart, tEnd);
/external/icu4c/i18n/
H A Dsmpdtfmt.cpp2190 int32_t tStart = t; local
2205 if (!lenient && 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.ui.workbench_3.6.1.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 ...

Completed in 244 milliseconds