Home
last modified time | relevance | path

Searched refs:LoopBlinnPathProcessorImplementation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.h42 namespace LoopBlinnPathProcessorImplementation {
89 void determineOrientation(LoopBlinnPathProcessorImplementation::Contour*);
96 void conditionallySubdivide(LoopBlinnPathProcessorImplementation::Segment*,
97 … Vector<LoopBlinnPathProcessorImplementation::Segment*>& nextSegments);
105 …Vector<LoopBlinnPathProcessorImplementation::Segment*> allSegmentsOverlappingY(LoopBlinnPathProces…
116 Vector<LoopBlinnPathProcessorImplementation::Contour*> m_contours;
DLoopBlinnPathProcessor.cpp63 using LoopBlinnPathProcessorImplementation::Contour;
64 using LoopBlinnPathProcessorImplementation::Segment;
89 namespace LoopBlinnPathProcessorImplementation { namespace
113 struct ValueToString<LoopBlinnPathProcessorImplementation::Segment*> {
114 static String string(LoopBlinnPathProcessorImplementation::Segment* const& value) in string()
121 namespace LoopBlinnPathProcessorImplementation { namespace
/external/webkit/Source/WebCore/
DChangeLog-2011-02-163863 (WebCore::LoopBlinnPathProcessorImplementation::Segment::Segment):
3864 (WebCore::LoopBlinnPathProcessorImplementation::Segment::setup):
3865 (WebCore::LoopBlinnPathProcessorImplementation::Segment::kind):
3866 (WebCore::LoopBlinnPathProcessorImplementation::Segment::getPoint):
3867 (WebCore::LoopBlinnPathProcessorImplementation::Segment::next):
3868 (WebCore::LoopBlinnPathProcessorImplementation::Segment::prev):
3869 (WebCore::LoopBlinnPathProcessorImplementation::Segment::setNext):
3870 (WebCore::LoopBlinnPathProcessorImplementation::Segment::setPrev):
3871 (WebCore::LoopBlinnPathProcessorImplementation::Segment::contour):
3872 (WebCore::LoopBlinnPathProcessorImplementation::Segment::subdivide):
[all …]