Home | History | Annotate | Download | only in pathops

Lines Matching refs:SkOpPtT

12 bool SkOpPtT::alias() const {
16 const SkOpPtT* SkOpPtT::active() const {
20 const SkOpPtT* ptT = this;
21 const SkOpPtT* stopPtT = ptT;
31 bool SkOpPtT::contains(const SkOpPtT* check) const {
33 const SkOpPtT* ptT = this;
34 const SkOpPtT* stopPtT = ptT;
43 bool SkOpPtT::contains(const SkOpSegment* segment, const SkPoint& pt) const {
45 const SkOpPtT* ptT = this;
46 const SkOpPtT* stopPtT = ptT;
55 bool SkOpPtT::contains(const SkOpSegment* segment, double t) const {
56 const SkOpPtT* ptT = this;
57 const SkOpPtT* stopPtT = ptT;
66 const SkOpPtT* SkOpPtT::contains(const SkOpSegment* check) const {
68 const SkOpPtT* ptT = this;
69 const SkOpPtT* stopPtT = ptT;
78 SkOpContour* SkOpPtT::contour() const {
82 const SkOpPtT* SkOpPtT::find(const SkOpSegment* segment) const {
83 const SkOpPtT* ptT = this;
84 const SkOpPtT* stopPtT = ptT;
95 SkOpGlobalState* SkOpPtT::globalState() const {
99 void SkOpPtT::init(SkOpSpanBase* span, double t, const SkPoint& pt, bool duplicate) {
110 bool SkOpPtT::onEnd() const {
119 bool SkOpPtT::ptAlreadySeen(const SkOpPtT* check) const {
129 SkOpPtT* SkOpPtT::prev() {
130 SkOpPtT* result = this;
131 SkOpPtT* next = this;
139 const SkOpSegment* SkOpPtT::segment() const {
143 SkOpSegment* SkOpPtT::segment() {
147 void SkOpPtT::setDeleted() {
154 SkOpPtT* oppPrev = this->ptT()->oppPrev(opp->ptT());
164 const SkOpPtT* start = &fPtT;
165 const SkOpPtT* walk = start;
183 const SkOpPtT* start = &fPtT;
184 const SkOpPtT* check = &span->fPtT;
186 const SkOpPtT* walk = start;
195 const SkOpPtT* SkOpSpanBase::contains(const SkOpSegment* segment) const {
196 const SkOpPtT* start = &fPtT;
197 const SkOpPtT* walk = start;
245 SkOpPtT* spanPtT = span->ptT();
253 SkOpPtT* remainder = spanPtT->next();
256 SkOpPtT* next = remainder->next();
257 SkOpPtT* compare = spanPtT->next();
259 SkOpPtT* nextC = compare->next();
287 SkOpPtT* head = this->ptT();
288 SkOpPtT* test = head;
305 SkOpPtT* test = &fPtT;
306 SkOpPtT* testNext;
307 const SkOpPtT* stop = test;
319 SkOpPtT* inner = opp->ptT();
320 const SkOpPtT* innerStop = inner;
347 const SkOpPtT* debugInner = inner;
404 SkOpPtT* next = &fPtT;
410 const SkOpPtT* spanEndPtT = fNext->contains(segment);
413 const SkOpPtT* start = base->ptT()->starter(spanEnd->ptT());
433 void SkOpSpan::release(const SkOpPtT* kept) {
449 SkOpPtT* stopPtT = this->ptT();
450 SkOpPtT* testPtT = stopPtT;