HomeSort by relevance Sort by last modified time
    Searched defs:addDelta (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 193 double addDelta = ADD_MIN_DIST * Math.max(rect.width(), rect.height());
219 if (dist < addDelta) {
221 mCurrentBand.xPos1 += addDelta;
222 mCurrentBand.yPos1 += addDelta;
223 mCurrentBand.xPos2 += addDelta;
224 mCurrentBand.yPos2 += addDelta;
229 mCurrentBand.yPos1 = (int) (rect.top + addDelta);
232 mCurrentBand.xPos1 = (int) (rect.left + addDelta);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 667 static void addDelta(struct ApHubSync *sync, uint64_t apTime, uint64_t hubTime)
826 addDelta(&mTimeSync, req->apBootTime, timestamp);
848 addDelta(&mTimeSync, req->apBootTime, timestamp);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 86 /// addDelta - Add a label delta attribute data and value.
88 void CompileUnit::addDelta(DIE *Die, unsigned Attribute, unsigned Form,
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 269 milliseconds