Home
last modified time | relevance | path

Searched defs:firstSpan (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.cpp1444 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local
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
1848 const SkOpSpan& firstSpan = this->firstSpan(thisSpan); // rewind to the start in calcLoopSpanCount() local
2265 const SkOpSpan& firstSpan = this->firstSpan(*thisSpan); in checkSmall() local
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.cpp1511 const SkOpSpan* firstSpan = &fTs[index]; in calcAngles() local
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
1918 const SkOpSpan& firstSpan = this->firstSpan(thisSpan); // rewind to the start in calcLoopSpanCount() local
2340 const SkOpSpan& firstSpan = this->firstSpan(*thisSpan); in checkSmall() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.cpp708 void RenderTable::splitColumn(unsigned position, unsigned firstSpan) in splitColumn()