Searched refs:linear (Results 201 - 225 of 231) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dhtml.css884 background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd), color-stop(0.20, #eee), color-stop(0.45, #ccc), color-stop(0.55, #ccc));
892 background: -webkit-gradient(linear, left top, left bottom, from(#ad7), to(#ad7), color-stop(0.20, #cea), color-stop(0.45, #7a3), color-stop(0.55, #7a3));
899 background: -webkit-gradient(linear, left top, left bottom, from(#fe7), to(#fe7), color-stop(0.20, #ffc), color-stop(0.45, #db3), color-stop(0.55, #db3));
906 background: -webkit-gradient(linear, left top, left bottom, from(#f77), to(#f77), color-stop(0.20, #fcc), color-stop(0.45, #d44), color-stop(0.55, #d44));
H A DmediaControls.css369 transition: top 433ms linear;
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_signed_rgba.spec148 linear interpolation weight to [0,1] for GL_DECAL and GL_BLEND.
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c318 if (in->linear)
371 dummy.linear = 0;
H A Dnv50_surface.c340 assert(nouveau_bo_memtype(bo)); /* ZETA cannot be linear */
586 blit->fp.in[0].linear = 1;
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_objects_PhysicsRigidBody.cpp737 (JNIEnv *env, jobject object, jlong bodyId, jfloat linear, jfloat angular) {
744 body->setSleepingThresholds(linear, angular);
736 Java_com_jme3_bullet_objects_PhysicsRigidBody_setSleepingThresholds(JNIEnv *env, jobject object, jlong bodyId, jfloat linear, jfloat angular) argument
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec148 linear interpolation weight to [0,1] for GL_DECAL and GL_BLEND.
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_shader_state.c318 if (in->linear)
371 dummy.linear = 0;
H A Dnv50_surface.c340 assert(nouveau_bo_memtype(bo)); /* ZETA cannot be linear */
586 blit->fp.in[0].linear = 1;
/external/eigen/demos/opengl/
H A Dquaternion_demo.cpp2 // for linear algebra.
116 // generic linear interpolation method
126 // linear interpolation of a frame using the type OrientationType
222 aux.orientation = mCamera.viewMatrix().linear();
/external/grub/grub/
H A Dasmstub.c316 /* sets it to linear or wired A20 operation */
318 gateA20 (int linear) argument
/external/grub/stage2/
H A Dshared.h742 /* If LINEAR is nonzero, then set the Intel processor to linear mode.
746 void gateA20 (int linear);
758 /* Get the linear address of a ROM configuration table. Return zero,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas343 /// scenarios, we use simple linear search here.
777 // Removing item from linear probe hash table is moderately
782 // My version does linear probing forward, not backward, however.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js475 "line-through", "linear", "lines", "list-item", "listbox", "listitem",
/external/libvorbis/doc/
H A D07-floor1.tex10 mechanically on a linear frequency axis and a logarithmic (dB)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.c428 if (var->linear)
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c428 if (var->linear)
/external/pixman/pixman/
H A Dpixman-private.h203 linear_gradient_t linear; member in union:pixman_image
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp217 var->linear = 1;
1215 (info.in[idx].linear || info.in[idx].flat) ? OP_LINTERP : OP_PINTERP;
H A Dnv50_ir_from_tgsi.cpp819 info->in[i].linear = 1;
1187 if (var->linear)
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_from_sm4.cpp217 var->linear = 1;
1215 (info.in[idx].linear || info.in[idx].flat) ? OP_LINTERP : OP_PINTERP;
H A Dnv50_ir_from_tgsi.cpp819 info->in[i].linear = 1;
1187 if (var->linear)
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Djquery.js3125 linear: function( p, n, firstNum, diff ) {
3281 this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Djquery-1.3.2.js3992 linear: function( p, n, firstNum, diff ) {
4139 this.pos = jQuery.easing[this.options.easing || (jQuery.easing.swing ? "swing" : "linear")](this.state, n, 0, 1, this.options.duration);
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
H A Djquery-1.4.1.min.js136 1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration==="number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,
140 this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=

Completed in 519 milliseconds

12345678910