| /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/ |
| FractalTileLoader.java | 84 public void read(JmeImporter im) throws IOException {
|
| ImageTileLoader.java | 84 //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 {
|
| /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/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 | 214 ManifestReader im = new ManifestReader(buf, mainAttributes); local 215 mainEnd = im.getEndOfMainSection(); 216 im.readEntries(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/Camera2/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/clang/test/SemaCXX/ |
| constant-expression-cxx11.cpp | [all...] |
| /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/core/com/jme3/shader/ |
| Uniform.java | 117 public void read(JmeImporter im) throws IOException{ 118 super.read(im); 119 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);
|
| /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
| BlenderTrack.java | 121 public void read(JmeImporter im) throws IOException {
|
| /external/oprofile/libpp/ |
| profile_spec.cpp | 344 vector<string>::const_iterator im = temp_image_or_lib.begin(); local 346 for (; im != last; ++im) 347 spec.set_image_or_lib_name(*im);
|