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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
TextureGenerator.java 116 ColorBandData currentData = dataArray[0];
122 posDiff = i - currentData.pos;
123 result[i][0] = currentData.r + rDiff * posDiff;
124 result[i][1] = currentData.g + gDiff * posDiff;
125 result[i][2] = currentData.b + bDiff * posDiff;
126 result[i][3] = currentData.a + aDiff * posDiff;
128 currentData = dataArray[currentCursor++];
132 int d = nextData.pos - currentData.pos;
133 rDiff = (nextData.r - currentData.r)/d;
134 gDiff = (nextData.g - currentData.g)/d
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbDevice.java 199 AdbMessage currentData = null;
223 currentData = message;
228 } else if (message == currentData) {
230 currentData = null;
  /external/chromium/chrome/browser/resources/net_internals/
detailsview.js 37 DetailsView.prototype.setData = function(currentData) {
40 var sortedCurrentData = DetailsView.createSortedCopy_(currentData);
  /external/webkit/Source/WebCore/platform/network/mac/
FormDataStreamMac.mm 139 char* currentData;
156 if (form->currentData) {
157 fastFree(form->currentData);
158 form->currentData = 0;
177 form->currentData = data;
237 newInfo->currentData = 0;
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp     [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 313 milliseconds