Searched defs:pitch (Results 276 - 297 of 297) sorted by relevance

<<1112

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h319 uint32_t pitch; /* COLORPITCH or DEPTHPITCH. */ member in struct:r300_surface
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
H A Dftraster.c2262 Long pitch = ras.target.pitch; local
2267 ras.traceIncr = (Short)-pitch;
2268 ras.traceOfs = -*min * pitch;
2269 if ( pitch > 0 )
2270 ras.traceOfs += ( ras.target.rows - 1 ) * pitch;
2558 p = bits - e1 * ras.target.pitch;
2559 if ( ras.target.pitch > 0 )
2560 p += ( ras.target.rows - 1 ) * ras.target.pitch;
2658 bits -= e1 * ras.target.pitch;
2718 Long pitch, byte_len; local
[all...]
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Ddolphin.c1808 float pitch, thrash, chomp; local
1823 pitch = fish->v * sin((fish->htail + 180.0) * RRAD);
1908 glRotatef(pitch, 1.0, 0.0, 0.0);
H A Dwhale.c1674 float pitch, thrash, chomp; local
1689 pitch = fish->v * sin((fish->htail - 160.0) * RRAD);
1768 glRotatef(pitch, 1.0, 0.0, 0.0);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Ddolphin.c1808 float pitch, thrash, chomp; local
1823 pitch = fish->v * sin((fish->htail + 180.0) * RRAD);
1908 glRotatef(pitch, 1.0, 0.0, 0.0);
H A Dwhale.c1674 float pitch, thrash, chomp; local
1689 pitch = fish->v * sin((fish->htail - 160.0) * RRAD);
1768 glRotatef(pitch, 1.0, 0.0, 0.0);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Ddolphin.c1808 float pitch, thrash, chomp; local
1823 pitch = fish->v * sin((fish->htail + 180.0) * RRAD);
1908 glRotatef(pitch, 1.0, 0.0, 0.0);
H A Dwhale.c1674 float pitch, thrash, chomp; local
1689 pitch = fish->v * sin((fish->htail - 160.0) * RRAD);
1768 glRotatef(pitch, 1.0, 0.0, 0.0);
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_extensions.h668 NPPitch pitch; member in struct:_NPFontDescription
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h83 unsigned int pitch; member in struct:_drm_i915_init
120 int pitch; member in struct:_drm_i915_sarea
H A Dradeon_drm.h670 int pitch; member in struct:drm_radeon_texture
828 uint32_t pitch; member in struct:drm_radeon_gem_set_tiling
834 uint32_t pitch; member in struct:drm_radeon_gem_get_tiling
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h833 GLuint pitch:18; member in struct:gen7_surface_state::__anon14410
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h833 GLuint pitch:18; member in struct:gen7_surface_state::__anon27821
/external/valgrind/main/include/vki/
H A Dvki-linux-drm.h414 __vki_u32 pitch; member in struct:vki_drm_mode_fb_cmd
560 unsigned int pitch; member in struct:_vki_drm_i915_init
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1095 * A note on interpretation of pitch: This value of pitch is the
1104 * If the image is 1-dimensional, pitch is ignored.
1106 * If 'pitch' is zero, the SVGA3D device calculates a pitch value
1109 uint32 pitch; member in struct:SVGA3dGuestImage
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1095 * A note on interpretation of pitch: This value of pitch is the
1104 * If the image is 1-dimensional, pitch is ignored.
1106 * If 'pitch' is zero, the SVGA3D device calculates a pitch value
1109 uint32 pitch; member in struct:SVGA3dGuestImage
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeBackgroundScript.js620 cvox.TtsInterface.prototype.getDefaultProperty=function(){};cvox.AbstractTts=function(){this.ttsProperties={};this.propertyDefault={rate:.5,pitch:.5,volume:.5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyMax={rate:1,pitch:1,volume:1};this.propertyStep={rate:.1,pitch:.1,volume:.1};if(void 0==cvox.AbstractTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in cvox.AbstractTts.PRONUNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";cvox.AbstractTts.pronunciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvox.AbstractTts.substitutionDictionaryRegexp_){var a=
627 cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvox.AbstractTts.LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.AbstractTts.RELATIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relativeVolume";cvox.AbstractTts.COLOR="color";cvox.AbstractTts.FONT_WEIGHT="fontWeight";cvox.AbstractTts.PUNCTUATION_ECHO="punctuationEcho";cvox.AbstractTts.PAUSE="pause";cvox.AbstractTts.PERSONALITY_ANNOTATION={relativePitch:-.25,color:"yellow",punctuationEcho:"none"};
1085 cvox.MathMap.readJSON_=function(a){var b=chrome.extension.getURL(a);if(!b)throw"Invalid path: "+a;a=new XMLHttpRequest;a.open("GET",b,!1);a.send();return a.responseText};cvox.ChromeTtsBase=function(){cvox.AbstractTts.call(this);this.propertyDefault.pitch=1;this.propertyMin.pitch=.2;this.propertyMax.pitch=2;this.propertyDefault.rate=1;this.propertyMin.rate=.2;this.propertyMax.rate=5;this.propertyDefault.volume=1;this.propertyMin.volume=.2;this.propertyMax.volume=1};goog.inherits(cvox.ChromeTtsBase,cvox.AbstractTts);cvox.Utterance=function(a,b){this.textString=a;this.properties=b;this.id=cvox.Utterance.nextUtteranceId_++};cvox.Utterance.nextUtteranceId_=1;
1086 cvox.TtsBackground=function(a){a=void 0==a?!0:a;cvox.ChromeTtsBase.call(this);this.currentVoice=localStorage.voiceName||"";this.ttsProperties.rate=parseFloat(localStorage.rate)||this.propertyDefault.rate;this.ttsProperties.pitch=parseFloat(localStorage.pitch)||thi
[all...]
H A DchromeVoxChromeOptionsScript.js680 c[e.replace(/\s*(?:=)?(\w+)\s*/,"$1")]=f;d++}goog.asserts.assertArray(c[goog.i18n.MessageFormat.OTHER_],"Missing other key in selectordinal statement.");return c};goog.i18n.MessageFormat.prototype.buildPlaceholder_=function(a){goog.asserts.assert(0<a.length,"Literal array is empty.");a=(a.length-1).toString(10);return goog.i18n.MessageFormat.LITERAL_PLACEHOLDER_+a+"_"};cvox.TtsCapturingEventListener=function(){};cvox.TtsInterface=function(){};cvox.TtsInterface.prototype.speak=function(){};cvox.TtsInterface.prototype.isSpeaking=function(){};cvox.TtsInterface.prototype.stop=function(){};cvox.TtsInterface.prototype.increaseOrDecreaseProperty=function(){};cvox.TtsInterface.prototype.getDefaultProperty=function(){};cvox.AbstractTts=function(){this.ttsProperties={};this.propertyDefault={rate:.5,pitch:.5,volume:.5};this.propertyMin={rate:0,pitch:0,volume:0};this.propertyMax={rate:1,pitch:1,volume:1};this.propertyStep={rate:.1,pitch:.1,volume:.1};if(void 0==cvox.AbstractTts.pronunciationDictionaryRegexp_){var a=[],b;for(b in cvox.AbstractTts.PRONUNCIATION_DICTIONARY)a.push(b);a="\\b("+a.join("|")+")\\b";cvox.AbstractTts.pronunciationDictionaryRegexp_=new RegExp(a,"ig")}if(void 0==cvox.AbstractTts.substitutionDictionaryRegexp_){var a=
682 cvox.AbstractTts.prototype.increaseOrDecreaseProperty=function(a,b){var c=this.propertyMin[a],d=this.propertyMax[a],e=this.propertyStep[a],f=this.ttsProperties[a],f=b?f+e:f-e;this.ttsProperties[a]=Math.max(Math.min(f,d),c)};cvox.AbstractTts.RATE="rate";cvox.AbstractTts.PITCH="pitch";cvox.AbstractTts.VOLUME="volume";cvox.AbstractTts.LANG="lang";cvox.AbstractTts.RELATIVE_RATE="relativeRate";cvox.AbstractTts.RELATIVE_PITCH="relativePitch";cvox.AbstractTts.RELATIVE_VOLUME="relativeVolume";
1217 cvox.SpeechRuleEngine.propMap={pitch:cvox.AbstractTts.RELATIVE_PITCH,rate:cvox.AbstractTts.RELATIVE_RATE,volume:cvox.AbstractTts.RELATIVE_VOLUME,pause:cvox.AbstractTts.PAUSE};cvox.SpeechRuleEngine.prototype.addPersonality_=function(a,b){var c={},d;for(d in cvox.SpeechRuleEngine.propMap){var e=parseFloat(b[d]);isNaN(e)||(c[cvox.SpeechRuleEngine.propMap[d]]=e)}a.forEach(goog.bind(function(a){this.addRelativePersonality_(a,c);this.resetPersonality_(a)},this));return a};
1264 "default.default","[t] @mathvariant; [n] text()","self::mathml:mi","@mathvariant",'@mathvariant!="normal"');(0,cvox.MathmlStoreRules.defineRuleAlias_)("mi-variant","self::mathml:mn","@mathvariant",'@mathvariant!="normal"');(0,cvox.MathmlStoreRules.defineRule_)("mo-variant","default.default","[t] @mathvariant; [n] text() (rate:-0.1)","self::mathml:mo","@mathvariant",'@mathvariant!="normal"');(0,cvox.MathmlStoreRules.defineDefaultMathmlRule_)("ms",'[t] "string" (pitch:0.5, rate:0.5); [t] text()');(0,cvox.MathmlStoreRules.defineDefaultMathmlRule_)("msup",
1265 '[n] ./*[1]; [t] "super";[n] ./*[2] (pitch:0.35); [p] (pause:300)');(0,cvox.MathmlStoreRules.defineDefaultMathmlRule_)("msubsup",'[n] ./*[1]; [t] "sub"; [n] ./*[2] (pitch:-0.35); [p] (pause:200);[t] "super"; [n] ./*[3] (pitch
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 445 milliseconds

<<1112