Searched refs:debugAddTPair (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.h506 void debugAddTPair(double t, const SkOpSegment& other, double otherT) const;
H A DSkPathOpsDebug.cpp305 void SkOpSegment::debugAddTPair(double t, const SkOpSegment& other, double otherT) const { function in class:SkOpSegment
H A DSkOpSegment.cpp275 other->debugAddTPair(other->fTs[oIndexStart].fT, *this, fTs[tIndex].fT);
284 other->debugAddTPair(other->fTs[oIndex].fT, *this, fTs[tIndexStart].fT);
/external/skia/src/pathops/
H A DSkOpSegment.h504 void debugAddTPair(double t, const SkOpSegment& other, double otherT) const;
H A DSkPathOpsDebug.cpp304 void SkOpSegment::debugAddTPair(double t, const SkOpSegment& other, double otherT) const { function in class:SkOpSegment
H A DSkOpSegment.cpp274 other->debugAddTPair(other->fTs[oIndexStart].fT, *this, fTs[tIndex].fT);
283 other->debugAddTPair(other->fTs[oIndex].fT, *this, fTs[tIndexStart].fT);
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSimplify.cpp1524 other.debugAddTPair(other.fTs[oIndexStart].fT, *this, fTs[tIndex].fT);
1533 other.debugAddTPair(other.fTs[oIndex].fT, *this, fTs[tIndexStart].fT);
4120 void debugAddTPair(double t, const Segment& other, double otherT) const {
/external/skia/experimental/Intersection/
H A DSimplify.cpp1524 other.debugAddTPair(other.fTs[oIndexStart].fT, *this, fTs[tIndex].fT);
1533 other.debugAddTPair(other.fTs[oIndex].fT, *this, fTs[tIndexStart].fT);
4120 void debugAddTPair(double t, const Segment& other, double otherT) const {

Completed in 365 milliseconds