HomeSort by relevance Sort by last modified time
    Searched refs:im (Results 126 - 150 of 247) sorted by null

1 2 3 4 56 7 8 910

  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
DefineList.java 66 public void read(JmeImporter im) throws IOException{
67 InputCapsule ic = im.getCapsule(this);
Uniform.java 117 public void read(JmeImporter im) throws IOException{
118 super.read(im);
119 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DistanceLodCalculator.java 122 public void read(JmeImporter im) throws IOException {
123 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioNode.java 756 public void read(JmeImporter im) throws IOException {
757 super.read(im);
758 InputCapsule ic = im.getCapsule(this);
790 data = im.getAssetManager().loadAudio(audioKey);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 534 public void read(JmeImporter im) throws IOException {
535 super.read(im);
536 InputCapsule ic = im.getCapsule(this);
545 material = im.getAssetManager().loadMaterial(matName);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
FractalTileLoader.java 84 public void read(JmeImporter im) throws IOException {
  /external/opencv/cvaux/src/
cvface.cpp 209 int im = 0;//mouth was find local
226 im = 1;
257 if ( (im + jl + kr) )
259 Error = Data.Error/(im + jl + kr);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
properties-001.js 25 AddRegExpCases( /\u0051/im, "\\u0051", false, true, true, 0 );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 67 public void paint(Image im) {
69 Rectangle bounds= im.getBounds();
71 GC g= new GC(im);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
CharacterControl.java 198 public void read(JmeImporter im) throws IOException {
199 super.read(im);
200 InputCapsule ic = im.getCapsule(this);
RigidBodyControl.java 255 public void read(JmeImporter im) throws IOException {
256 super.read(im);
257 InputCapsule ic = im.getCapsule(this);
VehicleControl.java 260 public void read(JmeImporter im) throws IOException {
261 super.read(im);
262 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java 297 public void read(JmeImporter im) throws IOException {
298 InputCapsule ic = im.getCapsule(this);
307 if (im.getFormatVersion() == 0){
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
MotionTrack.java 208 public void read(JmeImporter im) throws IOException {
209 super.read(im);
210 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
BloomFilter.java 299 public void read(JmeImporter im) throws IOException {
300 super.read(im);
301 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/ssao/
SSAOFilter.java 316 public void read(JmeImporter im) throws IOException {
317 super.read(im);
318 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
PhysicsHoverControl.java 218 public void read(JmeImporter im) throws IOException {
219 super.read(im);
220 InputCapsule ic = im.getCapsule(this);
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 219 InitManifest im = new InitManifest(buf, mainAttributes, null); local
220 mainEnd = im.getPos();
221 im.initEntries(entries, chunks);
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 185 * \param im new inspection image
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
256 * \param im pointer to the image data to be used as the new alignment reference.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
295 void GenerateQuarterResImage(const unsigned char* const * im);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 185 * \param im new inspection image
189 int AddFrame(const unsigned char * const * im, double H[9], bool force_reference=false, bool prewarp=false);
256 * \param im pointer to the image data to be used as the new alignment reference.
259 int UpdateReference(const unsigned char * const * im, bool subsample = true, bool detect_corners = true);
295 void GenerateQuarterResImage(const unsigned char* const * im);
  /external/stlport/src/
complex.cpp 169 _Tp im = z._M_im; local
170 _Tp mag = ::hypot(re, im);
177 result._M_im = im/result._M_re/2.f;
180 if (im < 0.f)
182 result._M_re = im/result._M_im/2.f;
  /ndk/sources/cxx-stl/stlport/src/
complex.cpp 169 _Tp im = z._M_im; local
170 _Tp mag = ::hypot(re, im);
177 result._M_im = im/result._M_re/2.f;
180 if (im < 0.f)
182 result._M_re = im/result._M_im/2.f;
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SixDofJoint.java 166 public void read(JmeImporter im) throws IOException {
167 super.read(im);
168 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
Cinematic.java 142 public void read(JmeImporter im) throws IOException {
143 super.read(im);
144 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SixDofJoint.java 160 public void read(JmeImporter im) throws IOException {
161 super.read(im);
162 InputCapsule capsule = im.getCapsule(this);

Completed in 915 milliseconds

1 2 3 4 56 7 8 910