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

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 120 float rDiff = 0, gDiff = 0, bDiff = 0, aDiff = 0, posDiff;
126 result[i][3] = currentData.a + aDiff * posDiff;
136 aDiff = (nextData.a - currentData.a)/d;
138 rDiff = gDiff = bDiff = aDiff = 0;

Completed in 449 milliseconds