HomeSort by relevance Sort by last modified time
    Searched refs:firstByteIndex (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TexturePixel.java 95 int firstByteIndex;
99 firstByteIndex = pixelIndex << 2;
100 pixelValue = data.get(firstByteIndex);
102 pixelValue = data.get(firstByteIndex + 1);
104 pixelValue = data.get(firstByteIndex + 2);
106 pixelValue = data.get(firstByteIndex + 3);
110 firstByteIndex = pixelIndex << 2;
111 pixelValue = data.get(firstByteIndex);
113 pixelValue = data.get(firstByteIndex + 1);
115 pixelValue = data.get(firstByteIndex + 2);
    [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 602 milliseconds