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

/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnPathProcessor.cpp146 , m_triangulator(0)
264 if (!m_triangulator)
266 return m_triangulator->numberOfTriangles();
272 ASSERT(m_triangulator);
273 return m_triangulator->getTriangle(index);
281 if (m_triangulator)
282 return m_triangulator->numberOfInteriorVertices();
296 if (m_triangulator) {
297 LoopBlinnLocalTriangulator::Vertex* vertex = m_triangulator->getInteriorVertex(index);
351 LoopBlinnLocalTriangulator* m_triangulator; member in class:WebCore::LoopBlinnPathProcessorImplementation::Segment
[all...]

Completed in 39 milliseconds