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

1 2 3 4 5 67 8 910

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
BlenderTrack.java 121 public void read(JmeImporter im) throws IOException {
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
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/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);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 183 unsigned long long *im)
214 packet[pnum].ptr = &im[it];
217 im[it++] = (isize >> 4) | (eop ? (1 << 15) : 0) | (2LL << 58);
218 im[it++] = 0;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 302 InputManager im = (InputManager)getContext().getSystemService(Context.INPUT_SERVICE); local
303 String[] keyboardLayoutDescriptors = im.getKeyboardLayoutsForInputDevice(
306 KeyboardLayout keyboardLayout = im.getKeyboardLayout(keyboardLayoutDescriptor);
314 im.getCurrentKeyboardLayoutForInputDevice(mInputDeviceDescriptor);
  /external/aac/libAACenc/src/
transform.cpp 187 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/chromium/chrome/browser/ui/webui/
downloads_dom_handler.cc 160 IconManager* im = g_browser_process->icon_manager(); local
161 gfx::Image* icon = im->LookupIcon(file->GetUserVerifiedFilePath(),
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Skeleton.java 273 public void read(JmeImporter im) throws IOException {
274 InputCapsule input = im.getCapsule(this);
SpatialTrack.java 235 public void read(JmeImporter im) throws IOException {
236 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 159 public void read(JmeImporter im) throws IOException {
160 InputCapsule in = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterMeshVertexShape.java 149 public void read(JmeImporter im) throws IOException {
150 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacterSet.java 88 public void read(JmeImporter im) throws IOException {
89 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
LightList.java 317 public void read(JmeImporter im) throws IOException {
318 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
MatParam.java 309 public void read(JmeImporter im) throws IOException {
310 InputCapsule ic = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
Filter.java 331 * This method should always begin by super.read(im);
333 public void read(JmeImporter im) throws IOException {
334 InputCapsule ic = im.getCapsule(this);
FilterPostProcessor.java 477 public void read(JmeImporter im) throws IOException {
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/
TimeLineGraph.java 31 public void paint(Image im) {
33 Rectangle bounds= im.getBounds();
35 GC g= new GC(im);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
SliderJoint.java 459 public void read(JmeImporter im) throws IOException {
460 super.read(im);
461 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 548 public void read(JmeImporter im) throws IOException {
549 InputCapsule capsule = im.getCapsule(this);
559 super.read(im);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
SliderJoint.java 347 public void read(JmeImporter im) throws IOException {
348 super.read(im);
349 InputCapsule capsule = im.getCapsule(this);
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 531 public void read(JmeImporter im) throws IOException {
532 InputCapsule capsule = im.getCapsule(this);
542 super.read(im);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainGrid.java 484 public void read(JmeImporter im) throws IOException {
485 super.read(im);
486 InputCapsule c = im.getCapsule(this);
  /external/clang/lib/Analysis/
LiveVariables.cpp 206 TransferFunctions(LiveVariablesImpl &im,
210 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
488 LiveVariables::LiveVariables(void *im) : impl(im) {}
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
PerspectiveLodCalculator.java 144 public void read(JmeImporter im) throws IOException {
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 121 void GenerateQuarterResImagePlanar(ImageType im, int input_w, int input_h,
131 imp = im + j * input_w;
143 imp = im + j * input_w;
155 imp = im + j * input_w;

Completed in 1410 milliseconds

1 2 3 4 5 67 8 910