Home
last modified time | relevance | path

Searched refs:firstSpan (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.cpp1511 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local
1514 if (firstSpan->fT == 0 || span->fTiny || span->fOtherT != 1 || span->fOther->multipleEnds()) { in calcAngles()
1893 const SkOpSpan& SkOpSegment::firstSpan(const SkOpSpan& thisSpan) const { in firstSpan() function in SkOpSegment
1894 const SkOpSpan* firstSpan = &thisSpan; // rewind to the start in firstSpan() local
1897 while (firstSpan > beginSpan && firstSpan[-1].fPt == testPt) { in firstSpan()
1898 --firstSpan; in firstSpan()
1900 return *firstSpan; in firstSpan()
1918 const SkOpSpan& firstSpan = this->firstSpan(thisSpan); // rewind to the start in calcLoopSpanCount() local
1921 const SkOpSpan* testSpan = &firstSpan - 1; in calcLoopSpanCount()
1929 while (--testSpan >= &firstSpan) { in calcLoopSpanCount()
[all …]
DSkOpSegment.h438 const SkOpSpan& firstSpan(const SkOpSpan& thisSpan) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp708 void RenderTable::splitColumn(unsigned position, unsigned firstSpan) in splitColumn() argument
711 ASSERT(m_columns[position].span > firstSpan); in splitColumn()
712 m_columns.insert(position, ColumnStruct(firstSpan)); in splitColumn()
713 m_columns[position + 1].span -= firstSpan; in splitColumn()
725 section->splitColumn(position, firstSpan); in splitColumn()
DRenderTable.h167 void splitColumn(unsigned position, unsigned firstSpan);
/external/skia/src/pathops/
DSkOpSegment.cpp1444 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local
1447 if (firstSpan->fT == 0 || span->fTiny || span->fOtherT != 1 || span->fOther->multipleEnds()) { in calcAngles()
1823 const SkOpSpan& SkOpSegment::firstSpan(const SkOpSpan& thisSpan) const { in firstSpan() function in SkOpSegment
1824 const SkOpSpan* firstSpan = &thisSpan; // rewind to the start in firstSpan() local
1827 while (firstSpan > beginSpan && firstSpan[-1].fPt == testPt) { in firstSpan()
1828 --firstSpan; in firstSpan()
1830 return *firstSpan; in firstSpan()
1848 const SkOpSpan& firstSpan = this->firstSpan(thisSpan); // rewind to the start in calcLoopSpanCount() local
1851 const SkOpSpan* testSpan = &firstSpan - 1; in calcLoopSpanCount()
1859 while (--testSpan >= &firstSpan) { in calcLoopSpanCount()
[all …]
DSkOpSegment.h436 const SkOpSpan& firstSpan(const SkOpSpan& thisSpan) const;