Searched refs:updateGeometry (Results 1 - 25 of 27) sorted by path

12

/external/jmonkeyengine/engine/src/android/jme3test/android/
H A DTestNormalMapping.java63 sphMesh.updateGeometry(32, 32, 1, false, false);
H A DTestUnshadedModel.java24 sphMesh.updateGeometry(32, 32, 1, false, false);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/debug/
H A DSkeletonDebugger.java67 wires.updateGeometry();
68 points.updateGeometry();
H A DSkeletonPoints.java65 public void updateGeometry(){ method in class:SkeletonPoints
H A DSkeletonWire.java94 public void updateGeometry(){ method in class:SkeletonWire
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DAbstractBox.java148 public final void updateGeometry() { method in class:AbstractBox
166 public final void updateGeometry(Vector3f center, float x, float y, float z) { method in class:AbstractBox
171 updateGeometry();
183 public final void updateGeometry(Vector3f minPoint, Vector3f maxPoint) { method in class:AbstractBox
188 updateGeometry(center, x, y, z);
H A DBox.java89 updateGeometry(Vector3f.ZERO, x, y, z);
106 updateGeometry(center, x, y, z);
122 updateGeometry(min, max);
H A DCylinder.java153 updateGeometry(axisSamples, radialSamples, radius, radius2, height, closed, inverted);
213 public void updateGeometry(int axisSamples, int radialSamples, method in class:Cylinder
H A DDome.java109 updateGeometry(center, planes, radialSamples, radius, true);
136 updateGeometry(center, planes, radialSamples, radius, insideView);
180 public void updateGeometry(Vector3f center, int planes, method in class:Dome
H A DLine.java61 updateGeometry(start, end);
64 protected void updateGeometry(Vector3f start, Vector3f end) { method in class:Line
H A DPQTorus.java81 updateGeometry(p, q, radius, width, steps, radialSamples);
129 public void updateGeometry(float p, float q, float radius, float width, int steps, int radialSamples) { method in class:PQTorus
H A DQuad.java65 updateGeometry(width, height);
78 updateGeometry(width, height, flipCoords);
89 public void updateGeometry(float width, float height){ method in class:Quad
90 updateGeometry(width, height, false);
93 public void updateGeometry(float width, float height, boolean flipCoords) { method in class:Quad
H A DSphere.java121 updateGeometry(zSamples, radialSamples, radius, useEvenSlices, interior);
385 public void updateGeometry(int zSamples, int radialSamples, float radius) { method in class:Sphere
386 updateGeometry(zSamples, radialSamples, radius, false, false);
389 public void updateGeometry(int zSamples, int radialSamples, float radius, boolean useEvenSlices, boolean interior) { method in class:Sphere
H A DStripBox.java88 updateGeometry(Vector3f.ZERO, x, y, z);
105 updateGeometry(center, x, y, z);
121 updateGeometry(min, max);
H A DTorus.java86 updateGeometry(circleSamples, radialSamples, innerRadius, outerRadius);
234 public void updateGeometry(int circleSamples, int radialSamples, float innerRadius, float outerRadius) { method in class:Torus
/external/jmonkeyengine/engine/src/test/jme3test/asset/
H A DTestOnlineJar.java59 quadMesh.updateGeometry(1, 1, true);
H A DTestUrlLoading.java59 quadMesh.updateGeometry(1, 1, true);
/external/jmonkeyengine/engine/src/test/jme3test/conversion/
H A DTestMipMapGen.java63 quadMesh.updateGeometry(1, 1, false);
/external/jmonkeyengine/engine/src/test/jme3test/light/
H A DTestTangentGen.java70 sphereMesh.updateGeometry(32, 32, 1, false, false);
74 quadMesh.updateGeometry(1, 1);
/external/jmonkeyengine/engine/src/test/jme3test/material/
H A DTestNormalMapping.java61 sphMesh.updateGeometry(32, 32, 1, false, false);
H A DTestUnshadedModel.java24 sphMesh.updateGeometry(32, 32, 1, false, false);
/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
H A DTestExpandingTorus.java43 torus.updateGeometry(30, 10, .5f, outerRadius);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DDrawQuadData.h85 void updateGeometry(SkRect* rect) { m_geometry = rect; } function in class:WebCore::DrawQuadData
/external/webkit/Source/WebKit/chromium/public/
H A DWebPlugin.h64 virtual void updateGeometry(
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp308 m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible());

Completed in 479 milliseconds

12