Searched defs:ptT (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpSpan.cpp | 28 const SkOpPtT* ptT = this; in contains() local 40 SkOpPtT* ptT = this; in contains() local 56 SkOpPtT* ptT = fNext; in doppelganger() local 72 SkOpPtT* ptT = this; in find() local 160 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in align() local 188 SkOpPtT* ptT = &this->fPtT; in alignEnd() local 207 SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in alignInner() local
|
D | SkPathOpsDebug.cpp | 621 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local 874 const SkOpPtT* ptT = span->ptT(); in debugShowActiveSpans() local 1513 const SkOpPtT* ptT = &this->fPtT; in debugAlignedEnd() local 1534 const SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in debugAlignedInner() local 1603 const SkOpPtT* ptT = &fPtT; in debugValidate() local 1672 const SkOpPtT* ptT = this; in debugContains() local 1692 const SkOpPtT* ptT = this; in debugContains() local
|
D | SkOpSpan.h | 264 const SkOpPtT* ptT() const { in ptT() function 268 SkOpPtT* ptT() { in ptT() function
|
D | SkOpSegment.cpp | 233 SkOpPtT* ptT = segment->addT(i[0][0], SkOpSegment::kAllowAlias, allocator); in addAlignIntersection() local 1179 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in clear_visited() local 1202 SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in missingCoincidence() local 1527 SkOpPtT* ptT = span->ptT(), * stopPtT = ptT; in sortAngles() local 1676 bool SkOpSegment::testForCoincidence(const SkOpPtT* priorPtT, const SkOpPtT* ptT, in testForCoincidence()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 258 const SkOpAngle* SkPathOpsDebug::DebugPtTAngle(const SkOpPtT* ptT, int id) { in DebugPtTAngle() 262 SkOpContour* SkPathOpsDebug::DebugPtTContour(SkOpPtT* ptT, int id) { in DebugPtTContour() 266 const SkOpPtT* SkPathOpsDebug::DebugPtTPtT(const SkOpPtT* ptT, int id) { in DebugPtTPtT() 270 const SkOpSegment* SkPathOpsDebug::DebugPtTSegment(const SkOpPtT* ptT, int id) { in DebugPtTSegment() 274 const SkOpSpanBase* SkPathOpsDebug::DebugPtTSpan(const SkOpPtT* ptT, int id) { in DebugPtTSpan() 911 const SkOpPtT* ptT = this; in debugMatchID() local 1361 const SkOpPtT* ptT = span->ptT(); in debugPtT() local 1367 const SkOpPtT* ptT = tail->ptT(); in debugPtT() local
|