Searched defs:firstSpan (Results 1 – 3 of 3) sorted by relevance
1444 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local1823 const SkOpSpan& SkOpSegment::firstSpan(const SkOpSpan& thisSpan) const { in firstSpan() function in SkOpSegment1824 const SkOpSpan* firstSpan = &thisSpan; // rewind to the start in firstSpan() local1848 const SkOpSpan& firstSpan = this->firstSpan(thisSpan); // rewind to the start in calcLoopSpanCount() local2265 const SkOpSpan& firstSpan = this->firstSpan(*thisSpan); in checkSmall() local
1511 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local1893 const SkOpSpan& SkOpSegment::firstSpan(const SkOpSpan& thisSpan) const { in firstSpan() function in SkOpSegment1894 const SkOpSpan* firstSpan = &thisSpan; // rewind to the start in firstSpan() local1918 const SkOpSpan& firstSpan = this->firstSpan(thisSpan); // rewind to the start in calcLoopSpanCount() local2340 const SkOpSpan& firstSpan = this->firstSpan(*thisSpan); in checkSmall() local
708 void RenderTable::splitColumn(unsigned position, unsigned firstSpan) in splitColumn()