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

1 2

  /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 29 assertEquals(Style.MORPH, Style.valueOf("MORPH"));
38 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)
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 24 MORPH(2); //!< transform each point, and turn lines into curves
  /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 115 // morph from idle animation back to waveform
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
package.html 74 while for morph animations, every track is assigned to a mesh.<br>
AnimControl.java 61 * 2) Morph/Pose animation
SkeletonControl.java 132 resetToBind(); // reset morph meshes to bind pose
  /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/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
MeshAnimationLoader.java 115 // throw new UnsupportedOperationException("Morph animations not supported!");
  /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...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
acondit.mode1v3 470 <string>perspective.morph</string>
551 <string>Morph</string>
588 <string>The Default Workspace in this version of Xcode now includes support to hide and show the detail view (what has been referred to as the "Metro-Morph" feature). You must discard your current Default Workspace settings and update to the latest Default Workspace in order to gain this feature. Do you wish to update to the latest Workspace defaults for project '%@'?</string>
    [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
323 // The node didn't morph - nothing special to do, it will be revisited.
464 // Operands may morph when they are analyzed. If so, the node will be
474 AnalyzeNewValue(Op); // Op may morph.
    [all...]
  /external/skia/src/core/
SkScan_Antihair.cpp 56 // SkDebugf("morph %d -> %d\n", i, n);
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 351 // Avoid trying to morph empty strings, as they do not have enough room to contain the external reference.
  /sdk/apigenerator/src/com/android/apigenerator/
enums.xml 95 <field name="MORPH" />

Completed in 519 milliseconds

1 2