OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VertexType
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/utils/
SkPatchGrid.h
83
enum
VertexType
{
90
SkPatchGrid(int rows = 0, int cols = 0,
VertexType
flags = kNone_VertexType,
116
void reset(int rows, int cols,
VertexType
flags, SkXfermode* xMode);
134
VertexType
fModeFlags;
SkPatchGrid.cpp
11
SkPatchGrid::SkPatchGrid(int rows, int cols,
VertexType
flags, SkXfermode* xfer)
122
void SkPatchGrid::reset(int rows, int cols,
VertexType
flags, SkXfermode* xMode) {
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2CollideEdge.cpp
201
enum
VertexType
215
VertexType
m_type1, m_type2;
/external/skia/src/gpu/batches/
GrAAHairLinePathRenderer.cpp
633
template <class
VertexType
>
647
VertexType
* verts = reinterpret_cast<
VertexType
*>(vertices);
[
all
...]
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
Collision.java
961
enum
VertexType
{
978
VertexType
m_type1, m_type2;
[
all
...]
Completed in 260 milliseconds