HomeSort by relevance Sort by last modified time
    Searched full:scaled (Results 26 - 50 of 818) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/freetype/src/base/
ftoutln.c 54 #undef SCALED
55 #define SCALED( x ) ( ( (x) << shift ) - delta )
95 v_start.x = SCALED( v_start.x );
96 v_start.y = SCALED( v_start.y );
99 v_last.x = SCALED( v_last.x );
100 v_last.y = SCALED( v_last.y );
155 vec.x = SCALED( point->x );
156 vec.y = SCALED( point->y );
167 v_control.x = SCALED( point->x );
168 v_control.y = SCALED( point->y )
    [all...]
  /external/aac/libAACenc/src/
intensity.cpp 107 /* the maximum allowed change of the intensity direction (unit: IS scale) - scaled with factor 0.25 - */
330 /* inv_n is scaled with factor 2 to compensate fMultDiv2() in subsequent loops */
349 ml += fMultDiv2((mdctSpectrumLeft[j] << s),inv_n); // scaled with mdctScale - s + inv_n
350 mr += fMultDiv2((mdctSpectrumRight[j] << s),inv_n); // scaled with mdctScale - s + inv_n
352 ml = fMultDiv2(ml,inv_n); // scaled with mdctScale - s + inv_n
353 mr = fMultDiv2(mr,inv_n); // scaled with mdctScale - s + inv_n
356 tmp_l = fMultDiv2((mdctSpectrumLeft[j] << s),inv_n) - ml; // scaled with mdctScale - s + inv_n
357 tmp_r = fMultDiv2((mdctSpectrumRight[j] << s),inv_n) - mr; // scaled with mdctScale - s + inv_n
359 prod_lr += fMultDiv2(tmp_l,tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
360 square_l += fPow2Div2(tmp_l); // scaled with 2*(mdctScale - s + inv_n) +
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMap.java 63 * <code>getScaledHeightAtPoint</code> returns the scaled value at the
70 * @return the scaled value at (x, z).
83 * <code>getTrueHeightAtPoint</code> returns the non-scaled value at the
118 * Typically, the height is a little too extreme and should be scaled to a
  /external/qemu/android/skin/
scaler.h 29 /* retrieve the position of the scaled source rectangle 'srect' into 'drect'
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SetGammaRamp.3 11 Sets the gamma lookup tables for the display for each color component\&. Each table is an array of 256 Uint16 values, representing a mapping between the input and output for that channel\&. The input is the index into the array, and the output is the 16-bit gamma value at that index, scaled to the output color precision\&. You may pass NULL to any of the channels to leave them unchanged\&.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 96 Bitmap scaled = createIconBitmap(src); local
101 new BitmapDrawable(createSelectedBitmap(scaled, false)));
103 new BitmapDrawable(createSelectedBitmap(scaled, true)));
104 result.addState(new int[0], new BitmapDrawable(scaled));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasTransform.java 113 * Returns the scaled image size in pixels.
115 * @return The scaled image size in pixels.
125 * @param imgSize the size of the image being scaled
138 // scaled image size
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 28 resize (full|none|horizontal|vertical|scaled) "full"
88 resize="scaled" >
92 resize="scaled" />
96 resize="scaled" />
111 resize="scaled" />
295 resize="scaled"
301 resize="scaled"
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 72 /** Compass Bias in Chip Frame in Hardware units scaled by 2^16 */
74 /** Gyro Bias in Chip Frame in Hardware units scaled by 2^16 */
78 /** Accel Bias in Chip Frame in Hardware units scaled by 2^16 */
337 // When we read gyro bias, the bias is in raw units scaled by 1000.
338 // We store the bias in raw units scaled by 2^16
344 // Temperature is in degrees Celsius scaled by 2^16
348 // When we read accel bias, the bias is in raw units scaled by 1000.
363 // We read data scaled by 1000, so
366 // Convert scaling from raw units scaled by 1000 to raw scaled by 2^1
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 210 /* These values are found in FUnits in the font file, and must be scaled */
216 /* scaled when first used. However, while some values are always used */
223 /* - All CVT values are scaled to the maximum ppem size. */
232 /* entries are scaled to it. */
317 FT_ULong cvt_size; /* the scaled control value table */
  /external/jpeg/
jdct.h 22 * The DCT outputs are returned scaled up by a factor of 8; they therefore
65 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
130 * Fractional constants are scaled left by CONST_BITS bits.
138 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
145 /* Descale and correctly round an INT32 value that's scaled by N bits.
jddctmgr.c 110 /* The current scaled-IDCT routines require ISLOW-style multiplier tables,
241 * coefficients scaled by scalefactor[row]*scalefactor[col], where
244 * For integer operation, the multiplier table is to be scaled by
249 /* Precomputed values scaled up by 15 bits. */
271 /* precomputed values scaled up by 14 bits */
297 * coefficients scaled by scalefactor[row]*scalefactor[col], where
  /external/qemu/distrib/jpeg-6b/
jdct.h 22 * The DCT outputs are returned scaled up by a factor of 8; they therefore
61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
126 * Fractional constants are scaled left by CONST_BITS bits.
134 /* Convert a positive real constant to an integer scaled by CONST_SCALE.
141 /* Descale and correctly round an INT32 value that's scaled by N bits.
jddctmgr.c 106 /* The current scaled-IDCT routines require ISLOW-style multiplier tables,
229 * coefficients scaled by scalefactor[row]*scalefactor[col], where
232 * For integer operation, the multiplier table is to be scaled by
237 /* Precomputed values scaled up by 15 bits. */
259 /* precomputed values scaled up by 14 bits */
285 * coefficients scaled by scalefactor[row]*scalefactor[col], where
  /hardware/invensense/libsensors_iio/software/core/mllite/
results_holder.c 57 * @param[in] quat Length 4, Quaternion scaled by 2^30
158 * @param[in] data Local earth's magnetic field in uT scaled by 2^16.
168 * @param[out] data Local earth's magnetic field in uT scaled by 2^16.
179 * scaled such that 1.0 = 2^30.
188 * scaled such that 1.0 = 2^30.
196 * @param[out] data gravity vector in body frame scaled such that 1.0 = 2^30.
213 * @param[out] data 6-axis gyro and accel quaternion scaled such that 1.0 = 2^30.
223 * @param[out] data 9-axis quaternion scaled such that 1.0 = 2^30.
252 * @param[out] data 9-axis quaternion scaled such that 1.0 = 2^30.
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 55 // Conceptually, the quads are rotated in model space, then scaled (uniformly)
57 // non-uniformly scaled to clip space. In practice the transforms are combined
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java 46 * The change in voltage is scaled to a temperature coefficient of 10.0
48 * for the MCP9701/9701A. The out- put voltage at 0 degC is also scaled
  /external/freetype/include/freetype/
ftadvanc.h 113 /* A scaled advance is returned in 16.16 format but isn't transformed */
160 /* Scaled advances are returned in 16.16 format but aren't */
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
MipMapGenerator.java 68 BufferedImage scaled = scaleDown(original, potSize, potSize); local
71 Image output = loader.load(scaled, false);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 62 public Quad scaled(float s) { method in class:Quad
66 public Quad scaled(float x, float y) { method in class:Quad
Rectangle.java 82 public Rectangle scaled(float s) { method in class:Rectangle
87 public Rectangle scaled(float x, float y) { method in class:Rectangle
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageFlip.java 149 float scaled = Math.min(disp.width(), disp.height()) * MIN_FLICK_DIST_FOR_FLIP local
151 return scaled;
  /external/chromium/chrome/browser/chromeos/login/
username_view.h 27 // to match the shape of the scaled frame of the user image. The caller gets
  /external/freetype/src/cff/
cffobjs.h 76 FT_Bool scaled; member in struct:CFF_GlyphSlotRec_
  /external/iproute2/netem/
paretonormal.c 7 * The entries represent a scaled inverse of the cumulative distribution

Completed in 409 milliseconds

12 3 4 5 6 7 8 91011>>