Searched refs:firstSpan (Results 1 – 6 of 6) sorted by relevance
1511 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local1514 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 SkOpSegment1894 const SkOpSpan* firstSpan = &thisSpan; // rewind to the start in firstSpan() local1897 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() local1921 const SkOpSpan* testSpan = &firstSpan - 1; in calcLoopSpanCount()1929 while (--testSpan >= &firstSpan) { in calcLoopSpanCount()[all …]
438 const SkOpSpan& firstSpan(const SkOpSpan& thisSpan) const;
708 void RenderTable::splitColumn(unsigned position, unsigned firstSpan) in splitColumn() argument711 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()
167 void splitColumn(unsigned position, unsigned firstSpan);
1444 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local1447 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 SkOpSegment1824 const SkOpSpan* firstSpan = &thisSpan; // rewind to the start in firstSpan() local1827 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() local1851 const SkOpSpan* testSpan = &firstSpan - 1; in calcLoopSpanCount()1859 while (--testSpan >= &firstSpan) { in calcLoopSpanCount()[all …]
436 const SkOpSpan& firstSpan(const SkOpSpan& thisSpan) const;