Home
last modified time | relevance | path

Searched refs:fT (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/pathops/
DSkIntersections.cpp15 if (!between(rangeStart, fT[0][index], rangeEnd)) { in closestTo()
30 fT[1][index] = 1 - fT[1][index]; in flip()
35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) { in insert()
39 SkASSERT(fUsed <= 1 || fT[0][0] <= fT[0][1]); in insert()
42 double oldOne = fT[0][index]; in insert()
43 double oldTwo = fT[1][index]; in insert()
54 fT[0][index] = one; in insert()
55 fT[1][index] = two; in insert()
65 if (fT[0][index] > one) { in insert()
78 memmove(&fT[0][index + 1], &fT[0][index], sizeof(fT[0][0]) * remaining); in insert()
[all …]
DSkDLineIntersection.cpp15 bool startMatch = fT[0][0] == 0 || zero_or_one(fT[1][0]); in cleanUpParallelLines()
16 bool endMatch = fT[0][1] == 1 || zero_or_one(fT[1][1]); in cleanUpParallelLines()
17 if ((!startMatch && !endMatch) || approximately_equal(fT[0][0], fT[0][1])) { in cleanUpParallelLines()
19 if (startMatch && endMatch && (fT[0][0] != 0 || !zero_or_one(fT[1][0])) in cleanUpParallelLines()
20 && fT[0][1] == 1 && zero_or_one(fT[1][1])) { in cleanUpParallelLines()
33 fPt[0] = line.ptAtT(fT[0][0]); in computePoints()
35 fPt[1] = line.ptAtT(fT[0][1]); in computePoints()
57 fT[0][0] = numerA; in intersectRay()
58 fT[1][0] = numerB; in intersectRay()
71 fT[0][0] = fT[1][0] = 0; in intersectRay()
[all …]
DSkOpCoincidence.cpp23 if (coinRec->fCoinPtTStart->fT > coinPtTEnd->fT) { in extend()
26 if (coinRec->fCoinPtTEnd->fT < coinPtTStart->fT) { in extend()
29 if (coinRec->fCoinPtTStart->fT > coinPtTStart->fT) { in extend()
33 if (coinRec->fCoinPtTEnd->fT < coinPtTEnd->fT) { in extend()
45 SkASSERT(coinPtTStart->fT < coinPtTEnd->fT); in add()
46 bool flipped = oppPtTStart->fT > oppPtTEnd->fT; in add()
61 double denom = overE->fT - overS->fT; in t_range()
64 double sRatio = (start - overS->fT) / denom; in t_range()
65 double eRatio = (end - overS->fT) / denom; in t_range()
66 *coinTs = coinPtTStart->fT + (coinPtTEnd->fT - coinPtTStart->fT) * sRatio; in t_range()
[all …]
DSkOpSpan.h107 SkOpPtT* start1 = s1->fT < e1->fT ? s1 : e1; in Overlaps()
108 SkOpPtT* start2 = s2->fT < e2->fT ? s2 : e2; in Overlaps()
109 *sOut = between(s1->fT, start2->fT, e1->fT) ? start2 in Overlaps()
110 : between(s2->fT, start1->fT, e2->fT) ? start1 : nullptr; in Overlaps()
111 SkOpPtT* end1 = s1->fT < e1->fT ? e1 : s1; in Overlaps()
112 SkOpPtT* end2 = s2->fT < e2->fT ? e2 : s2; in Overlaps()
113 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2 in Overlaps()
114 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr; in Overlaps()
116 SkASSERT(start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
144 return fT < end->fT ? this : end; in starter()
[all …]
DSkPathOpsDebug.cpp86 double fT; member
103 glitch->fT = SK_ScalarNaN; in recordCommon()
128 glitch->fT = t; in record()
136 glitch->fT = t; in record()
499 if ((testT = test->ptT()->fT) >= t) { in debugAddMissing()
674 bool swapped = priorPtT->fT > ptT->fT; in debugMissingCoincidence()
679 bool flipped = oppStart->fT > oppEnd->fT; in debugMissingCoincidence()
822 if (this->match(startBase, testBase->segment(), testBase->fT, testBase->fPt)) { in debugMoveNearby()
875 SkDebugf(") t=%1.9g (%1.9g,%1.9g)", ptT->fT, ptT->fPt.fX, ptT->fPt.fY); in debugShowActiveSpans()
1139 double startRange = coin->fCoinPtTEnd->fT - startPtT->fT; in debugAddExpanded()
[all …]
DSkOpSpan.cpp89 fT = t; in init()
157 SkASSERT(!zero_or_one(this->fPtT.fT)); in align()
162 if (zero_or_one(ptT->fT)) { in align()
166 if (ptT->fT) { in align()
189 SkASSERT(t == ptT->fT); in alignEnd()
197 if (!zero_or_one(test->fT)) { in alignEnd()
200 *other->writablePt(!!test->fT) = pt; in alignEnd()
294 SkASSERT(this->t() != spanPtT->fT); in merge()
295 SkASSERT(!zero_or_one(spanPtT->fT)); in merge()
304 if (nextC->span() == remainder->span() && nextC->fT == remainder->fT) { in merge()
DSkIntersections.h26 sk_bzero(fT, sizeof(fT)); in SkIntersections()
43 TArray operator[](int n) const { return TArray(fT[n]); }
107 return fUsed > 0 && (t == 0 ? fT[0][0] == 0 : fT[0][fUsed - 1] == 1); in hasT()
190 fT[(int) swap][tIndex] = t; in set()
216 fT[0][index] = fT[0][index] * (1 + BUMP_EPSILON * 2) - BUMP_EPSILON; in unBumpT()
217 if (!between(0, fT[0][index], 1)) { in unBumpT()
304 double fT[2][12]; variable
DSkPathOpsWinding.cpp87 fT = span->t() * (1 - t) + span->next()->t() * t; in makeTestBase()
89 fSlope = segment->dSlopeAtT(fT); in makeTestBase()
90 fPt = segment->ptAtT(fT); in makeTestBase()
98 double fT; member
134 if (base.fSpan->segment() == this && approximately_equal(base.fT, t)) { in rayCheck()
159 && roughly_equal(base.fT, t) in rayCheck()
182 newHit->fT = t; in rayCheck()
265 hitBase.fT, hitBase.fPt.fX, hitBase.fPt.fY); in sortableTop()
277 SkDebugf(" t=%1.9g pt=(%1.9g,%1.9g) slope=(%1.9g,%1.9g)\n", hit->fT, in sortableTop()
DSkOpSegment.cpp306 if ((testT = test->ptT()->fT) >= t) { in addMissing()
331 if (t == result->fT) { in addT()
340 if (loop->segment() == this && loop->fT == t && ptMatch) { in addT()
363 if (t < result->fT) { in addT()
1100 if (this == baseParent && this == testParent && precisely_equal(base->fT, testT)) { in match()
1106 return !this->ptsDisjoint(base->fT, base->fPt, testT, testPt); in match()
1261 bool swapped = priorPtT->fT > ptT->fT; in missingCoincidence()
1266 bool flipped = oppStart->fT > oppEnd->fT; in missingCoincidence()
1430 if (this->match(startBase, testBase->segment(), testBase->fT, testBase->fPt)) { in moveNearby()
1589 double startT = startPtT.fT; in subDivide()
[all …]
DSkOpSegment.h228 SkDEBUGCODE(result->ptT()->fT = 0); in insert()
305 return ptsDisjoint(span.fT, span.fPt, test.fT, test.fPt); in ptsDisjoint()
309 return ptsDisjoint(span.fT, span.fPt, t, pt); in ptsDisjoint()
DSkDQuadLineIntersection.cpp429 fUsed = q.intersectRay(fT[0]); in intersectRay()
431 fPt[index] = quad.ptAtT(fT[0][index]); in intersectRay()
DSkDConicLineIntersection.cpp348 fUsed = c.intersectRay(fT[0]); in intersectRay()
350 fPt[index] = conic.ptAtT(fT[0][index]); in intersectRay()
DSkDCubicLineIntersection.cpp422 fUsed = c.intersectRay(fT[0]); in intersectRay()
424 fPt[index] = cubic.ptAtT(fT[0][index]); in intersectRay()
/external/ImageMagick/PerlMagick/t/reference/filter/
DGamma.miff15fT�eW�d]�]Y�^W�cS�fT�fa�gd�dL�dG�]N�`Y�bT�cN�hQ�i`�kn�~�sh�dQ�eS�gV�gW�eS�s���������������������q�…
DMotionBlur.miff15fT�jV�oZ�u`�}h��m��p��p��p��r��w��|����������������������������������PI�PJ�OK�OL�NL�NM�MN�LO�KP�KR…
DConvolve.miff15 …hmYx�}���������������������������������������������������������������շ���s�fT�WEwK>qE9jA5h@4gA4cB6…
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DContrast.miff43 …�F<�0+�-0�,/�0*�0"�G@����{��Yt�?a�<MQb6k�W}�hz�it�`v�`w�du�^}�f�����fT?fT?fT?fT?fT?gR;fU>`WHi_`sc…
DRotate.miff42 …,��#1��)>��$>��6��+4��5-��7'��5.��21��2,��4%��7#��6&��>1��OB��_M��fM��hQ��fT��w`���t����������x�…
/external/skia/tests/
DPathOpsDebug.cpp188 fIsCoincident[0] & (1 << index) ? "*" : "", fT[0][index], in dump()
189 fIsCoincident[1] & (1 << index) ? "*" : "", fT[1][index], in dump()
967 SkDebugf(" t=%1.9g pt=(%1.9g,%1.9g)%s%s", this->fT, this->fPt.fX, this->fPt.fY, in dumpBase()
/external/ImageMagick/PerlMagick/t/reference/composite/
DDifference.miff19 …ztn{+ikB`N xvp�lvp{mx gtq�my&msDsl6oo)gl@tp/}�iqG\#Ha3HMLpf5ihJe\S}fTcT{WTwOTqCTq<Tj9Td<T…
/external/ImageMagick/Magick++/tests/
Dtest_image.miff280 OC/fT@bP;aP8cS;aR;aR;bR<_S;cQ;cUA*M1 @*=*G2<'*&''.
683 _JOKfT:4!#(nN!*
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_dur.pkb670 b_��:����&�N����ԎaY�9a1-X��"�fT%�U�����,��Ak)�-�p)��Z@Ȃ���eIe�&5CU�BLV���A��b�AT�cz$
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_g2p.pkb190 …"R�9�x+ʂ]AO���X��2%�~����ȌeA�-�/�� P^�(2�<8�2��P�D{0�����?����;fT)rߓ�����Ȭy������)…
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4494fT();c3=c[10026]|0}else{c3=c2}if((c3|0)==(-1|0)|(c3|0)==0){c[200]=2;c[144]=1;dg(2,1);dg(1,2);c[200… function
4495fT=0.0,fU=0,fV=0,fW=0,fX=0,fY=0,fZ=0,f_=0,f$=0,f0=0,f1=0,f2=0,f4=0,f5=0,f6=0,f7=0,f9=0,ga=0,gb=0.0…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb3209 …),>J%A0OMD�*T��<V���� <-����+��"�8�����,�) \�� `��J���T� ��;1+RlhI6FSFaX]60M}`O[fT<C

12