OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smooth
(Results
1 - 25
of
299
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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. */
38
if ( pic_container->
smooth
)
40
SmoothPIC* container = (SmoothPIC*)pic_container->
smooth
;
46
pic_container->
smooth
= NULL;
62
if ( pic_container->
smooth
)
64
((SmoothPIC*)pic_container->
smooth
)->ref_count++;
72
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
177
* @param
smooth
true to scroll smoothly
179
public void appScrollTo(int scrollX, boolean
smooth
) {
186
if (
smooth
) {
197
* @param
smooth
true to scroll smoothly
199
public void appScrollBy(int scrollX, boolean
smooth
) {
202
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