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

  /external/speex/libspeex/
sb_celp.h 51 int windowSize; /**< Length of high-band LPC window*/
nb_celp.h 56 int windowSize; /**< Analysis (LPC) window length */
  /external/webkit/Source/WebCore/html/
ImageDocument.cpp 239 IntSize windowSize = IntSize(view->width(), view->height());
241 float widthScale = (float)windowSize.width() / imageSize.width();
242 float heightScale = (float)windowSize.height() / imageSize.height();
330 IntSize windowSize = IntSize(view->width(), view->height());
332 return imageSize.width() <= windowSize.width() && imageSize.height() <= windowSize.height();
  /external/webkit/Source/WebCore/inspector/front-end/
TimelineOverviewPane.js 275 var windowSize = windowRight - windowLeft;
279 end = windowSize;
284 start = end - windowSize;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 376 int windowSize = 20;
377 int begin = Math.max(0, offset - windowSize / 2);
378 int end = Math.min(file.length(), offset + windowSize / 2);
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 489 milliseconds