HomeSort by relevance Sort by last modified time
    Searched refs:LoopBlinnPathCache (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathCache.cpp 28 #include "LoopBlinnPathCache.h"
32 LoopBlinnPathCache::LoopBlinnPathCache()
36 LoopBlinnPathCache::~LoopBlinnPathCache()
40 void LoopBlinnPathCache::addVertex(float x, float y,
50 void LoopBlinnPathCache::clear()
60 void LoopBlinnPathCache::addInteriorVertex(float x, float y)
67 unsigned LoopBlinnPathCache::numberOfInteriorEdgeVertices() const
72 const float* LoopBlinnPathCache::interiorEdgeVertices() cons
    [all...]
LoopBlinnPathCache.h 42 class LoopBlinnPathCache {
43 WTF_MAKE_NONCOPYABLE(LoopBlinnPathCache);
45 LoopBlinnPathCache();
46 ~LoopBlinnPathCache();
LoopBlinnPathProcessor.h 50 class LoopBlinnPathCache;
55 // stored in the LoopBlinnPathCache. The exterior triangles have
71 // LoopBlinnPathCache.
72 void process(const Path&, LoopBlinnPathCache&);
100 void tessellateInterior(LoopBlinnPathCache&);
LoopBlinnPathProcessor.cpp 36 #include "LoopBlinnPathCache.h"
540 void LoopBlinnPathProcessor::process(const Path& path, LoopBlinnPathCache& cache)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 39 #include "LoopBlinnPathCache.h"
133 LoopBlinnPathCache m_pathCache;

Completed in 2230 milliseconds