OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_vertices
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathCache.h
48
unsigned numberOfVertices() const { return
m_vertices
.size() / 2; }
58
return
m_vertices
.data();
108
Vector<float>
m_vertices
;
member in class:WebCore::LoopBlinnPathCache
LoopBlinnLocalTriangulator.h
127
m_vertices
[0] = 0;
128
m_vertices
[1] = 0;
129
m_vertices
[2] = 0;
136
return
m_vertices
[index];
153
m_vertices
[0] = v0;
154
m_vertices
[1] = v1;
155
m_vertices
[2] = v2;
170
//
m_vertices
contained in the surrounding triangulator.
171
Vertex*
m_vertices
[3];
member in class:WebCore::LoopBlinnLocalTriangulator::Triangle
186
return &
m_vertices
[index]
250
Vertex
m_vertices
[4];
member in class:WebCore::LoopBlinnLocalTriangulator
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp
575
:
m_vertices
(vertices)
579
FloatPointVector*
m_vertices
;
member in struct:WebCore::PolygonData
605
int index = polygonData->
m_vertices
->size();
606
polygonData->
m_vertices
->append(FloatPoint(static_cast<float>(coords[0]), static_cast<float>(coords[1])));
[
all
...]
Completed in 840 milliseconds