/ndk/build/platforms/android-4/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/ndk/build/platforms/android-5/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/ndk/build/platforms/android-8/arch-arm/usr/lib/ |
libGLESv1_CM.so | |
/packages/wallpapers/MusicVisualization/res/raw/ |
many.rs | 265 // draw the reflecting plane
|
/external/icu4c/test/cintltst/ |
spreptst.c | 152 "Plane 0 private use character U+F123", 158 "Plane 15 private use character U+F1234", 164 "Plane 16 private use character U+10F234",
|
/external/quake/quake/src/QW/client/ |
r_surf.c | 84 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) - 85 surf->plane->dist; 95 surf->plane->normal[i]*dist;
|
/external/quake/quake/src/WinQuake/ |
r_surf.cpp | 84 dist = DotProduct (cl_dlights[lnum].origin, surf->plane->normal) -
85 surf->plane->dist;
95 surf->plane->normal[i]*dist;
|
sv_main.cpp | 371 mplane_t *plane; local 388 plane = node->plane; 389 d = DotProduct (org, plane->normal) - plane->dist;
|
quakedef.h | 105 #define ON_EPSILON 0.1 // point on plane side epsilon
|
/frameworks/base/opengl/libagl/ |
copybit.cpp | 241 // disable plane blending and src blending for supported formats 366 /* and now the alpha-plane hack. This handles the "Fade" case of a 416 // then proceed as usual, but without the alpha plane
|
/external/svox/pico/lib/ |
picosa.c | 1681 picoos_uint8 plane; local [all...] |
/external/icu4c/common/ |
ucnv2022.c | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
Encodings.properties | 169 # CNS11643 (Plane 1-7,15), EUC encoding, Traditional Chinese
|
/external/expat/lib/ |
xmltok.c | 546 int plane; \ 585 plane = (((hi & 0x3) << 2) | ((lo >> 6) & 0x3)) + 1; \ 586 *(*toP)++ = ((plane >> 2) | UTF8_cval4); \ 587 *(*toP)++ = (((lo >> 2) & 0xF) | ((plane & 0x3) << 4) | 0x80); \ [all...] |
/external/freetype/src/base/ |
fttrigon.c | 267 /* Get the vector into the right half plane */
|
/external/icu4c/common/unicode/ |
utf.h | 153 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
|
/external/opencore/android/samples/ |
android_surface_output_fb.cpp | 294 // copy the Y plane
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11events.c | 265 int plane; local 270 plane = (-0xC8 + (c << 2) + (utf8[1] >> 4)); 271 if (plane == 0) { 276 } else if (plane <= 16) { [all...] |
/external/webkit/JavaScriptCore/icu/unicode/ |
utf.h | 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
|
/external/webkit/JavaScriptGlue/icu/unicode/ |
utf.h | 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
|
/external/webkit/WebCore/icu/unicode/ |
utf.h | 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
|
/external/webkit/WebCore/platform/graphics/chromium/ |
GlyphPageTreeNodeChromiumWin.cpp | 64 // Multilingual Plane (<= U+FFFF). The input buffer size should be the
|
/external/webkit/WebKit/mac/icu/unicode/ |
utf.h | 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
|
/hardware/libhardware/include/hardware/ |
sensors.h | 159 * where the X axis is along the long side of the plane (tail to nose).
|
/external/icu4c/test/intltest/ |
strcase.cpp | 198 errln("error lowercasing Deseret (plane 1) characters"); 202 errln("error uppercasing Deseret (plane 1) characters");
|