/external/pixman/pixman/ |
pixman-arm-simd-asm-scaled.S | 60 * Nearest scanline scaler macro template uses the following arguments:
|
/external/qemu/android/skin/ |
argb.h | 474 /* the four nearest source pixels, which are at (0.5,0.5) offsets */ 561 /* the four nearest source pixels, which are at (0.5,0.5) offsets */ 797 /* this version scales up with nearest neighbours - looks crap */ 815 /* the four nearest source pixels, which are at (0.5,0.5) offsets */
|
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio.c | 122 /* Search for the nearest frequency */
|
/external/skia/src/core/ |
SkRasterClip.cpp | 142 * from its nearest int by < half of that value (1.8 in this case).
|
SkTileGrid.cpp | 74 // by rounding outwards to the nearest tile boundary so that the resulting tile
|
/external/webp/src/utils/ |
quant_levels.c | 86 // Keep track of the nearest neighbour 'slot'
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberFormattingTextWatcher.java | 126 * nearest dialable char to the left. For instance, if the number is (650) 123-45678 and '4' is
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelLockingTest.java | 44 private final String CONTENT = "The best things in life are nearest: Breath in your nostrils, light in your eyes, "
|
/ndk/docs/text/ |
NDK-STACK.text | 85 in them. It may be useful to try to detect the nearest function entry point to
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
LocalMergeAlbum.java | 122 // First find the nearest mark position <= start.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Keyboard.java | 211 * @return the array of the nearest keys to the given point. If the given
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
DynamicGridKeyboard.java | 208 // TODO: Calculate the nearest key index in mGridKeys from x and y.
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateView.java | 607 // If not found, try to find the nearest one. 609 int nearest = -1; 620 nearest = i; 624 return nearest;
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
float.h | 128 /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
fenv.h | 53 FE_TONEAREST round to nearest
|
malloc.h | 79 __size to nearest pagesize. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
fenv.h | 53 FE_TONEAREST round to nearest
|
malloc.h | 79 __size to nearest pagesize. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
fenv.h | 53 FE_TONEAREST round to nearest
|
malloc.h | 79 __size to nearest pagesize. */
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
fenv.h | 65 * 00 - rounding to nearest (RN)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
fenv.h | 65 * 00 - rounding to nearest (RN)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
fenv.h | 65 * 00 - rounding to nearest (RN)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_compat.py | 124 # test that set_location() returns the next nearest key, value
|