HomeSort by relevance Sort by last modified time
    Searched refs:top (Results 676 - 700 of 959) sorted by null

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 600 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 600 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 600 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 600 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 600 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
618 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
706 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /system/core/libpixelflinger/
clear.cpp 100 const uint32_t t = c->state.scissor.top;
  /external/skia/src/core/
SkPicturePlayback.cpp 635 const SkScalar top = *xpos++; local
638 if (!canvas.quickRejectY(top, bottom, SkCanvas::kAA_EdgeType)) {
657 int top = getInt(); local
658 canvas.drawSprite(bitmap, left, top, paint);
673 // ptr[2] == top
    [all...]
  /external/quake/quake/src/QW/client/
vid_win.c 165 (rect.top < GetSystemMetrics (SM_CYSCREEN)) &&
170 Cvar_SetValue ("vid_window_y", (float)rect.top);
204 window_rect.top = window_y;
208 window_center_y = (window_rect.top + window_rect.bottom) / 2;
1293 WindowRect.top = WindowRect.left = 0;
1325 WindowRect.bottom - WindowRect.top,
1349 WindowRect.bottom - WindowRect.top,
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 161 (rect.top < GetSystemMetrics (SM_CYSCREEN)) &&
166 Cvar_SetValue ("vid_window_y", (float)rect.top);
200 window_rect.top = window_y;
204 window_center_y = (window_rect.top + window_rect.bottom) / 2;
1252 WindowRect.top = WindowRect.left = 0;
1284 WindowRect.bottom - WindowRect.top,
1308 WindowRect.bottom - WindowRect.top,
    [all...]
  /bionic/libc/regex/
regcomp.c 246 - p_ere - ERE parser top level, concatenation and alternation
447 - p_bre - BRE parser top level, anchoring and concatenation
1084 cset *top = &p->g->sets[p->g->ncsets]; local
1089 if (cs == top-1) /* recover only the easy case */
1107 cset *top = &p->g->sets[p->g->ncsets]; local
1112 for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
1122 if (cs2 < top) { /* found one */
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 386 assertEquals(Gravity.TOP | Gravity.LEFT, mTextView.getGravity());
392 assertEquals(Gravity.TOP | Gravity.RIGHT, mTextView.getGravity());
411 assertEquals(Gravity.TOP | Gravity.LEFT, mTextView.getGravity());
414 assertEquals(Gravity.TOP | Gravity.RIGHT, mTextView.getGravity());
2856 final Drawable top = mActivity.getResources().getDrawable(R.drawable.red); local
2903 final Drawable top = mActivity.getResources().getDrawable(R.drawable.red); local
    [all...]
  /external/v8/src/
builtins.cc 151 Address fp = Top::c_entry_fp(Top::GetCurrentThread());
191 Top::context()->global_context()->array_function();
298 // Get top element
300 Object* top = elms->get(len - 1); local
305 if (!top->IsTheHole()) {
306 // Delete the top element.
308 return top;
313 Top::context()->global_context()->array_function();
315 top = prototype->GetElement(len - 1)
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 653 invalidKey.y + kbdPaddingTop - 1 <= clipRegion.top &&
695 (key.height - padding.top - padding.bottom) / 2
696 + (paint.getTextSize() - paint.descent()) / 2 + padding.top,
703 final int drawableY = (key.height - padding.top - padding.bottom
704 - key.icon.getIntrinsicHeight()) / 2 + padding.top;
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 822 * The look up tree is represented by the top tnode and the number of topLevel
832 yaffs_Tnode *tn = fStruct->top;
927 tn->internal[0] = fStruct->top;
928 fStruct->top = tn;
941 tn = fStruct->top;
973 /* top is level 0 */
1189 obj->variant.fileVariant.top);
1190 obj->variant.fileVariant.top = NULL;
1197 obj->variant.fileVariant.top,
1260 fStruct->top
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 110 top:
171 goto top;
4490 register mp_digit *top, *bottom; local
7067 register mp_digit *bottom, *top; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 41 $("#body-content").css({'position':'relative', 'top':'0'});
346 var offsetTop = selected.position().top;
347 if (selected.parent().parent().is(".toggle-list")) offsetTop += selected.parent().parent().position().top;
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 16 <a name="top"></a>
139 <li style="margin-top:.5em">The SDK downloadable package includes <em>only</em>
151 <p style="margin-top:0">If you are currently using the Android 1.6 SDK, you
  /external/icu4c/tools/genrb/
reslist.c 653 uint32_t top, size; local
696 top = byteOffset;
774 indexes[URES_INDEX_RESOURCES_TOP]= (int32_t)(top>>2);
819 assert(byteOffset == top);
822 if(top != size) {
824 (int)size, (int)top);
    [all...]
  /external/webkit/WebCore/bindings/objc/
DOMCSS.mm 252 return [self getPropertyValue:@"border-top"];
257 [self setProperty:@"border-top" value:borderTop priority:@""];
292 return [self getPropertyValue:@"border-top-color"];
297 [self setProperty:@"border-top-color" value:borderTopColor priority:@""];
332 return [self getPropertyValue:@"border-top-style"];
337 [self setProperty:@"border-top-style" value:borderTopStyle priority:@""];
372 return [self getPropertyValue:@"border-top-width"];
377 [self setProperty:@"border-top-width" value:borderTopWidth priority:@""];
772 return [self getPropertyValue:@"margin-top"];
777 [self setProperty:@"margin-top" value:marginTop priority:@""]
    [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]
ttobjs.c 422 exec->top = 0;
507 exec->top = 0;
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 185 assertEquals(0, r.top);
192 assertTrue(r.top > 0);
  /external/bison/djgpp/
djunpack.bat 47 Rem Extract top src dir from archive file.
  /external/chromium/base/
file_util_posix.cc 165 FilePath dir = FilePath(directories.top());
258 // top level of source needs to be copied.
562 // potentially only matching against items in the top-most directory.
595 root_path_ = pending_paths_.top();
  /external/clearsilver/util/
skiplist.c 490 static skipItem skipLock(skipList list, UINT32 key, skipItem *save, INT32 top) {
500 for(i = top; /* loop from top level down to level 0 */

Completed in 1461 milliseconds

<<21222324252627282930>>