/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | 862 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */ 865 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) { 870 (GLfloat)top, 876 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */ 879 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) { 884 (GLfixed)top, [all...] |
android_opengl_GLES11Ext.cpp | 670 /* void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */ 673 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) { 678 (GLfixed)top, [all...] |
/frameworks/base/include/private/opengles/ |
gl_context.h | 467 matrixf_t& top() { return stack[depth]; } function in struct:android::gl::matrix_stack_t 468 const matrixf_t& top() const { return stack[depth]; } function in struct:android::gl::matrix_stack_t
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | 100 // This is the top-level view of the window, containing the window decor. [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactListItemView.java | 188 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 189 int height = bottom - top;
|
/bionic/libc/kernel/common/linux/ |
msm_vidc_dec.h | 431 uint32_t top; member in struct:vdec_framesize
|
/external/chromium/third_party/icu/source/i18n/ |
ucol_bld.cpp | 123 uint32_t bottom = 0, top = src->invUCA->tableSize; local 129 while(bottom < top-1) { 130 i = (top+bottom)/2; 135 top = i; [all...] |
olsontz.cpp | 77 * @param top the top-level zoneinfo resource bundle. This is used 82 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, 89 if ((top == NULL || res == NULL) && U_SUCCESS(ec)) { 182 r = TimeZone::loadRule(top, ruleid, NULL, ec); [all...] |
/external/chromium/third_party/icu/source/test/perf/perldriver/ |
Output.pm | 218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/external/elfutils/src/ |
ldscript.c | 733 | TOP (included). | 738 yy_stack_print (short *bottom, short *top) 741 yy_stack_print (bottom, top) 743 short *top; 747 for (/* Nothing. */; bottom <= top; ++bottom) 752 # define YY_STACK_PRINT(Bottom, Top) \ 755 yy_stack_print ((Bottom), (Top)); \ 795 # define YY_STACK_PRINT(Bottom, Top) [all...] |
/external/icu4c/i18n/ |
ucol_bld.cpp | 123 uint32_t bottom = 0, top = src->invUCA->tableSize; local 129 while(bottom < top-1) { 130 i = (top+bottom)/2; 135 top = i; [all...] |
/external/icu4c/test/perf/perldriver/ |
Output.pm | 218 th.sourceType { border-right-width: 1; border-top-width: 1; border-bottom-width: 1 }
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 632 * @param top Location in the header list to insert the header. 639 public void attachHeader(SIPHeader header, boolean replaceFlag, boolean top) 691 hdrlist.concatenate((SIPHeaderList) h, top); 718 * top flag determines which end to remove headers from. 721 * @param top -- flag that indicates which end of header list to process. 723 public void removeHeader(String headerName, boolean top) { 732 if (top) [all...] |
/external/openssl/crypto/err/ |
err.h | 157 int top,bottom; member in struct:err_state_st
|
/external/openssl/include/openssl/ |
err.h | 157 int top,bottom; member in struct:err_state_st
|
/external/skia/src/core/ |
SkCanvas.cpp | 64 The clip/matrix/proc are fields that reflect the top of the save/restore 67 values: they reflect the top of the save stack, but translated and clipped 162 /* If there are any layers in the stack, this points to the top-most 938 bool SkCanvas::quickRejectY(SkScalar top, SkScalar bottom, EdgeType et) const { 948 SkScalarCompareType userT = SkScalarToCompareType(top); [all...] |
/external/skia/src/gl/ |
SkGL.h | 231 static void Ortho(float left, float right, float bottom, float top,
|
/external/webkit/WebCore/css/ |
html.css | 270 margin-top: 0; 278 margin-top: 0__qem
|
/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 423 // Make the rect (left, top, width, height) visible. If it can be fully 425 // by (left + xPercentInDoc * width, top + yPercentInDoc * height) 427 void showRect(int left, int top, int width, int height, int contentWidth,
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 107 * the application and its top part will contain the extract text of what is 164 * not need to change. The editor is placed at the top of the IME, above the 281 info.contentInsets.top = info.visibleInsets.top 286 info.contentInsets.top = mTmpInsets.contentTopInsets; 287 info.visibleInsets.top = mTmpInsets.visibleTopInsets; 485 * This is the top part of the UI that is the main content. It is 489 * of the application behind. This value is relative to the top edge 495 * This is the top part of the UI that is visibly covering the 502 * needed to make the focus visible. This value is relative to the top edg [all...] |
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 71 * In fact this is an implementation of ANativeWindow on top of 160 return fbDev->setUpdateRect(fbDev, r.left, r.top, r.width(), r.height());
|
/frameworks/base/services/surfaceflinger/DisplayHardware/ |
DisplayHardware.cpp | 325 b.left, b.top, b.width(), b.height());
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
StringTexture.java | 192 // for top 195 int y = (config.yalignment == Config.ALIGN_TOP) ? -metrics.top + padding
|
/prebuilt/common/layoutlib_api/ |
layoutlib_api-prebuilt.jar | |
/external/chromium/third_party/icu/source/tools/gennames/ |
gennames.c | 1407 uint32_t top=lineTop+length; local [all...] |