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

1 2

  /hardware/qcom/gps/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /hardware/qcom/gps/msm8960/core/
MsgTask.h 48 typedef void* (*tStart)(void*);
49 typedef pthread_t (*tCreate)(const char* name, tStart start, void* arg);
  /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 194 const SkOpAngle* spanToAngle(int tStart, int tEnd) const {
195 SkASSERT(tStart != tEnd);
196 const SkOpSpan& span = fTs[tStart];
197 return tStart < tEnd ? span.fToAngle : span.fFromAngle;
201 SkOpAngle* spanToAngle(int tStart, int tEnd) {
202 const SkOpAngle* cAngle = (const_cast<const SkOpSegment*>(this))->spanToAngle(tStart, tEnd);
426 bool clockwise(int tStart, int tEnd, bool* swap) const;
464 bool monotonicInY(int tStart, int tEnd) const;
471 bool serpentine(int tStart, int tEnd) const;
500 bool controlsContainedByEnds(int tStart, int tEnd) const
    [all...]
SkPathOpsDebug.cpp 293 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const {
297 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
315 void SkOpSegment::debugCheckPointsEqualish(int tStart, int tEnd) const {
316 const SkPoint& basePt = fTs[tStart].fPt;
317 while (++tStart < tEnd) {
318 const SkPoint& cmpPt = fTs[tStart].fPt;
325 int SkOpSegment::debugInflections(int tStart, int tEnd) const {
329 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
SkOpAngle.cpp 67 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__,
420 double tStart = segment.t(index ? rh.fStart : fStart);
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
429 if (approximately_equal_orderable(tStart, testT)) {
519 double tStart = segment.t(sIndex ? rh.fStart : fStart)
    [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);
SkOpSegment.cpp 342 double tStart = fTs[tIndex].fT;
344 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
348 addTPair(tStart, other, oStart, false, nextPt);
    [all...]
  /external/skia/src/pathops/
SkOpSegment.h 194 const SkOpAngle* spanToAngle(int tStart, int tEnd) const {
195 SkASSERT(tStart != tEnd);
196 const SkOpSpan& span = fTs[tStart];
197 return tStart < tEnd ? span.fToAngle : span.fFromAngle;
201 SkOpAngle* spanToAngle(int tStart, int tEnd) {
202 const SkOpAngle* cAngle = (const_cast<const SkOpSegment*>(this))->spanToAngle(tStart, tEnd);
426 bool clockwise(int tStart, int tEnd, bool* swap) const;
464 bool monotonicInY(int tStart, int tEnd) const;
471 bool serpentine(int tStart, int tEnd) const;
500 bool controlsContainedByEnds(int tStart, int tEnd) const
    [all...]
SkPathOpsDebug.cpp 293 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const {
297 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
315 void SkOpSegment::debugCheckPointsEqualish(int tStart, int tEnd) const {
316 const SkPoint& basePt = fTs[tStart].fPt;
317 while (++tStart < tEnd) {
318 const SkPoint& cmpPt = fTs[tStart].fPt;
325 int SkOpSegment::debugInflections(int tStart, int tEnd) const {
329 SkDCubic dst = SkDCubic::SubDivide(fPts, fTs[tStart].fT, fTs[tEnd].fT);
SkOpAngle.cpp 67 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__,
420 double tStart = segment.t(index ? rh.fStart : fStart);
426 if (!approximately_between_orderable(tStart, testT, tEnd)) {
429 if (approximately_equal_orderable(tStart, testT)) {
519 double tStart = segment.t(sIndex ? rh.fStart : fStart)
    [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);
SkOpSegment.cpp 342 double tStart = fTs[tIndex].fT;
344 if (tStart == 1 && oStart == 1 && fOperand == other->fOperand) {
348 addTPair(tStart, other, oStart, false, nextPt);
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 152 double tStart = 0;
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
PathOpsTestCommon.cpp 22 double tStart = 0;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 152 double tStart = 0;
156 SkDCubic part = cubic.subDivide(tStart, tEnd);
218 double quadT = tStart + (tEnd - tStart) * locals[0][0];
260 tStart = tEnd;
PathOpsTestCommon.cpp 22 double tStart = 0;
25 SkDCubic part = cubic.subDivide(tStart, tEnd);
28 tStart = tEnd;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection.cpp 30 static int quadPart(const Cubic& cubic, double tStart, double tEnd, Quadratic& simple) {
32 sub_divide(cubic, tStart, tEnd, part);
41 cubic[3].x, cubic[3].y, tStart, tEnd);
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
CubicIntersection.cpp 30 static int quadPart(const Cubic& cubic, double tStart, double tEnd, Quadratic& simple) {
32 sub_divide(cubic, tStart, tEnd, part);
41 cubic[3].x, cubic[3].y, tStart, tEnd);
Simplify.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h 522 REFERENCE_TIME tStart,
604 REFERENCE_TIME tStart,
635 #define IPin_NewSegment(This,tStart,tStop,dRate) (This)->lpVtbl->NewSegment(This,tStart,tStop,dRate)
690 static FORCEINLINE HRESULT IPin_NewSegment(IPin* This,REFERENCE_TIME tStart,REFERENCE_TIME tStop,double dRate) {
691 return This->lpVtbl->NewSegment(This,tStart,tStop,dRate);
811 REFERENCE_TIME tStart,
    [all...]
amstream.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 

Completed in 1443 milliseconds

1 2