/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_toolbar_view.mm | 48 // The state of our morph; 1 is total bubble, 0 is the regular bar. We use it 49 // to morph the bubble to a regular bar (shape and colour). 50 CGFloat morph = [controller_ detachedMorphProgress]; 85 morph * bookmarks::kNTPBookmarkBarPadding, 86 morph * bookmarks::kNTPBookmarkBarPadding, 87 NSWidth(bounds) - 2 * morph * bookmarks::kNTPBookmarkBarPadding, 88 NSHeight(bounds) - 2 * morph * bookmarks::kNTPBookmarkBarPadding); 90 frameRect = NSInsetRect(frameRect, morph * 0.5, morph * 0.5); 93 xRadius:(morph * kBorderRadius [all...] |
bookmark_bar_controller.mm | 446 // The state of our morph (if any); 1 is total bubble, 0 is the regular bar. 447 CGFloat morph = [self detachedMorphProgress]; 451 morph * bookmarks::kNTPBookmarkBarPadding, 452 morph * bookmarks::kNTPBookmarkBarPadding); [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathDashPathEffect_StyleTest.java | 38 assertEquals(Style.MORPH, Style.valueOf("MORPH")); 52 Style.MORPH};
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
LIST | 2 3d-morph
|
3d-morph.js | 30 function morph(a, f) { 48 morph(a, i/loops)
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
LIST | 2 3d-morph
|
3d-morph.js | 30 function morph(a, f) { 48 morph(a, i/loops)
|
/external/collada/include/1.4/dom/ |
domMorph.h | 22 * The morph element describes the data required to blend between sets of 23 * static meshes. Each possible mesh that can be blended (a morph target) 29 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::MORPH; } 39 * The targets element declares the morph targets, their weights and any user 124 * The morph element must contain at least two source elements. @see domSource 128 * The targets element declares the morph targets, their weights and any user
|
domController.h | 51 * The controller element may contain either a skin element or a morph element. 56 * The controller element may contain either a skin element or a morph element. 115 * Gets the morph element. 116 * @return a daeSmartRef to the morph element.
|
domInstance_controller.h | 39 * for morph controllers. 128 * for morph controllers. @see domSkeleton
|
domTypes.h | 200 * An enumuerated type specifying the acceptable morph methods. [all...] |
/frameworks/base/graphics/java/android/graphics/ |
PathDashPathEffect.java | 24 MORPH(2); //!< transform each point, and turn lines into curves
|
/external/collada/src/1.4/dom/ |
domController.cpp | 57 mea->setName( "morph" );
|
domMorph.cpp | 35 meta->setName( "morph" );
|
domConstants.cpp | 460 DLLSPEC daeString COLLADA_TYPE_MORPH = "morph"; [all...] |
/external/icu4c/test/intltest/ |
wbnf.h | 44 modified = core | morph | quote | repeat 45 morph = modified ~
|
wbnf.cpp | 560 class Morph : public Pick{ 562 The difference between morph and an arbitrary random string is that 563 a morph changes slowly. When we build collation rules, for example, 568 Morph(Pick & base):item(base){} 580 morph(); 634 void morph(void){ function in class:Morph [all...] |
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
waveform.rs | 125 // morph from idle animation back to waveform
|
/external/opencv/cvaux/src/ |
enmin.cpp | [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
concat-jquery-mootools-prototype.js | [all...] |
/external/webkit/PerformanceTests/SunSpider/ |
ChangeLog | 273 * tests/3d-morph.js: ditto 578 Fixed the pruning regexp to match 3d-morph.js. 955 * tests/3d-morph.js: 975 * tests/3d-morph.js: [all...] |
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
many.rs | 221 // morph from idle animation back to waveform
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeTypes.cpp | 45 // node may be passed to the legalization core, but when analyzed may morph 47 // A node may morph if one of its operands changes during analysis. Whether 327 // The node didn't morph - nothing special to do, it will be revisited. 468 // Operands may morph when they are analyzed. If so, the node will be 478 AnalyzeNewValue(Op); // Op may morph. [all...] |
/external/skia/src/core/ |
SkScan_Antihair.cpp | 64 // SkDebugf("morph %d -> %d\n", i, n);
|