HomeSort by relevance Sort by last modified time
    Searched refs:tStart (Results 1 - 15 of 15) sorted by null

  /external/skia/tests/
PathOpsTestCommon.cpp 22 double tStart = 0;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
PathOpsAngleTest.cpp 60 double tStart;
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;
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/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
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/
s_aalinetemp.h 109 GLfloat tStart, tEnd; /* segment start, end along line length */
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/
SkOpSegment.h 355 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;
SkOpSegment.cpp 318 double tStart = fTs[tIndex].fT;
320 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
323 addTPair(tStart, other, oStart, false, nextPt);
    [all...]
SkDCubicIntersection.cpp 28 static int quadPart(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) {
29 SkDCubic part = cubic.subDivide(tStart, tEnd);
38 cubic[3].fX, cubic[3].fY, tStart, tEnd);
  /external/skia/src/pathops/
SkOpSegment.h 355 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;
SkOpSegment.cpp 318 double tStart = fTs[tIndex].fT;
320 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
323 addTPair(tStart, other, oStart, false, nextPt);
    [all...]
SkDCubicIntersection.cpp 28 static int quadPart(const SkDCubic& cubic, double tStart, double tEnd, SkReduceOrder* reducer) {
29 SkDCubic part = cubic.subDivide(tStart, tEnd);
38 cubic[3].fX, cubic[3].fY, tStart, tEnd);
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 405 milliseconds