OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOtherT
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
18
double
fOtherT
; // value at fOther[fOtherIndex].fT
SkOpSegment.cpp
323
if (oSpan.fT == fTs[ttIndex].
fOtherT
) {
447
span.
fOtherT
= otherT;
596
span->
fOtherT
= -1;
885
SkASSERT(span->
fOtherT
== 1);
894
SkASSERT(span->
fOtherT
== 0);
[
all
...]
SkPathOpsDebug.cpp
307
if (fTs[i].fT == t && fTs[i].fOther == &other && fTs[i].
fOtherT
== otherT) {
428
other->fID, fTs[i].
fOtherT
, fTs[i].fOtherIndex);
531
SK_ALWAYSBREAK(otherSpan.
fOtherT
== t);
SkOpSegment.h
390
double
fOtherT
;
SkOpAngle.cpp
309
if (!approximately_equal(oSpan.
fOtherT
, span.fT)) {
[
all
...]
/external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt
407
&& span.
fOtherT
> 1 - FLT_EPSILON : span.fT > 1 - FLT_EPSILON
408
&& span.
fOtherT
< FLT_EPSILON);
410
&& span.
fOtherT
< FLT_EPSILON : fabs(span.fT - end->fT) < FLT_EPSILON
411
&& span.
fOtherT
> 1 - FLT_EPSILON);
Simplify.cpp
659
double
fOtherT
; // value at fOther[fOtherIndex].fT
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
638
if (otherTestT <
fOtherT
) {
641
SkASSERT(otherTestT ==
fOtherT
);
664
DebugDumpDouble(
fOtherT
);
Completed in 707 milliseconds