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

<<11121314151617181920>>

  /external/webkit/WebCore/page/
FrameTree.cpp 174 return top();
283 // no siblings, no parent, self==top
287 // top view is always the last one in this ordering, so prev is nil without wrap
300 Frame* FrameTree::top(bool checkForDisconnectedFrame) const function in class:WebCore::FrameTree
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 231 float naturalHeight = naturalRect.bottom - naturalRect.top;
236 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight;
372 bounds.top = 0;
400 bounds.top = 0;
435 bounds.top = 0;
607 height = (rect.bottom - rect.top) * m_private->m_heightScaleFactor;
    [all...]
  /external/webkit/WebKit/win/
WebNodeHighlight.cpp 148 size.cy = webViewRect.bottom - webViewRect.top;
173 dstPoint.y = webViewRect.top;
  /frameworks/base/core/java/android/view/
ViewTreeObserver.java 169 givenContent.left = givenContent.top = givenContent.right
170 = givenContent.bottom = givenVisible.left = givenVisible.top
  /frameworks/base/include/utils/
SortedVector.h 95 //! stack-usage of the vector. returns the top of the stack (last element)
96 const TYPE& top() const;
200 const TYPE& SortedVector<TYPE>::top() const {
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 157 rect.top < 0 || rect.bottom > this->height) {
159 rect.left, rect.top, rect.right, rect.bottom,
GraphicBufferMapper.cpp 89 bounds.left, bounds.top, bounds.width(), bounds.height(),
93 bounds.left, bounds.top, bounds.width(), bounds.height(),
  /frameworks/base/opengl/include/EGL/
eglext.h 235 EGLAPI EGLBoolean EGLAPIENTRY eglSetSwapRectangleANDROID (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
237 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSWAPRECTANGLEANDROIDPROC) (EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
41 void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
73 void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
74 void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
  /frameworks/base/services/surfaceflinger/
LayerBlur.cpp 115 int y = mTransformedBounds.top;
239 const GLint sy = fbHeight - (r.top + r.height());
  /libcore/luni/src/main/native/
sub.mk 1 # This file is included by the top-level libcore Android.mk.
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 45 private static final String TOP_ATTRIBUTE_NAME = "top";
103 Log.v(TAG, "Top attribute is not set or incorrect.");
142 public void setTop(int top) throws DOMException {
143 this.setAttribute(TOP_ATTRIBUTE_NAME, String.valueOf(top));
174 Log.v(TAG, "Top attribute is not set or incorrect.");
282 + ", top=" + getTop();
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/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-5/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-5/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);
  /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 \
  /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];
  /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...]

Completed in 965 milliseconds

<<11121314151617181920>>