HomeSort by relevance Sort by last modified time
    Searched refs:hiEnd (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 381 double hiEnd = SkTMax(max1, max2);
389 missingT1 = segment1->calcMissingTStart(refSegment, loEnd, min, max, hiEnd,
398 missingT1 = segment2->calcMissingTStart(refSegment, loEnd, min, max, hiEnd,
421 missingT2 = segment1->calcMissingTEnd(refSegment, loEnd, min, max, hiEnd,
430 missingT2 = segment2->calcMissingTEnd(refSegment, loEnd, min, max, hiEnd,
SkOpSegment.h 301 double hiEnd, const SkOpSegment* other, int thisEnd);
303 double hiEnd, const SkOpSegment* other, int thisEnd);
SkOpSegment.cpp     [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 370 double hiEnd = SkTMax(max1, max2);
378 missingT1 = segment1->calcMissingTStart(refSegment, loEnd, min, max, hiEnd,
387 missingT1 = segment2->calcMissingTStart(refSegment, loEnd, min, max, hiEnd,
410 missingT2 = segment1->calcMissingTEnd(refSegment, loEnd, min, max, hiEnd,
419 missingT2 = segment2->calcMissingTEnd(refSegment, loEnd, min, max, hiEnd,
SkOpSegment.h 299 double hiEnd, const SkOpSegment* other, int thisEnd);
301 double hiEnd, const SkOpSegment* other, int thisEnd);
SkOpSegment.cpp     [all...]

Completed in 431 milliseconds