Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gpu/
DLoopBlinnPathProcessor.cpp433 bool isOrientedCounterClockwise() const { return m_isOrientedCounterClockwise; } in isOrientedCounterClockwise() function in WebCore::LoopBlinnPathProcessorImplementation::Contour
434 …void setIsOrientedCounterClockwise(bool isOrientedCounterClockwise) { m_isOrientedCounterClockwise… in setIsOrientedCounterClockwise()