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

<<11121314151617181920>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
517 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
518 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 343 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
361 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
383 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
401 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
510 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
511 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
517 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
518 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
  /system/core/libpixelflinger/tinyutils/
SortedVector.h 95 //! stack-usage of the vector. returns the top of the stack (last element)
96 const TYPE& top() const;
201 const TYPE& SortedVector<TYPE>::top() const {
  /system/core/toolbox/
Android.mk 50 top \
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 624 y = size.top;
627 size.top = 0;
650 height = size.bottom - size.top;
677 SDL_windowY = SDL_bounds.top;
680 h = SDL_bounds.bottom-SDL_bounds.top;
  /external/quake/quake/src/WinQuake/
cl_parse.cpp 633 int top, bottom; local
641 top = cl.scores[slot].colors & 0xf0;
649 if (top < 128) // the artists made some backwards ranges. sigh.
650 memcpy (dest + TOP_RANGE, source + top, 16);
653 dest[TOP_RANGE+j] = source[top+15-j];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix.java 620 * left and top edges of dst.
683 ty = dst.top - src.top * sy;
893 src.left, src.top,
894 src.right, src.top,
906 dst.top = Math.min(Math.min(corners[1], corners[3]), Math.min(corners[5], corners[7]));
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 1537 final int top = 2; local
2061 final int top = 2; local
2314 public int top; field in class:ViewGroupTest.MockViewGroup
    [all...]
  /external/webkit/WebCore/rendering/
RenderBoxModelObject.cpp 331 if (!style()->top().isAuto())
332 return style()->top().calcValue(containingBlock()->availableHeight());
384 // return the distance between the canvas origin and the top border edge
682 int top = 0; local
708 top = borderTop();
713 top += paddingTop();
722 positioningAreaSize = IntSize(toRenderBox(this)->width() - left - right, toRenderBox(this)->height() - top - bottom);
724 top += marginTop();
726 positioningAreaSize = IntSize(w - left - right, h - top - bottom);
748 phase.setY(tileSize.height() ? tileSize.height() - (yPosition + top) % tileSize.height() : 0)
    [all...]
  /external/webkit/WebKit/mac/Carbon/
HIWebView.mm 199 outRect->top = (SInt16)CGRectGetMinY( *inRect );
324 CGContextTranslateCTM( inContext, 0, (portRect.bottom - portRect.top) );
342 hiRect.size.height = drawRect.bottom - drawRect.top;
375 hiRect.origin.y = drawRect.top;
377 hiRect.size.height = drawRect.bottom - drawRect.top;
431 temp.top = (SInt16)bounds.origin.y;
740 where.v -= bounds.top;
810 OffsetRect( &bounds, -(**portPix).bounds.left, -(**portPix).bounds.top );
812 // printf( "control lives at %d %d %d %d in window-coords\n", bounds.top, bounds.left,
820 frame.size.height = bounds.bottom - bounds.top;
    [all...]
  /dalvik/vm/interp/
Interp.c 635 Object** top; local
646 top = self->internalLocalRefTable.table + debugTrackedRefStart;
647 while (top < self->internalLocalRefTable.nextEntry) {
649 *top,
650 ((*top)->clazz != NULL) ? (*top)->clazz->descriptor : "");
651 top++;
    [all...]
  /external/chromium/third_party/icu/source/i18n/
transreg.cpp 220 const UnicodeString& getTop() const { return top; }
225 UnicodeString top; member in class:TransliteratorSpec
238 : top(theSpec),
266 // Canonicalize top
272 top = locStr;
276 top = scriptName;
279 // assert(spec != top);
292 if (spec != top) {
293 spec = top;
    [all...]
  /external/icu4c/i18n/
transreg.cpp 220 const UnicodeString& getTop() const { return top; }
225 UnicodeString top; member in class:TransliteratorSpec
238 : top(theSpec),
266 // Canonicalize top
272 top = locStr;
276 top = scriptName;
279 // assert(spec != top);
292 if (spec != top) {
293 spec = top;
    [all...]
  /external/quake/quake/src/QW/client/
cl_main.c 519 int top, bottom; local
532 top = bottom = atoi(Cmd_Argv(1));
535 top = atoi(Cmd_Argv(1));
539 top &= 15;
540 if (top > 13)
541 top = 13;
546 sprintf (num, "%i", top);
  /external/quake/quake/src/QW/server/
sv_main.c 346 int top, bottom; local
356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor"));
358 top = (top < 0) ? 0 : ((top > 13) ? 13 : top);
363 ping, cl->name, Info_ValueForKey (cl->userinfo, "skin"), top, bottom);
    [all...]
  /external/webkit/WebCore/inspector/front-end/
TimelinePanel.js 360 // Convert visible area to visible indexes. Always include top-level record for a visible nested record.
369 const top = (startIndex * rowHeight) + "px";
370 this._topGapElement.style.height = top;
371 this.sidebarElement.style.top = top;
372 this.sidebarResizeElement.style.top = top;
590 this._expandElement.style.top = index * this._rowHeight + "px";
  /libcore/luni/src/main/native/
NativeBN.cpp 111 a->top = 2;
176 ret->top = len;
178 // need to call this due to clear byte at top if avoiding
179 // having the top bit set (-ve number)
180 // Basically get rid of top zero ints:
187 ret->top = 0;
209 ret->top = intLen;
279 int intLen = a->top;
351 int len = a->top;
388 int intLen = a->top;
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
package.cpp 1184 int32_t top; local
    [all...]
pkg_gencmn.c 56 Therefore, the top of the name strings block is the offset of the first item,
472 uint32_t top=stringTop+length; local
475 if(top>STRING_STORE_SIZE) {
480 stringTop=top;
  /external/icu4c/tools/toolutil/
package.cpp 1190 int32_t top; local
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 256 npr.top = static_cast<uint16>(cgr.origin.y);
266 npr.top = static_cast<uint16>(nr.origin.y);
280 // Flip Y to convert NSWindow coordinates to top-left-based window coordinates.
289 // Look at the Carbon port to convert top-left-based window coordinates into top-left-based content coordinates.
301 boundsInWindow.origin.y += pix->bounds.top - portBounds.top;
303 visibleRectInWindow.origin.y += pix->bounds.top - portBounds.top;
334 window.clipRect.bottom = window.clipRect.top;
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 51 $("#body-content").css({'position':'relative', 'top':'0'});
259 // Hide the "Go to top" link if there's no vertical scroll
261 $("a[href='#top']").css({'display':'none'});
263 $("a[href='#top']").css({'display':'inline'});
430 var offsetTop = selected.position().top;
431 if (selected.parent().parent().is(".toggle-list")) offsetTop += selected.parent().parent().position().top;
  /cts/tests/tests/widget/src/android/widget/cts/
CompoundButtonTest.java 349 // onDraw when Gravity.TOP, it's default.
361 assertEquals(0, bounds.top);
370 assertEquals(viewHeight - drawableHeight, bounds.top);
379 assertEquals( (viewHeight - drawableHeight) / 2, bounds.top);
FrameLayoutTest.java 141 assertEquals(mFrameLayout.getHeight(), rect.bottom - rect.top);
163 assertEquals(foreground.getIntrinsicHeight(), rect.bottom - rect.top);
379 int topDelta = rect.top - container.getTop();

Completed in 901 milliseconds

<<11121314151617181920>>