Searched refs:im (Results 76 - 100 of 203) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/webui/
H A Dfileicon_source.cc100 IconManager* im = g_browser_process->icon_manager(); local
101 gfx::Image* icon = im->LookupIconFromFilepath(path, icon_size);
117 im->LoadIcon(path,
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/
H A DCompoundCollisionShape.java142 public void read(JmeImporter im) throws IOException { argument
143 super.read(im);
144 InputCapsule capsule = im.getCapsule(this);
H A DGImpactCollisionShape.java121 public void read(JmeImporter im) throws IOException { argument
122 super.read(im);
123 InputCapsule capsule = im.getCapsule(this);
H A DHeightfieldCollisionShape.java132 public void read(JmeImporter im) throws IOException { argument
133 super.read(im);
134 InputCapsule capsule = im.getCapsule(this);
H A DMeshCollisionShape.java117 public void read(JmeImporter im) throws IOException { argument
118 super.read(im);
119 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
H A DConeJoint.java115 public void read(JmeImporter im) throws IOException { argument
116 super.read(im);
117 InputCapsule capsule = im.getCapsule(this);
H A DHingeJoint.java160 public void read(JmeImporter im) throws IOException { argument
161 super.read(im);
162 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
H A DGhostControl.java170 public void read(JmeImporter im) throws IOException { argument
171 super.read(im);
172 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/
H A DAnimationTrack.java169 public void read(JmeImporter im) throws IOException { argument
170 super.read(im);
171 InputCapsule ic = im.getCapsule(this);
H A DPositionTrack.java116 public void read(JmeImporter im) throws IOException { argument
117 super.read(im);
118 InputCapsule ic = im.getCapsule(this);
H A DRotationTrack.java120 public void read(JmeImporter im) throws IOException { argument
121 super.read(im);
122 InputCapsule ic = im.getCapsule(this);
H A DScaleTrack.java115 public void read(JmeImporter im) throws IOException { argument
116 super.read(im);
117 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DLightControl.java177 public void read(JmeImporter im) throws IOException { argument
178 super.read(im);
179 im.getCapsule(this).readEnum(CONTROL_DIR_NAME,
H A DLodControl.java195 public void read(JmeImporter im) throws IOException{ argument
196 super.read(im);
197 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
H A DLightScatteringFilter.java233 public void read(JmeImporter im) throws IOException { argument
234 super.read(im);
235 InputCapsule ic = im.getCapsule(this);
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
H A DImageToAwt.java53 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) { argument
65 this.im = im;
69 public DecodeParams(int bpp, int rm, int rs, int im, int is, boolean alpha){ argument
87 this.im = im;
91 public DecodeParams(int bpp, int rm, int rs, int im, int is){ argument
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/
H A DCompoundCollisionShape.java134 public void read(JmeImporter im) throws IOException { argument
135 super.read(im);
136 InputCapsule capsule = im.getCapsule(this);
H A DGImpactCollisionShape.java102 public void read(JmeImporter im) throws IOException { argument
103 super.read(im);
104 InputCapsule capsule = im.getCapsule(this);
H A DHeightfieldCollisionShape.java119 public void read(JmeImporter im) throws IOException { argument
120 super.read(im);
121 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DConeJoint.java112 public void read(JmeImporter im) throws IOException { argument
113 super.read(im);
114 InputCapsule capsule = im.getCapsule(this);
H A DHingeJoint.java128 public void read(JmeImporter im) throws IOException { argument
129 super.read(im);
130 InputCapsule capsule = im.getCapsule(this);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainLodControl.java203 public void read(JmeImporter im) throws IOException { argument
204 super.read(im);
205 InputCapsule ic = im.getCapsule(this);
/external/aac/libFDK/include/
H A DFDK_trigFcts.h185 cl = (LONG)tmp.v.im;
189 sl = (LONG)tmp.v.im;
/external/chromium_org/third_party/opus/src/celt/
H A Dmdct.c171 kiss_fft_scalar re, im, yr, yi; local
173 im = yp[1];
174 yr = -S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
175 yi = -S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
261 kiss_fft_scalar re, im, yr, yi; local
263 im = fp[1];
265 yr = S_MUL(re,t[i<<shift]) - S_MUL(im,t[(N4-i)<<shift]);
266 yi = S_MUL(im,t[i<<shift]) + S_MUL(re,t[(N4-i)<<shift]);
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAssetKey.java197 public void read(JmeImporter im) throws IOException { argument
198 InputCapsule ic = im.getCapsule(this);

Completed in 366 milliseconds

123456789