Searched defs:fOtherT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:SkOpSpan
H A DSkOpSegment.h388 double fOtherT; member in struct:SkOpSegment::MissingSpan
/external/skia/src/pathops/
H A DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:SkOpSpan
H A DSkOpSegment.h388 double fOtherT; member in struct:SkOpSegment::MissingSpan
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp659 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:Span
1657 span.fOtherT = otherT;
2030 && approximately_equal(span.fOtherT, otherT)) {
2827 if (moSpan.fOtherT == match->fT) {
2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) {
2859 if (toSpan.fOtherT == test->fT) {
2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) {
2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) {
3004 double oT = iSpan.fOtherT;
3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT
[all...]
/external/skia/experimental/Intersection/
H A DSimplify.cpp659 double fOtherT; // value at fOther[fOtherIndex].fT member in struct:Span
1657 span.fOtherT = otherT;
2030 && approximately_equal(span.fOtherT, otherT)) {
2827 if (moSpan.fOtherT == match->fT) {
2834 if (tOther->windValueAt(moSpan.fOtherT) == 0) {
2859 if (toSpan.fOtherT == test->fT) {
2865 if (toSpan.fOther == mOther && toSpan.fOtherT == moEndT) {
2866 if (mOther->windValueAt(toSpan.fOtherT) == 0) {
3004 double oT = iSpan.fOtherT;
3009 if (oT == oSpan.fT && this == oSpan.fOther && oSpan.fOtherT
[all...]

Completed in 195 milliseconds