HomeSort by relevance Sort by last modified time
    Searched full:geometry (Results 226 - 250 of 901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/camera/
PreviewWindow.cpp 64 * Note that we delay setting preview window buffer geometry until
117 /* Need to set / adjust buffer geometry for the preview window.
120 ALOGV("%s: Adjusting preview windows %p geometry to %dx%d",
  /external/chromium_org/cc/quads/
draw_quad.h 26 // geometry is defined (generally related to the layer that produced the quad,
27 // e.g. the content space for TiledLayerImpls, or the geometry space for
65 // This rect, after applying the quad_transform(), gives the geometry that
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_program.h 168 /** Geometry program variant key */
177 * Geometry program variant.
195 struct gl_geometry_program Base; /**< The Mesa geometry program */
  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 25 the geometry of a drawing primitive before it is transformed by the
97 SkPath fFirst; // If not empty, contains geometry for first point
98 SkPath fLast; // If not empty, contains geometry for last point
  /external/chromium_org/third_party/skia/include/gpu/
GrEffectStage.h 72 * This is called when the coordinate system in which the geometry is specified will change.
74 * @param matrix The transformation from the old coord system in which geometry is specified
98 * wants to temporarily change the source geometry coord system, draw something, and then
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
TestTriangleCollision.java 45 import com.jme3.scene.Geometry;
52 Geometry geom1;
65 geom1 = new Geometry("Box", mesh1);
  /external/jmonkeyengine/engine/src/test/jme3test/model/anim/
TestCustomAnim.java 43 import com.jme3.scene.Geometry;
116 Geometry geom = new Geometry("box", box);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestPostFilters.java 47 import com.jme3.scene.Geometry;
116 Geometry floorGeom = new Geometry("Floor", floor);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
ModelConverter.java 164 if (source instanceof Geometry){
165 Geometry geom = (Geometry) source;
  /external/mesa3d/src/mesa/state_tracker/
st_program.h 168 /** Geometry program variant key */
177 * Geometry program variant.
195 struct gl_geometry_program Base; /**< The Mesa geometry program */
  /external/skia/include/core/
SkPathEffect.h 25 the geometry of a drawing primitive before it is transformed by the
97 SkPath fFirst; // If not empty, contains geometry for first point
98 SkPath fLast; // If not empty, contains geometry for last point
  /external/skia/include/gpu/
GrEffectStage.h 72 * This is called when the coordinate system in which the geometry is specified will change.
74 * @param matrix The transformation from the old coord system in which geometry is specified
98 * wants to temporarily change the source geometry coord system, draw something, and then
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselRS.java 175 * Called when geometry is needed for card n.
181 * Called when geometry is no longer needed for card n. This happens when the card goes
591 * Sets whether the background texture and default card geometry are to be drawn with respect
807 public void setGeometry(int n, Mesh geometry)
814 if (geometry != null) {
815 item.geometry = geometry;
817 if (DBG) Log.v(TAG, "unloading geometry " + n);
818 if (item.geometry != null) {
819 // item.geometry.destroy()
    [all...]
carousel.rs 30 rs_mesh geometry;
31 rs_matrix4x4 matrix; // custom transform for this card/geometry
34 int geometryState; // whether or not geometry is loaded
79 // Typical properties: texture, geometry and matrices.
169 const bool debugGeometryLoading = false; // for debugging geometry load/unload
170 const bool debugDetails = false; // for debugging detail texture geometry
217 rs_mesh defaultGeometry; // shown when no geometry is loaded
218 rs_mesh loadingGeometry; // shown when geometry is loading
262 // Default geometry when card.geometry is not set
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 42 public final static int GEOMETRY = 5;
95 case GEOMETRY: return "GEOMETRY";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 31 self.withdraw() #hide while setting geometry
35 self.geometry("+%d+%d" %
40 self.deiconify() #geometry set, unhide
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 31 self.withdraw() #hide while setting geometry
35 self.geometry("+%d+%d" %
40 self.deiconify() #geometry set, unhide
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.cc 251 // vertical_adjust_ is used when the layer geometry from the main thread is
255 // received new layer geometry from the main thread. If the user has scrolled
256 // down by 50px and the initial viewport size was 950px the geometry would
260 // Layer geometry: Desired thumb positions:
283 // The layer geometry is set up for a 950px tall viewport, but the user can
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 68 // protected Geometry player;
123 Geometry g = new Geometry("a", a);
142 Geometry box = new Geometry("Box" + i, new Box(Vector3f.ZERO, 1, 1, 1));
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 161 //For simplicity, just write everything out in geometry units,
291 "Could not create geometry to physical transform.");
542 SkTScopedComPtr<IXpsOMGeometry> geometry; local
543 HRM(this->fXpsFactory->CreateGeometry(&geometry),
544 "Could not create geometry.");
547 HRM(geometry->GetFigures(&figureCollection), "Could not get figures.");
551 HRM((*path)->SetGeometryLocal(geometry.get()), "Could not set geometry");
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 161 //For simplicity, just write everything out in geometry units,
291 "Could not create geometry to physical transform.");
542 SkTScopedComPtr<IXpsOMGeometry> geometry; local
543 HRM(this->fXpsFactory->CreateGeometry(&geometry),
544 "Could not create geometry.");
547 HRM(geometry->GetFigures(&figureCollection), "Could not get figures.");
551 HRM((*path)->SetGeometryLocal(geometry.get()), "Could not set geometry");
    [all...]
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
OBJLoader.java 148 // Geometry geom = createGeometry(materialFaces, entry.getKey());
153 // // generate final geometry
154 // Geometry geom = createGeometry(faces, null);
388 protected Geometry createGeometry(ArrayList<Face> faceList, String matName) throws IOException{
390 throw new IOException("No geometry data to generate mesh");
395 Geometry geom = new Geometry(objName + "-geom-" + (geomIndex++), mesh);
576 Geometry geom = createGeometry(materialFaces, entry.getKey());
581 // generate final geometry
582 Geometry geom = createGeometry(faces, null)
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 49 import com.jme3.scene.Geometry;
157 List<Geometry> geometries = meshHelper.toMesh(meshesArray.get(0), blenderContext);
159 for(Geometry geometry : geometries) {
160 node.attachChild(geometry);
186 List<Geometry> curves = curvesHelper.toCurve(curveData, blenderContext);
188 for(Geometry curve : curves) {
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainGridAlphaMapTest.java 22 import com.jme3.scene.Geometry;
346 Geometry arrowX = new Geometry("arrowX", new Arrow(new Vector3f(arrowSize, 0, 0)));
348 Geometry arrowY = new Geometry("arrowY", new Arrow(new Vector3f(0, arrowSize, 0)));
350 Geometry arrowZ = new Geometry("arrowZ", new Arrow(new Vector3f(0, 0, arrowSize)));
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 315 // Force a geometry update if needed to allow plugins like media player
316 // which defer the initial geometry update to work.
336 // Only send DidMovePlugin if the geometry changed in some way.
340 // We invalidate windowed plugins during the first geometry update to
358 // first update geometry sequence. We need to ensure that the plugin
359 // receives the geometry update before it starts receiving data.
364 // receiving valid plugin geometry. By valid geometry we mean the
365 // geometry received by a call to setFrameRect in the Webkit
376 // Don't cache the geometry during the first geometry update. The firs
    [all...]

Completed in 1128 milliseconds

1 2 3 4 5 6 7 8 91011>>