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

1 2 3 45 6 7 8 910

  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
LightScatteringFilter.java 233 public void read(JmeImporter im) throws IOException {
234 super.read(im);
235 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 53 final int bpp, am, rm, gm, bm, as, rs, gs, bs, im, is; field in class:ImageToAwt.DecodeParams
55 public DecodeParams(int bpp, int am, int rm, int gm, int bm, int as, int rs, int gs, int bs, int im, int is) {
65 this.im = im;
69 public DecodeParams(int bpp, int rm, int rs, int im, int is, boolean alpha){
87 this.im = im;
91 public DecodeParams(int bpp, int rm, int rs, int im, int is){
92 this(bpp, rm, rs, im, is, false);
262 int outputPixel = ((a | r | g | b) << p.is) & p.im;
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/
CompoundCollisionShape.java 134 public void read(JmeImporter im) throws IOException {
135 super.read(im);
136 InputCapsule capsule = im.getCapsule(this);
GImpactCollisionShape.java 102 public void read(JmeImporter im) throws IOException {
103 super.read(im);
104 InputCapsule capsule = im.getCapsule(this);
HeightfieldCollisionShape.java 119 public void read(JmeImporter im) throws IOException {
120 super.read(im);
121 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
ConeJoint.java 112 public void read(JmeImporter im) throws IOException {
113 super.read(im);
114 InputCapsule capsule = im.getCapsule(this);
HingeJoint.java 128 public void read(JmeImporter im) throws IOException {
129 super.read(im);
130 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainLodControl.java 203 public void read(JmeImporter im) throws IOException {
204 super.read(im);
205 InputCapsule ic = im.getCapsule(this);
  /external/aac/libFDK/include/
FDK_trigFcts.h 185 cl = (LONG)tmp.v.im;
189 sl = (LONG)tmp.v.im;
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
AssetKey.java 197 public void read(JmeImporter im) throws IOException {
198 InputCapsule ic = im.getCapsule(this);
  /external/aac/libSBRdec/src/
env_calc.h 153 FIXP_DBL ** im,
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
AnimControl.java 355 public void read(JmeImporter im) throws IOException {
356 super.read(im);
357 InputCapsule in = im.getCapsule(this);
361 if (im.getFormatVersion() == 0) {
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 133 public void read(JmeImporter im) throws IOException{
134 InputCapsule ic = im.getCapsule(this);
253 public void read(JmeImporter im) throws IOException{
254 InputCapsule ic = im.getCapsule(this);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 59 \param im first image points
93 double *im,double *im_p,
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.h 59 \param im first image points
93 double *im,double *im_p,
  /external/quake/quake/src/QW/client/
mathlib.c 96 float im[3][3]; local
122 memcpy( im, m, sizeof( im ) );
124 im[0][1] = m[1][0];
125 im[0][2] = m[2][0];
126 im[1][0] = m[0][1];
127 im[1][2] = m[2][1];
128 im[2][0] = m[0][2];
129 im[2][1] = m[1][2];
140 R_ConcatRotations( tmpmat, im, rot )
    [all...]
  /external/quake/quake/src/WinQuake/
mathlib.cpp 96 float im[3][3]; local
122 memcpy( im, m, sizeof( im ) );
124 im[0][1] = m[1][0];
125 im[0][2] = m[2][0];
126 im[1][0] = m[0][1];
127 im[1][2] = m[2][1];
128 im[2][0] = m[0][2];
129 im[2][1] = m[1][2];
140 R_ConcatRotations( tmpmat, im, rot );
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
258 const unsigned char * const * imptr = im;
262 GenerateQuarterResImage(im);
344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
352 UpdateReference(im,true,true);
356 const unsigned char * const * imptr = im;
362 GenerateQuarterResImage(im);
381 sprintf(str,"[%dx%d] %p\n",m_im_width,m_im_height,im);
745 void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned char* const* im)
752 const unsigned char* in_row_ptr = im[j]
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 252 int db_FrameToReferenceRegistration::UpdateReference(const unsigned char * const * im, bool subsample, bool detect_corners)
258 const unsigned char * const * imptr = im;
262 GenerateQuarterResImage(im);
344 int db_FrameToReferenceRegistration::AddFrame(const unsigned char * const * im, double H[9],bool force_reference,bool prewarp)
352 UpdateReference(im,true,true);
356 const unsigned char * const * imptr = im;
362 GenerateQuarterResImage(im);
381 sprintf(str,"[%dx%d] %p\n",m_im_width,m_im_height,im);
744 void db_FrameToReferenceRegistration::GenerateQuarterResImage(const unsigned char* const* im)
751 const unsigned char* in_row_ptr = im[j]
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
AbstractCinematicEvent.java 263 * @param im importer
266 public void read(JmeImporter im) throws IOException {
267 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacter.java 181 public void read(JmeImporter im) throws IOException {
182 InputCapsule ic = im.getCapsule(this);
BitmapFont.java 162 public void read(JmeImporter im) throws IOException {
163 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Technique.java 252 public void read(JmeImporter im) throws IOException {
253 InputCapsule ic = im.getCapsule(this);
TechniqueDef.java 383 public void read(JmeImporter im) throws IOException{
384 InputCapsule ic = im.getCapsule(this);

Completed in 912 milliseconds

1 2 3 45 6 7 8 910