Searched refs:im (Results 126 - 150 of 193) sorted by relevance

12345678

/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DVehicleControl.java260 public void read(JmeImporter im) throws IOException { argument
261 super.read(im);
262 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
H A DCinematic.java142 public void read(JmeImporter im) throws IOException { argument
143 super.read(im);
144 InputCapsule ic = im.getCapsule(this);
H A DMotionPath.java159 public void read(JmeImporter im) throws IOException { argument
160 InputCapsule in = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
H A DUniform.java117 public void read(JmeImporter im) throws IOException{ argument
118 super.read(im);
119 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DSixDofJoint.java160 public void read(JmeImporter im) throws IOException { argument
161 super.read(im);
162 InputCapsule capsule = im.getCapsule(this);
H A DSliderJoint.java347 public void read(JmeImporter im) throws IOException { argument
348 super.read(im);
349 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DBlenderTrack.java121 public void read(JmeImporter im) throws IOException { argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
H A DImageTileLoader.java84 //BufferedImage im = null;
94 im = ImageIO.read(in);
96 im = new BufferedImage(patchSize, patchSize, imageType);
101 heightmap = new Grayscale16BitHeightMap(im);
103 heightmap = new ImageBasedHeightMap(im);
108 customImageHeightmap.setImage(im);
150 public void read(JmeImporter im) throws IOException { argument
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Image.h27 CJBig2_Image(CJBig2_Image &im);
/external/aac/libAACenc/src/
H A Dtransform.cpp187 tmp0 = fMultDiv2((FIXP_PCM)timeData[i+nl], pLeftWindowPart[i].v.im);
205 mdctData[(tl/2)-nr-i-1] = -fMultAddDiv2(tmp1, (FIXP_PCM)timeData[(tl*2)-nr-i-1], pRightWindowPart[i].v.im);
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DSkeleton.java273 public void read(JmeImporter im) throws IOException { argument
274 InputCapsule input = im.getCapsule(this);
H A DSpatialTrack.java235 public void read(JmeImporter im) throws IOException { argument
236 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterMeshVertexShape.java149 public void read(JmeImporter im) throws IOException { argument
150 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapCharacterSet.java88 public void read(JmeImporter im) throws IOException { argument
89 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLightList.java317 public void read(JmeImporter im) throws IOException { argument
318 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DMatParam.java309 public void read(JmeImporter im) throws IOException { argument
310 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilter.java331 * This method should always begin by super.read(im);
333 public void read(JmeImporter im) throws IOException { argument
334 InputCapsule ic = im.getCapsule(this);
H A DFilterPostProcessor.java477 public void read(JmeImporter im) throws IOException { argument
478 InputCapsule ic = im.getCapsule(this);
485 assetManager = im.getAssetManager();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DTimeLineGraph.java31 public void paint(Image im) { argument
33 Rectangle bounds= im.getBounds();
35 GC g= new GC(im);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DSliderJoint.java459 public void read(JmeImporter im) throws IOException { argument
460 super.read(im);
461 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java548 public void read(JmeImporter im) throws IOException { argument
549 InputCapsule capsule = im.getCapsule(this);
559 super.read(im);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsVehicle.java531 public void read(JmeImporter im) throws IOException { argument
532 InputCapsule capsule = im.getCapsule(this);
542 super.read(im);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainGrid.java484 public void read(JmeImporter im) throws IOException { argument
485 super.read(im);
486 InputCapsule c = im.getCapsule(this);
/external/clang/lib/Analysis/
H A DLiveVariables.cpp200 TransferFunctions(LiveVariablesImpl &im, argument
204 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
479 LiveVariables::LiveVariables(void *im) : impl(im) {} argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DPerspectiveLodCalculator.java144 public void read(JmeImporter im) throws IOException { argument

Completed in 7686 milliseconds

12345678