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

  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 122 int newTotal = records * newCount;
123 fSaveRestore.setCount(newTotal);
126 newTotal -= newCount;
128 SkASSERT(newTotal >= 0);
129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
130 memset(&fSaveRestore[newTotal + oldCount], 0,
132 memmove(&fSaveInterpolators[newTotal],
134 memset(&fSaveInterpolators[newTotal + oldCount], 0,
137 SkASSERT(newTotal == 0);
  /external/skia/src/animator/
SkAnimateActive.cpp 122 int newTotal = records * newCount;
123 fSaveRestore.setCount(newTotal);
126 newTotal -= newCount;
128 SkASSERT(newTotal >= 0);
129 memmove(&fSaveRestore[newTotal], &fSaveRestore[saveIndex], oldCount);
130 memset(&fSaveRestore[newTotal + oldCount], 0,
132 memmove(&fSaveInterpolators[newTotal],
134 memset(&fSaveInterpolators[newTotal + oldCount], 0,
137 SkASSERT(newTotal == 0);
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 468 float newTotal = oldTotal == null ? score : oldTotal + score;
469 rgbScores.put(bucket, newTotal);
470 if (newTotal > highScore) {
471 highScore = newTotal;
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 1080 * @param {number} newTotal New total size.
1082 Mosaic.Layout.rescaleSizesToNewTotal = function(sizes, newTotal) {
1091 var scale = newTotal / total;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 325 milliseconds