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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h 24 class SkOpSegment {
26 SkOpSegment() {
32 bool operator<(const SkOpSegment& rh) const {
41 const SkOpSegment* fSegment;
42 const SkOpSegment* fOther1;
43 const SkOpSegment* fOther2;
202 const SkOpAngle* cAngle = (const_cast<const SkOpSegment*>(this))->spanToAngle(tStart, tEnd);
283 int addT(SkOpSegment* other, const SkPoint& pt, double newT);
284 void addTCancel(const SkPoint& startPt, const SkPoint& endPt, SkOpSegment* other);
286 SkOpSegment* other)
    [all...]
  /external/skia/src/pathops/
SkOpSegment.h 24 class SkOpSegment {
26 SkOpSegment() {
32 bool operator<(const SkOpSegment& rh) const {
41 const SkOpSegment* fSegment;
42 const SkOpSegment* fOther1;
43 const SkOpSegment* fOther2;
202 const SkOpAngle* cAngle = (const_cast<const SkOpSegment*>(this))->spanToAngle(tStart, tEnd);
283 int addT(SkOpSegment* other, const SkPoint& pt, double newT);
284 void addTCancel(const SkPoint& startPt, const SkPoint& endPt, SkOpSegment* other);
286 SkOpSegment* other)
    [all...]

Completed in 374 milliseconds