/development/samples/ApiDemos/res/anim/ |
zoom_enter.xml | 21 it starts at 200% and scales down. Goes with zoom_exit.xml. -->
|
zoom_exit.xml | 22 normal size (filling the screen) and scales down while fading out.
|
/frameworks/base/awt/java/awt/ |
Graphics.java | 414 * the X origin coordinate of the rectangle which scales the arc. 416 * the Y origin coordinate of the rectangle which scales the arc. 418 * the width of the rectangle which scales the arc. 420 * the height of the rectangle which scales the arc. 472 * Scales the specified image to fit in the specified rectangle and draws it 486 * the width of rectangle which scales the image. 488 * the height of rectangle which scales the image. 501 * Scales the specified image to fit in the specified rectangle and draws 514 * the width of rectangle which scales the image. 516 * the height of rectangle which scales the image [all...] |
/frameworks/base/awt/java/awt/image/ |
PackedColorModel.java | 50 * The scales. 52 float scales[]; field in class:PackedColorModel 383 scales = new float[numComponents]; 393 scales[i] = 256.0f; // May be any value different from zero, 396 scales[i] = 255.0f / maxValues[i];
|
DirectColorModel.java | 776 alphaLUT[i] = (byte)(scales[3] * i + 0.5f); 795 colorLUTs[i][j] = (byte)(scales[i] * j + 0.5f); 814 idx = (int)(scales[i] * j + 0.5f); 816 idx = (int)(scales[i] * j * 257.0f + 0.5f); 841 comp = alpha == 0 ? 0 : (int)(scales[idx] * comp * 255.0f / (scales[3] * alpha) + 0.5f); 863 comp = alpha == 0 ? 0 : (int)(scales[idx] * comp * factor / (scales[3] * alpha) + 0.5f);
|
AreaAveragingScaleFilter.java | 27 * The AreaAveragingScaleFilter class scales the source image using area 100 * Instantiates a new AreaAveragingScaleFilter object which scales a source
|
ReplicateScaleFilter.java | 29 * The ReplicateScaleFilter class scales an source image by replicating rows and
|
/frameworks/base/awt/org/apache/harmony/awt/gl/color/ |
ColorScaler.java | 175 * Scales and normalizes the whole raster and returns the result 257 * Scales the whole raster to short and returns the result 330 * Scales one pixel and puts obtained values to the chanData
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
NIOAccess.java | 52 * this scales <code>remaining()</code> by the byte-size of elements
|
/external/freetype/include/freetype/internal/ |
ftcalc.h | 115 * A variant of FT_Matrix_Multiply which scales its result afterwards.
|
/external/qemu/android/skin/ |
scaler.c | 40 /* right now, we only support scales in the 0.5 .. 1.0 range */
|
/frameworks/base/core/res/res/anim/ |
wallpaper_close_enter.xml | 62 also scales the wallpaper. -->
|
wallpaper_close_exit.xml | 60 also scales the wallpaper. -->
|
wallpaper_open_enter.xml | 60 also scales the wallpaper. -->
|
wallpaper_open_exit.xml | 61 also scales the wallpaper. -->
|
/external/qemu/slirp/ |
tcp_var.h | 136 * For convenience, these scales are also used in smoothing the average 138 * With these scales, srtt has 3 bits to the right of the binary point,
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigDecimalArithmeticTest.java | 39 * Add two numbers of equal positive scales 62 * Add two numbers of equal positive scales using MathContext 86 * Add two numbers of equal negative scales 109 * Add two numbers of equal negative scales using MathContext 133 * Add two numbers of different scales; the first is positive 156 * Add two numbers of different scales using MathContext; the first is positive 180 * Add two numbers of different scales; the first is negative 203 * Add two zeroes of different scales; the first is negative 260 * Subtract two numbers of equal positive scales 283 * Subtract two numbers of equal positive scales using MathContex [all...] |
/external/icu4c/i18n/unicode/ |
utmscale.h | 30 * and the epoch (origin). We'll refer to these as time scales. For example: 33 * <caption>Table 1: Binary Time Scales</caption> 165 * and provide conversion functions to and from all other major time scales.
|
/external/qemu/slirp-android/ |
tcp_var.h | 141 * For convenience, these scales are also used in smoothing the average 143 * With these scales, srtt has 3 bits to the right of the binary point,
|
/external/srec/srec/include/ |
all_defs.h | 48 #define MAX_WTS 400 /* Needs to be tuned, dependent on some scales */
|
/frameworks/base/core/java/android/view/ |
IWindowManager.aidl | 105 void setAnimationScales(in float[] scales);
|
/external/kernel-headers/original/linux/ |
jiffies.h | 143 * with a set of scales defined here as SEC_JIFFIE_SC, USEC_JIFFIE_SC and 196 * Here are the scales we will use. One for seconds, nanoseconds and
|
/external/libpng/contrib/gregbook/ |
readppm.c | 131 * scales values to 8-bit if necessary */
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Mat2D.h | 114 /** scales matrix by a factor */
|
Flt16Mat3D.h | 129 /** scales matrix by a factor */
|