Searched refs:nextSegments (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.h97 Vector<LoopBlinnPathProcessorImplementation::Segment*>& nextSegments);
H A DLoopBlinnPathProcessor.cpp957 Vector<Segment*> nextSegments; local
1034 conditionallySubdivide(seg, nextSegments);
1036 conditionallySubdivide(seg, nextSegments);
1049 curSegments.swap(nextSegments);
1050 nextSegments.clear();
1054 void LoopBlinnPathProcessor::conditionallySubdivide(Segment* seg, Vector<Segment*>& nextSegments) argument
1063 nextSegments.append(next);
1064 nextSegments.append(next->next());
1074 Vector<Segment*> nextSegments; local
1109 conditionallySubdivide(seg, nextSegments);
[all...]

Completed in 102 milliseconds