HomeSort by relevance Sort by last modified time
    Searched full:plane (Results 376 - 400 of 671) sorted by null

<<11121314151617181920>>

  /frameworks/base/policy/src/com/android/internal/policy/impl/
WindowOrientationListener.java 303 // that is turning around a corner or a plane taking off) then the magnitude
460 // This is the angle between the up vector and the x-y plane (the plane of
    [all...]
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 289 // draw the red plane
294 // draw the green plane
299 // draw the blue plane
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 200 struct v4l2_plane plane[JPEG_MAX_PLANE_CNT]; local
205 memset(plane, 0, (int)JPEG_MAX_PLANE_CNT * sizeof(struct v4l2_plane));
212 v4l2_buf.m.planes = plane;
  /external/quake/quake/src/WinQuake/
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
  /external/svox/pico/lib/
picosa.c 1681 picoos_uint8 plane; local
    [all...]
  /external/icu4c/common/
ucnv2022.cpp     [all...]
  /external/opencv/cv/include/
cvcompat.h 636 3d model of the object and projection of the object into view plane */
701 /* Does reprojection of 3d object points to the view plane */
    [all...]
cvtypes.h 80 It supports both hierarchical and plane variants of Suzuki algorithm.
  /development/ndk/platforms/android-4/include/GLES/
glext.h 532 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
572 typedef void (GL_APIENTRYP PFNGLCLIPPLANEXOESPROC) (GLenum plane, const GLfixed *equation);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 169 # CNS11643 (Plane 1-7,15), EUC encoding, Traditional Chinese
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 104 hklm_value->Set(0U, Value::CreateStringValue("It's a plane!"));
  /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 136 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
FaultHeightMap.java 56 * plane
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestPostWater.java 273 //This part is to emulate tides, slightly varrying the height of the water plane
  /external/libvpx/libvpx/vp8/encoder/
picklpf.c 77 /* Loop through the Y plane raw and reconstruction data summing
  /external/libyuv/files/include/libyuv/
planar_functions.h 33 // Copy a plane of data (I420 to I400).
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events.c 271 int plane; local
276 plane = (-0xC8 + (c << 2) + (utf8[1] >> 4));
277 if (plane == 0) {
282 } else if (plane <= 16) {
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utf.h 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utf.h 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
  /external/webkit/Source/WebCore/icu/unicode/
utf.h 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GlyphPageTreeNodeChromiumWin.cpp 64 // Multilingual Plane (<= U+FFFF). The input buffer size should be the
  /external/webkit/Source/WebKit/mac/icu/unicode/
utf.h 143 * - the last two code points on each plane (U+__fffe and U+__ffff, 34 code points)

Completed in 772 milliseconds

<<11121314151617181920>>