HomeSort by relevance Sort by last modified time
    Searched defs:otherT (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 387 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) {
389 if (precisely_zero(otherT)) {
390 otherT = 0;
391 } else if (precisely_equal(otherT, 1)) {
392 otherT = 1;
394 span.fOtherT = otherT;
806 void SkOpSegment::addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind,
815 && approximately_equal(span.fOtherT, otherT)) {
818 __FUNCTION__, fID, t, other->fID, otherT);
825 __FUNCTION__, fID, t, other->fID, otherT);
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 387 void SkOpSegment::addOtherT(int index, double otherT, int otherIndex) {
389 if (precisely_zero(otherT)) {
390 otherT = 0;
391 } else if (precisely_equal(otherT, 1)) {
392 otherT = 1;
394 span.fOtherT = otherT;
806 void SkOpSegment::addTPair(double t, SkOpSegment* other, double otherT, bool borrowWind,
815 && approximately_equal(span.fOtherT, otherT)) {
818 __FUNCTION__, fID, t, other->fID, otherT);
825 __FUNCTION__, fID, t, other->fID, otherT);
    [all...]

Completed in 78 milliseconds