/packages/apps/Contacts/res/anim/ |
quickcontact_above_enter.xml | 21 <scale android:interpolator="@android:anim/decelerate_interpolator"
|
quickcontact_above_exit.xml | 22 <scale android:fromXScale="1.0" android:toXScale=".5"
|
quickcontact_below_enter.xml | 21 <scale android:interpolator="@android:anim/decelerate_interpolator"
|
quickcontact_below_exit.xml | 22 <scale android:fromXScale="1.0" android:toXScale=".5"
|
/packages/apps/QuickSearchBox/res/anim/ |
corpus_selector_close.xml | 19 <scale android:fromXScale="1.0" android:toXScale="0.0"
|
corpus_selector_open.xml | 19 <scale android:fromXScale="0.0" android:toXScale="1.0"
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
LocalScanner.h | 46 /** supports scanning an image on a fixed scale and provides patches on local areas as needed */ 116 /** scale exponent (determines at which scale patch data is actually generated) */ 125 /** min scale exponent */ 161 /** total scan positions at current scale */ 193 * Scanning within a given scale is limited to that region. 220 /** resets scan position at current scale level */
|
ScanDetector.h | 51 /** minimum scale (12.20) */ 54 /** maximum scale (0: unlimited) (12.20) */ 74 /** minimum default scale (12.20) */ 77 /** maximum default scale (0: unlimited) (12.20) */ 80 /** scale step factor (1.32) (leading bit is always one and therefore ignored) */ 163 * x(16.16) y(16.16), scale(12.20), confidence(4.28), x(16.16)....
|
/external/webkit/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 65 enum Scale { 121 BaseIndex(RegisterID base, RegisterID index, Scale scale, int32_t offset = 0) 124 , scale(scale) 131 Scale scale; member in struct:JSC::AbstractMacroAssembler::BaseIndex
|
/frameworks/base/core/java/android/gesture/ |
Gesture.java | 240 final float scale = sx > sy ? sy : sx; local 241 paint.setStrokeWidth(2.0f / scale); 243 path.offset(-bounds.left + (width - bounds.width() * scale) / 2.0f, 244 -bounds.top + (height - bounds.height() * scale) / 2.0f); 247 canvas.scale(scale, scale);
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Other.h | 140 OMX_TIME_UpdateScaleChanged, /**< Update was generated because the scale chagned. */ 199 * this request. A value of zero is reserved for time scale 207 * a media time request or when the time scale has changed. 215 * Upon scale changes the clock component clears the nClientPrivate data, sends the current 216 * media time and sets the nScale to the new scale via the client port. It emits a 220 * from an audio frame to scale audio data. 238 * A value of zero is reserved for time scale updates. */ 250 OMX_S32 xScale; /**< Current media time scale in Q16 format. */ 255 /** Structure representing the current media time scale factor. Applicable only to clock 256 * component, other components see scale changes via OMX_TIME_MEDIATIMETYPE buffers sent vi [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Other.h | 123 OMX_TIME_UpdateScaleChanged, /**< Update was generated because the scale chagned. */
182 * this request. A value of zero is reserved for time scale
190 * a media time request or when the time scale has changed.
198 * Upon scale changes the clock component clears the nClientPrivate data, sends the current
199 * media time and sets the nScale to the new scale via the client port. It emits a
203 * from an audio frame to scale audio data.
221 * A value of zero is reserved for time scale updates. */
233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
238 /** Structure representing the current media time scale factor. Applicable only to clock
239 * component, other components see scale changes via OMX_TIME_MEDIATIMETYPE buffers sent via [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
IItemAttribute.java | 194 FractionAttribute (final String name, final int numeratorAggregateID, final int denominatorAggregateID, final int scale, final int nFractionDigits) 198 if ($assert.ENABLED) $assert.ASSERT (scale != 0, "scale: " + scale); 202 m_scale = scale;
|
/external/speex/libspeex/ |
filters.c | 113 void signal_mul(const spx_sig_t *x, spx_sig_t *y, spx_word32_t scale, int len) 118 y[i] = SHL32(MULT16_32_Q14(EXTRACT16(SHR32(x[i],7)),scale),7); 122 void signal_div(const spx_word16_t *x, spx_word16_t *y, spx_word32_t scale, int len) 125 if (scale > SHL32(EXTEND32(SIG_SCALING), 8)) 128 scale = PSHR32(scale, SIG_SHIFT); 129 scale_1 = EXTRACT16(PDIV32_16(SHL32(EXTEND32(SIG_SCALING),7),scale)); 134 } else if (scale > SHR32(EXTEND32(SIG_SCALING), 2)) { 136 scale = PSHR32(scale, SIG_SHIFT-5) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix.java | 118 * true if the matrix is identity, scale-only, or rotates a multiple of 90 186 * Set the matrix to scale by sx and sy, with a pivot point at (px, py). 205 // scale 211 /** Set the matrix to scale by sx and sy. */ 245 // scale 294 // scale 334 // scale 393 * Preconcats the matrix with the specified scale. 407 * Preconcats the matrix with the specified scale. 504 * Postconcats the matrix with the specified scale [all...] |
/packages/wallpapers/Basic/res/raw/ |
grass.rs | 92 float scale = bladeStruct->scale; 111 float si = size * scale; 134 si = (float)size * scale; 135 float spi = si - scale;
|
/external/opencore/tools_v2/build/document/bin/ |
doc_build.bat | 696 my $scale = $_[3]; 711 if ( $scale ne "" ) { 712 ReplaceString ( -all, "$file", "${newfile}${scale}", "${newfile}${scale}", "${newfile}"); 744 my $scale = $_[3]; 751 if ( $scale eq "" ) { 752 ReplaceString ( -all, "$file", "$newfile", "INCLUDEVISIO=", "\\includegraphics[scale=1]"); 753 ReplaceString ( -all, "$file", "$newfile", "INCLUDEVISIO = ", "\\includegraphics[scale=1]"); 755 ReplaceString ( -all, "$file", "${newfile}${scale}", "INCLUDEVISIO=", "\\includegraphics[scale=$scale]"); [all...] |
/external/webkit/WebCore/svg/ |
SVGFont.cpp | 339 float scale; member in struct:WebCore::SVGTextRunWalkerMeasuredLengthData 347 data.length += identifier.horizontalAdvanceX * data.scale; 401 data.scale = convertEmUnitToPixel(font->size(), fontFaceElement->unitsPerEm(), 1.0f); 471 float scale = convertEmUnitToPixel(size(), fontFaceElement->unitsPerEm(), 1.0f); local 505 glyphOrigin.setX(fontData->horizontalOriginX() * scale); 506 glyphOrigin.setY(fontData->horizontalOriginY() * scale); 527 glyphOrigin.setX(identifier.verticalOriginX * scale); 528 glyphOrigin.setY(identifier.verticalOriginY * scale); 532 context->scale(FloatSize(scale, -scale)) [all...] |
/external/freetype/src/autofit/ |
aflatin.c | 493 FT_Fixed scale; local 501 scale = scaler->x_scale; 506 scale = scaler->y_scale; 512 if ( axis->org_scale == scale && axis->org_delta == delta ) 515 axis->org_scale = scale; 519 * correct X and Y scale to optimize the alignment of the top of small 548 scale -= scale / 50; /* scale *= 0.98 */ 554 scale = FT_MulDiv( scale, fitted, scaled ) 977 FT_Fixed scale; local 1271 FT_Fixed scale = latin->scale; local 2142 FT_Fixed scale; local [all...] |
aflatin2.c | 498 FT_Fixed scale; local 506 scale = scaler->x_scale; 511 scale = scaler->y_scale; 517 if ( axis->org_scale == scale && axis->org_delta == delta ) 520 axis->org_scale = scale; 524 * correct Y scale to optimize the alignment of the top of small 549 scale = FT_MulDiv( scale, fitted, scaled ); 556 axis->scale = scale; 1031 FT_Fixed scale; local 1344 FT_Fixed scale = latin->scale; local 2286 FT_Fixed scale; local [all...] |
/external/quake/quake/src/QW/client/ |
r_draw.c | 88 float scale, lzi0, u0, v0; local 112 scale = xscale * lzi0; 113 u0 = (xcenter + scale*transformed[0]); 119 scale = yscale * lzi0; 120 v0 = (ycenter - scale*transformed[1]); 140 scale = xscale * r_lzi1; 141 r_u1 = (xcenter + scale*transformed[0]); 147 scale = yscale * r_lzi1; 148 r_v1 = (ycenter - scale*transformed[1]); 702 float dist, lastdist, lzi, scale, u, v, frac local [all...] |
/external/quake/quake/src/WinQuake/ |
r_draw.cpp | 88 float scale, lzi0, u0, v0;
local 112 scale = xscale * lzi0;
113 u0 = (xcenter + scale*transformed[0]);
119 scale = yscale * lzi0;
120 v0 = (ycenter - scale*transformed[1]);
140 scale = xscale * r_lzi1;
141 r_u1 = (xcenter + scale*transformed[0]);
147 scale = yscale * r_lzi1;
148 r_v1 = (ycenter - scale*transformed[1]);
702 float dist, lastdist, lzi, scale, u, v, frac; local [all...] |
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 549 const SkUnPreMultiply::Scale* SK_RESTRICT table = 560 SkUnPreMultiply::Scale scale = table[a]; local 561 r = SkUnPreMultiply::ApplyScale(scale, r); 562 g = SkUnPreMultiply::ApplyScale(scale, g); 563 b = SkUnPreMultiply::ApplyScale(scale, b); 575 const SkUnPreMultiply::Scale* SK_RESTRICT table = 586 SkUnPreMultiply::Scale scale = table[a]; local 587 r = SkUnPreMultiply::ApplyScale(scale, r) [all...] |
/external/v8/benchmarks/ |
deltablue.js | 451 * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain 452 * this relationship but the scale factor and offset are considered 455 function ScaleConstraint(src, scale, offset, dest, strength) { 457 this.scale = scale; 469 this.scale.addConstraint(this); 475 if (this.scale != null) this.scale.removeConstraint(this); 481 this.scale.mark = this.offset.mark = mark; 489 this.v2.value = this.v1.value * this.scale.value + this.offset.value [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 445 * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain 446 * this relationship but the scale factor and offset are considered 449 function ScaleConstraint(src, scale, offset, dest, strength) { 451 this.scale = scale; 463 this.scale.addConstraint(this); 469 if (this.scale != null) this.scale.removeConstraint(this); 475 this.scale.mark = this.offset.mark = mark; 483 this.v2.value = this.v1.value * this.scale.value + this.offset.value [all...] |