HomeSort by relevance Sort by last modified time
    Searched defs:geometry (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
package-info.java 4 package android.filterfw.geometry;
Rectangle.java 18 package android.filterfw.geometry;
20 import android.filterfw.geometry.Point;
21 import android.filterfw.geometry.Quad;
Point.java 18 package android.filterfw.geometry;
Quad.java 18 package android.filterfw.geometry;
20 import android.filterfw.geometry.Point;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCollisionShapeFactory.java 42 import com.jme3.scene.Geometry;
88 //test single geometry too
89 Geometry myGeom = new Geometry("cylinder", new Cylinder(16, 16, 0.5f, 1));
101 Geometry[] boxes = new Geometry[]{
102 new Geometry("box1", box),
103 new Geometry("box2", box),
104 new Geometry("box3", box),
105 new Geometry("torus1", torus)
110 Geometry geometry = boxes[i]; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java 31 if (!(child instanceof Geometry)) {
32 throw new UnsupportedOperationException("BatchNode is BatchMode.Simple only support child of type Geometry, use BatchMode.Complex to use a complex structure");
44 batch.geometry.setTransformRefresh();
48 protected Transform getTransforms(Geometry geom){
BatchNode.java 55 * There is one geometry per different material in the sub tree.
59 * all the geometry that have been batched are set to {@link CullHint#Always} to not render them.
73 * the map of geometry holding the batched meshes
122 batch.geometry.getMesh().updateBound();
123 batch.geometry.updateWorldBound();
139 protected Transform getTransforms(Geometry geom) {
143 protected void updateSubBatch(Geometry bg) {
146 Mesh mesh = batch.geometry.getMesh();
172 * every geometry of the sub scene graph of this node will be batched into a single mesh that will be rendered in one call
178 batch.geometry.setIgnoreTransform(true)
643 Geometry geometry; field in class:BatchNode.Batch
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.h 53 QRect geometry() const { return m_geometry; } function in class:WebCore::QtFallbackWebPopup
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/util/
DebugShapeFactory.java 38 import com.jme3.scene.Geometry;
76 Geometry geometry = createDebugShape(ccollisionShape); local
79 geometry.setLocalTranslation(childCollisionShape.location);
85 tempRot.set(geometry.getLocalRotation());
87 geometry.setLocalRotation(tempRot);
91 node.attachChild(geometry);
104 private static Geometry createDebugShape(CollisionShape shape) {
105 Geometry geom = new Geometry();
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
PlatformScreenGtk.cpp 105 GdkRectangle geometry; local
106 gdk_screen_get_monitor_geometry(screen, monitor, &geometry);
108 return FloatRect(geometry.x, geometry.y, geometry.width, geometry.height);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
MirrorModifier.java 4 import com.jme3.scene.Geometry;
97 List<Geometry> geometriesToAdd = new ArrayList<Geometry>();
101 if (spatial instanceof Geometry) {
102 Mesh mesh = ((Geometry) spatial).getMesh();
154 Geometry geometry = new Geometry(null, clone); local
155 geometry.setMaterial(((Geometry) spatial).getMaterial());
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 43 import com.jme3.scene.Geometry;
85 Geometry geometry = createDebugShape(ccollisionShape); local
88 geometry.setLocalTranslation(childCollisionShape.location);
95 tempRot.set(geometry.getLocalRotation());
97 geometry.setLocalRotation(tempRot);
101 node.attachChild(geometry);
114 private static Geometry createDebugShape(CollisionShape shape) {
115 Geometry geom = new Geometry();
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
CollisionResult.java 37 import com.jme3.scene.Geometry;
49 private Geometry geometry; field in class:CollisionResult
55 public CollisionResult(Geometry geometry, Vector3f contactPoint, float distance, int triangleIndex) {
56 this.geometry = geometry;
70 public void setGeometry(Geometry geom){
71 this.geometry = geom;
94 Mesh m = geometry.getMesh()
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 96 public static void mergeGeometries(Collection<Geometry> geometries, Mesh outMesh) {
105 for (Geometry geom : geometries) {
176 for (Geometry geom : geometries) {
227 public static void makeLods(Collection<Geometry> geometries, Mesh outMesh) {
231 for (Geometry g : geometries) {
253 for (Geometry g : geometries) {
276 public static List<Geometry> makeBatches(Collection<Geometry> geometries) {
285 public static List<Geometry> makeBatches(Collection<Geometry> geometries, boolean useLods)
360 Geometry geometry = it.next(); local
    [all...]
  /external/eigen/test/eigen2/
eigen2_geometry.cpp 11 #include <Eigen/Geometry>
15 template<typename Scalar> void geometry(void) function
428 CALL_SUBTEST_1( geometry<float>() );
429 CALL_SUBTEST_2( geometry<double>() );
eigen2_geometry_with_eigen2_prefix.cpp 13 #include <Eigen/Geometry>
17 template<typename Scalar> void geometry(void) function
431 CALL_SUBTEST_1( geometry<float>() );
432 CALL_SUBTEST_2( geometry<double>() );
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
DrawQuadData.h 51 const SkRect* geometry = 0,
57 , m_geometry(geometry)
80 const SkRect* geometry() const { return m_geometry; } function in class:WebCore::DrawQuadData
113 const SkRect* geometry = 0,
116 : DrawQuadData(type, drawMatrix, geometry, opacity, forceBlending)
143 const SkRect* geometry = 0,
148 : DrawQuadData(type, drawMatrix, geometry, opacity, forceBlending, fillPortion)
ShaderProgram.cpp 786 // Calculate the matrix given the geometry.
794 const SkRect* geometry = data->geometry(); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FilterIconButton.java 185 GeometryMetadata geometry = mPreset.mGeoData; local
187 geometry.setCropBounds(bound);
188 geometry.setPhotoBounds(bound);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 48 import com.jme3.scene.Geometry;
98 public List<Geometry> toMesh(Structure structure, BlenderContext blenderContext) throws BlenderFileException {
99 List<Geometry> geometries = (List<Geometry>) blenderContext.getLoadedFeature(structure.getOldMemoryAddress(),
102 List<Geometry> copiedGeometries = new ArrayList<Geometry>(geometries.size());
103 for (Geometry geometry : geometries) {
104 copiedGeometries.add(geometry.clone());
131 return new ArrayList<Geometry>(0);
341 Geometry geometry = new Geometry(name + (geometries.size() + 1), mesh); local
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 549 Returns the geometry of this element, relative to its containing frame.
553 QRect QWebElement::geometry() const function in class:QWebElement
563 \sa geometry()
    [all...]
qwebframe.cpp 1335 QRect QWebFrame::geometry() const function in class:QWebFrame
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
CachingPipeline.java 197 GeometryMetadata geometry = preset.getGeometry(); local
198 if (mPreviousGeometry != null && geometry.equals(mPreviousGeometry)) {
203 Log.v(LOGTAG, "geometry has changed");
223 mPreviousGeometry = new GeometryMetadata(geometry);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 941 GdkRectangle geometry; local
    [all...]
  /external/webkit/Tools/EWebLauncher/
main.c 118 ('g', "geometry", "geometry to use in x:y:w:h form.", "X:Y:W:H",
164 static int browserCreate(const char *url, const char *theme, const char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned char isFlattening, unsigned char isFullscreen, const char *databasePath);
588 Eina_Rectangle geometry = {0, 0, 0, 0}; local
590 app->theme, app->userAgent, geometry, app-> backingStore,
655 browserCreate(const char *url, const char *theme, const char *userAgent, Eina_Rectangle geometry, const char *engine, const char *backingStore, unsigned char isFlattening, unsigned char isFullscreen, const char *databasePath)
657 if ((geometry.w <= 0) && (geometry.h <= 0)) {
658 geometry.w = DEFAULT_WIDTH;
659 geometry.h = DEFAULT_HEIGHT
816 Eina_Rectangle geometry = {0, 0, 0, 0}; local
    [all...]

Completed in 1495 milliseconds

1 2