/cts/tests/src/android/widget/cts/ |
WidgetTestUtils.java | 97 * Compare the expected pixels with actual, scaling for the target context density
|
/external/freetype/include/freetype/ |
ftadvanc.h | 71 /* Normal and bytecode hinted modes, which require loading, scaling, */
|
/external/freetype/src/base/ |
ftadvanc.c | 45 /* this must be the same scaling as to get linear{Hori,Vert}Advance */
|
/external/freetype/src/cff/ |
cfftypes.h | 117 FT_ULong units_per_em; /* temporarily used as scaling value also */
|
/external/jpeg/ |
jfdctint.c | 44 * The poop on this scaling stuff is as follows: 69 * with the recommended scaling. (For 12-bit sample data, the intermediate 122 * For 8-bit samples with the recommended scaling, all the variable 214 * We remove the PASS1_BITS scaling, but leave the results scaled up
|
jidctint.c | 46 * The poop on this scaling stuff is as follows: 69 * with the recommended scaling. (To scale up 12-bit sample data further, an 122 * For 8-bit samples with the recommended scaling, all the variable 274 /* and also undo the PASS1_BITS scaling. */
|
djpeg.1 | 65 1/1, 1/2, 1/4, or 1/8. Scaling is handy if the image is larger than your 68 runs much faster when scaling down the output.
|
jddctmgr.c | 71 * so be sure to compile that code if either ISLOW or SCALING is requested. 100 /* Select the proper IDCT routine for this component's scaling */
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Functions.h | 39 bts_ALT_TRANS_SCALE_XYZ /* restricted to translation and scaling in x,y,z directions */
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
trans4m_freq_2_time_fxp.cpp | 458 #define ROUNDING_SCALED (ROUNDING<<(16 - SCALING)) 471 mov y, y, lsl #(15-SCALING) 493 "mov %0, %1, lsl #5\n\t" // (15-SCALING) assembler does not take symbols 509 #define limiter( y, x) z = x<< (15-SCALING); \ 515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \ 656 Int shift = exp + 15 - SCALING; 709 shift = exp + 15 - SCALING; 740 exp -= SCALING; 836 exp -= SCALING; /* !!!! */ 897 exp += SCALING; /* +8 back to what it was * [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/os2/ |
joyos2.h | 143 USHORT scale; /* scaling factor */
|
/external/quake/quake/src/QW/server/ |
worlda.s | 63 // !!! if the size of dclipnode_t changes, the scaling of %eax needs to be
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_interpolate_loop_gnu.s | 101 @ saturation operation should take in the filter before scaling back to
|
/external/webkit/WebKit/chromium/src/ |
ChromeClientImpl.cpp | 131 // operations associated with scaling. However, this value is used ins some 132 // cases by WebCore. For example, this is used as a scaling factor in canvas 135 // We don't currently implement scaling, so just return 1.0 (no scaling).
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
trans4m_freq_2_time_fxp.cpp | 458 #define ROUNDING_SCALED (ROUNDING<<(16 - SCALING)) 471 mov y, y, lsl #(15-SCALING) 493 "mov %0, %1, lsl #5\n\t" // (15-SCALING) assembler does not take symbols 509 #define limiter( y, x) z = x<< (15-SCALING); \ 515 #define limiter( y, x) z = ((x + ROUNDING )>>SCALING); \ 656 Int shift = exp + 15 - SCALING; 709 shift = exp + 15 - SCALING; 740 exp -= SCALING; 836 exp -= SCALING; /* !!!! */ 897 exp += SCALING; /* +8 back to what it was * [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
PhotoAppWidgetConfigure.java | 59 // TODO: Adjust the PhotoFrame's image size to avoid on the fly scaling
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
PhotoAppWidgetConfigure.java | 53 // TODO: Adjust the PhotoFrame's image size to avoid on the fly scaling
|
/external/freetype/include/freetype/internal/ |
ftdriver.h | 172 /* scaling done in the base layer suffices. */ 177 /* to 0 if the scaling done in the base layer */
|
/external/freetype/src/autofit/ |
afwarp.c | 153 /* get original scaling transformation */ 265 /* no scaling, just translation */
|
/external/freetype/src/truetype/ |
ttobjs.h | 225 /* to perform adequate scaling. Example: */ 230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 70 /** The scaling of the canvas in X. */ 72 /** The scaling of the canvas in Y. */
|
LayoutCanvas.java | 159 /** Vertical scaling & scrollbar information. */ 162 /** Horizontal scaling & scrollbar information. */ 416 * the current scaling and the current translation. 437 * the current scaling and the current translation. 463 /** Scaling factor, > 0 */ 485 * Sets the new scaling factor. Recomputes scrollbars. 486 * @param scale Scaling factor, > 0. 495 /** Returns current scaling factor. */ [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
isp_az.cpp | 50 int16 adaptive_scaling (i) 0 : adaptive scaling disabled 51 1 : adaptive scaling enabled 137 int16 adaptive_scaling /* (i) 0 : adaptive scaling disabled */ 138 /* 1 : adaptive scaling enabled */ 240 q = 4 - normalize_amr_wb(tmax); /* adaptive scaling enabled */ 244 q = 0; /* adaptive scaling disabled */
|
/frameworks/base/awt/java/awt/image/ |
RescaleOp.java | 107 * Gets the number of scaling factors. 109 * @return the number of scaling factors. 203 // awt.21E=Number of scaling constants is not equal to the number of 334 // Check if the number of scaling factors matches the number of bands 343 // awt.21E=Number of scaling constants is not equal to the 350 // awt.21E=Number of scaling constants is not equal to the number of
|