HomeSort by relevance Sort by last modified time
    Searched refs:Box (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractSampleEncryptionBox.java 6 import com.coremedia.iso.boxes.Box;
51 List<Box> tkhds = Path.getPaths(this, "/moov[0]/trak/tkhd");
52 for (Box tkhd : tkhds) {
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.h 40 static bool Box(void* user, SkScriptValue* );
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
Amf0Track.java 108 public Box getMediaHeaderBox() {
DivideTimeScaleTrack.java 112 public Box getMediaHeaderBox() {
MultiplyTimeScaleTrack.java 116 public Box getMediaHeaderBox() {
CroppedTrack.java 143 public Box getMediaHeaderBox() {
QuicktimeTextTrackImpl.java 155 public Box getMediaHeaderBox() {
  /external/skia/src/animator/
SkAnimatorScript.h 40 static bool Box(void* user, SkScriptValue* );
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 45 import com.jme3.scene.shape.Box;
111 Geometry geo = new Geometry("box", new Box(cp, 0.3f, 0.3f, 0.3f));
  /external/jmonkeyengine/engine/src/test/jme3test/animation/
TestCameraMotionPath.java 53 import com.jme3.scene.shape.Box;
141 Geometry soil = new Geometry("soil", new Box(new Vector3f(0, -1.0f, 0), 50, 1, 50));
TestMotionPath.java 52 import com.jme3.scene.shape.Box;
134 Geometry soil = new Geometry("soil", new Box(new Vector3f(0, -1.0f, 0), 50, 1, 50));
TestCinematic.java 60 import com.jme3.scene.shape.Box;
226 Geometry soil = new Geometry("soil", new Box(new Vector3f(0, -6.0f, 0), 50, 1, 50));
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestPssmShadow.java 46 import com.jme3.scene.shape.Box;
71 // teapot = new Geometry("cube", new Box(1.0f, 1.0f, 1.0f));
89 Geometry soil = new Geometry("soil", new Box(new Vector3f(0, -13, 550), 800, 10, 700));
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 21 import com.coremedia.iso.boxes.Box;
40 BoxRecord default-text-box;
81 for (Box boxe : boxes) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractBox.java 24 import com.coremedia.iso.boxes.Box;
39 * A basic on-demand parsing box. Requires the implementation of three methods to become a fully working box:
45 * additionally this new box has to be put into the <code>isoparser-default.properties</code> file so that
48 public abstract class AbstractBox implements Box {
70 * Get the box's content size without its header. This must be the exact number of bytes
73 * @return Gets the box's content size in bytes
79 * Write the box's content into the given <code>ByteBuffer</code>. This must include flags
80 * and version in case of a full box. <code>byteBuffer</code> has been initialized with
83 * @param byteBuffer the sink for the box's conten
    [all...]
  /external/proguard/src/proguard/gui/
MemberSpecificationDialog.java 158 accessPanel.add(Box.createGlue(), labelConstraints);
162 accessPanel.add(Box.createGlue(), constraintsLastStretch);
306 panel.add(Box.createGlue(), lastGlueConstraints);
ClassSpecificationDialog.java 193 accessPanel.add(Box.createGlue(), labelConstraints);
197 accessPanel.add(Box.createGlue(), constraintsLastStretch);
337 panel.add(Box.createGlue(), lastGlueConstraints);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xregion.h 54 } Box, BOX, BoxRec, *BoxPtr;
79 BOX *rects;
80 BOX extents;
116 (firstrect) = (BOX *) Xrealloc \
117 ((char *)(firstrect), (unsigned) (2 * (sizeof(BOX)) * ((reg)->size)));\
  /external/chromium_org/v8/src/
types.h 238 Handle<Box> box = Handle<Box>::cast(handle()); local
239 return v8::internal::handle(box->value(), box->GetIsolate());
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 20 import com.jme3.scene.shape.Box;
142 Geometry box = new Geometry("Box" + i, new Box(Vector3f.ZERO, 1, 1, 1)); local
143 box.setLocalTranslation(new Vector3f(xPosition.get(xPosition.size() - 1),
146 batchNode.attachChild(box);
148 box.setMaterial(mat1);
151 box.setMaterial(mat2);
154 box.setMaterial(mat3);
157 box.setMaterial(mat4)
315 Spatial box; field in class:TestBatchNodeCluster
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestWalkingChar.java 67 import com.jme3.scene.shape.Box;
112 Box brick;
174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
  /external/chromium_org/components/test/data/web_database/
version_29.sql 18 INSERT INTO "autofill_profiles" VALUES('Santa Claus, 1 Reindeer Lane',1,'Santa','','Claus','','','1 Reindeer Lane','P.O. Box 56009','North Pole','','H0H 0H0','CANADA','','');
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestCollision.java 57 import com.jme3.scene.shape.Box;
169 collisionBox = new Geometry("collisionBox", new Box(2, 2, 2));

Completed in 910 milliseconds

1 2 3 45 6