Searched refs:linear (Results 151 - 175 of 231) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.css30 -webkit-mask-image: -webkit-linear-gradient(bottom, transparent, black 30px);
169 -webkit-animation-timing-function: linear;
/external/chromium_org/chrome/browser/resources/ntp_android/
H A Dmostvisited_tablet.css77 linear,
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth.css109 background-image: -webkit-gradient(linear,
/external/chromium_org/ui/webui/resources/css/
H A Ddialogs.css8 -webkit-transition: opacity 250ms linear;
H A Dtree.css76 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css11 -webkit-transition: opacity 0.07s linear;
26 background-image: -webkit-linear-gradient(top, #fff,#f6f6f6);
202 background-image: -webkit-linear-gradient(top, #f9f9f9, #e8e8e8);
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_locally_managed_user_creation.css329 -webkit-transition: -webkit-transform 200ms linear;
361 -webkit-transition: -webkit-transform 200ms linear;
396 -webkit-transition: opacity 75ms linear;
H A Dscreen_container.css44 background: -webkit-linear-gradient(rgba(255,255,255,0.99),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DresourcesPanel.css50 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(162, 177, 207)), to(rgb(120, 138, 177)));
56 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(92, 147, 213)), to(rgb(21, 83, 170)));
61 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 180, 180)), to(rgb(138, 138, 138)));
H A DsidebarPane.css63 background-image: -webkit-linear-gradient(rgb(243,243,243), rgb(235,235,235));
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
H A DPhysicsRigidBody.java409 * @return the current linear velocity
433 * Get the current linear velocity of this PhysicsRigidBody
434 * @return the current linear velocity
441 * Get the current linear velocity of this PhysicsRigidBody
449 * Sets the linear velocity of this PhysicsRigidBody
450 * @param vec the linear velocity of this PhysicsRigidBody
548 * @param linear the linear sleeping threshold
551 public void setSleepingThresholds(float linear, float angular) { argument
552 constructionInfo.linearSleepingThreshold = linear;
[all...]
/external/libvorbis/doc/
H A D06-floor0.tex12 infinite impulse response filter as would be used in linear predictive
146 axis, then map the result to a linear-scale frequency axis.
148 (dB) amplitude scale, mapping it to linear amplitude in the last step:
/external/chromium/chrome/browser/resources/options/chromeos/
H A Dinternet_options_page.css57 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_view.css30 background-image: -webkit-gradient(linear,
/external/chromium_org/third_party/opus/src/doc/
H A Dcustomdoxygen.css169 background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
170 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
466 background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F9F9F9 95%, #F2F2F2);
471 background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F9F9F9), to(#F2F2F2));
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java128 public RenderImage createImage(String filename, boolean linear) { argument
129 return new RenderImageJme(filename, linear, display);
/external/replicaisland/src/com/replica/replicaisland/
H A DMainMenuActivity.java144 final int linear = prefs.getInt(PreferenceConstants.PREFERENCE_LINEAR_MODE, 0);
145 if (linear != 0) {
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.c321 * ASCII code points can be looked up with a linear array access into stage 3.
347 * ASCII code points can be looked up with a linear array access into stage 3.
365 /* helper macros for linear values for GB 18030 four-byte sequences */
990 uint32_t linear; local
993 /* get the linear value of the first GB 18030 code in this range */
994 linear=range[2]-LINEAR_18030_BASE;
997 linear+=((uint32_t)cp-range[0]);
1000 bytes[3]=(char)(0x30+linear%10); linear/=10;
1001 bytes[2]=(char)(0x81+linear
1049 uint32_t linear; local
[all...]
/external/icu4c/common/
H A Ducnvmbcs.c323 * ASCII code points can be looked up with a linear array access into stage 3.
349 * ASCII code points can be looked up with a linear array access into stage 3.
367 /* helper macros for linear values for GB 18030 four-byte sequences */
993 uint32_t linear; local
996 /* get the linear value of the first GB 18030 code in this range */
997 linear=range[2]-LINEAR_18030_BASE;
1000 linear+=((uint32_t)cp-range[0]);
1003 bytes[3]=(char)(0x30+linear%10); linear/=10;
1004 bytes[2]=(char)(0x81+linear
1052 uint32_t linear; local
[all...]
/external/chromium_org/chrome/browser/resources/apps_debugger/css/
H A Ditems.css87 background-image: -webkit-linear-gradient(white,
112 background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
/external/chromium_org/chrome/browser/resources/file_manager/css/
H A Dcommon.css334 transition: width 1s linear;
368 transition: opacity 250ms linear;
/external/chromium_org/chrome/browser/resources/
H A Dsync_setup_overlay.css302 background-image: -webkit-linear-gradient(top, rgb(77, 144, 254),
321 background-image: -webkit-linear-gradient(top, rgb(77, 144, 254),
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_so_emit.c210 if (input_prims->linear) {
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DHyperplane.h2 // for linear algebra. Eigen itself is part of the KDE project.
29 * \f$ n \cdot x + d = 0 \f$ where \f$ n \f$ is a unit normal vector of the plane (linear part)
134 * to the linear part of the implicit equation.
139 * to the linear part of the implicit equation.
219 transform(t.linear(), traits);
/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h2 // for linear algebra.
30 * \f$ n \cdot x + d = 0 \f$ where \f$ n \f$ is a unit normal vector of the plane (linear part)
145 * to the linear part of the implicit equation.
150 * to the linear part of the implicit equation.
231 transform(t.linear(), traits);

Completed in 1191 milliseconds

12345678910