HomeSort by relevance Sort by last modified time
    Searched full:smooth (Results 1 - 25 of 253) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/dropbear/libtommath/logs/
graphs.dem 7 plot 'add.log' smooth bezier title "Addition", 'sub.log' smooth bezier title "Subtraction"
10 plot 'sqr.log' smooth bezier title "Squaring (without Karatsuba)", 'sqr_kara.log' smooth bezier title "Squaring (Karatsuba)", 'mult.log' smooth bezier title "Multiplication (without Karatsuba)", 'mult_kara.log' smooth bezier title "Multiplication (Karatsuba)"
13 plot 'expt.log' smooth bezier title "Exptmod (Montgomery)", 'expt_dr.log' smooth bezier title "Exptmod (Dimminished Radix)", 'expt_2k.log' smooth bezier title "Exptmod (2k Reduction)"
16 plot 'invmod.log' smooth bezier title "Modular Inverse
    [all...]
  /external/freetype/src/smooth/
ftspic.c 5 /* The FreeType position independent code services for smooth module. */
34 if ( pic_container->smooth )
36 SmoothPIC* container = (SmoothPIC*)pic_container->smooth;
40 pic_container->smooth = NULL;
56 if(pic_container->smooth)
58 ((SmoothPIC*)pic_container->smooth)->ref_count++;
66 pic_container->smooth = container;
ftsmerrs.h 5 /* smooth renderer error codes (specification only). */
21 /* This file is used to define the smooth renderer error enumeration */
ftspic.h 5 /* The FreeType position independent code services for smooth module. */
38 #define GET_PIC(lib) ((SmoothPIC*)((lib)->pic_container.smooth))
smooth.c 3 /* smooth.c */
ftgrays.h 5 /* FreeType smooth renderer declaration */
  /development/tools/emulator/system/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/llvm/test/CodeGen/ARM/
2010-09-29-mc-asm-header-test.ll 2 ; This tests that MC/asm header conversion is smooth
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/resources/
webviewtest.qml 17 smooth: false
webviewtestdefault.qml 17 smooth: false
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayoutListener.java 29 * @param smooth true to scroll smoothly
31 void onRequestScrollBy(int scrollBy, boolean smooth);
37 * @param smooth true to scroll smoothly
39 void onRequestMovePlayhead(long scrollToTime, boolean smooth);
TimelineHorizontalScrollView.java 183 * @param smooth true to scroll smoothly
185 public void appScrollTo(int scrollX, boolean smooth) {
192 if (smooth) {
203 * @param smooth true to scroll smoothly
205 public void appScrollBy(int scrollX, boolean smooth) {
208 if (smooth) {
  /sdk/emulator/qemud/
Android.mk 5 # smooth builds even if the tree contains both versions.
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_button_cell.h 11 // the same colors as NSSmallSquareBezelStyle but as a smooth gradient, rather
  /frameworks/base/docs/html/training/improving-layouts/
index.jd 33 lessons here, you will be able to implement smooth scrolling interfaces with a minimum memory
54 <dt><b><a href="smooth-scrolling.html">Making ListView Scrolling Smooth</a></b></dt>
57 lesson provides some tips about how you can make your scrolling performance more smooth.</dd>
  /external/freetype/
Android.mk 29 src/smooth/smooth.c \
  /external/freetype/include/freetype/internal/
ftpic.h 45 void* smooth; member in struct:FT_PIC_Container_
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 53 SimpleSmooth = 0, //!< simple smooth
54 AdaptSmooth = 1, //!< adaptive smooth
55 PanSmooth = 2 //!< pan motion smooth
59 * Smooth-motion is to do a weight-average between the current affine and
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
animator1-expected-completion59.txt 3 android:interpolator : Defines the interpolator used to smooth the animation movement in time. [reference]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXZoom.cpp 60 //Immediate zoom should not be avaialable while smooth zoom is running
180 CAMHAL_LOGDB("[Goal Reached] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
204 CAMHAL_LOGDB("[Advancing] Smooth Zoom notify currentIdx = %d, targetIdx = %d",
246 CAMHAL_LOGDB("Start smooth zoom target = %d, mCurrentIdx = %d",
258 CAMHAL_LOGEB("Smooth value out of range %d!", targetIdx);
286 CAMHAL_LOGDB("Stop smooth zoom mCurrentZoomIdx = %d, mTargetZoomIdx = %d",
  /external/webkit/Source/WebCore/webaudio/
BiquadProcessor.cpp 103 // Snap to exact values first time after reset, then smooth for subsequent changes.
110 // Smooth all of the filter parameters. If they haven't yet converged to their target value then mark coefficients as dirty.
111 bool isStable1 = m_parameter1->smooth();
112 bool isStable2 = m_parameter2->smooth();
113 bool isStable3 = m_parameter3->smooth();
  /packages/apps/Contacts/src/com/android/contacts/widget/
AutoScrollListView.java 52 * first it jumps to some position near the one requested and then does a smooth
53 * scroll to the requested position. This creates an impression of full smooth
54 * scrolling without actually traversing the entire list. If smooth scrolling is
  /external/freetype/include/freetype/
ftmoderr.h 122 FT_MODERRDEF( Smooth, 0x1100, "smooth raster module" )
  /external/mesa3d/docs/
perf.html 16 <li> Turn off smooth shading when you don't need it (glShadeModel)
31 flat or smooth shading
  /development/tools/emulator/system/gps/
Android.mk 18 # smooth builds even if the tree contains both versions.

Completed in 4346 milliseconds

1 2 3 4 5 6 7 8 91011