Searched defs:Mesh (Results 1 - 4 of 4) sorted by relevance

/external/skia/legacy/src/utils/
H A DSkNinePatch.cpp96 struct Mesh { struct
133 Mesh mesh;
/external/skia/src/utils/
H A DSkNinePatch.cpp96 struct Mesh { struct
133 Mesh mesh;
/external/skia/tests/
H A DBlitRowTest.cpp167 struct Mesh { struct
171 Mesh(const SkBitmap& bm, SkPaint* paint) { function in struct:Mesh
221 Mesh mesh(srcBM, &paint);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java59 * <code>Mesh</code> is used to store rendering data.
65 * the size of each point is specified via {@link Mesh#setPointSize(float) }.
69 * via {@link Mesh#setLineWidth(float) }.</li>
75 public class Mesh implements Savable, Cloneable { class in inherits:Savable,Cloneable
78 * The mode of the Mesh specifies both the type of primitive represented
84 * can be specified with {@link Mesh#setPointSize(float) }.
90 * a single line. {@link Mesh#setLineWidth(float) } can be used
98 * previous vertex to make a line. {@link Mesh#setLineWidth(float) } can
106 * {@link Mesh#setLineWidth(float) } can be used
134 * The {@link Mesh#setModeStar
188 public Mesh(){ method in class:Mesh
[all...]

Completed in 118 milliseconds