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

<<313233343536373839

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 229 STDMETHOD(SetPlane)(THIS_ D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) PURE;
233 STDMETHOD(GetPlane)(THIS_ D3DVALUE *left, D3DVALUE *right, D3DVALUE *bottom, D3DVALUE *top) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 229 STDMETHOD(SetPlane)(THIS_ D3DVALUE left, D3DVALUE right, D3DVALUE bottom, D3DVALUE top) PURE;
233 STDMETHOD(GetPlane)(THIS_ D3DVALUE *left, D3DVALUE *right, D3DVALUE *bottom, D3DVALUE *top) PURE;
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js 752 var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ];
    [all...]
  /external/webkit/WebCore/page/
DOMWindow.idl 138 attribute [Replaceable, DoNotCheckDomainSecurityOnGet, V8DisallowShadowing, V8ReadOnly] DOMWindow top;
    [all...]
  /external/webkit/WebKit/android/nav/
CachedRoot.cpp 257 virtual void drawSprite(const SkBitmap& bitmap, int left, int top,
261 SkCanvas::drawSprite(bitmap, left, top, paint);
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 473 WebFrame* WebFrameImpl::top() const function in class:WebKit::WebFrameImpl
476 return fromFrame(m_frame->tree()->top());
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 988 /* void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar ) */
991 (JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) {
996 (GLfloat)top,
1002 /* void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar ) */
1005 (JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) {
1010 (GLfixed)top,
    [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp     [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 307 StringPool::entry_style_span span = spanStack.top();
482 const namespace_entry& ns = namespaces.top();
    [all...]
  /bionic/libc/kernel/common/linux/
videodev2.h 117 __s32 top; member in struct:v4l2_rect
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java     [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev2.h 111 __s32 top; member in struct:v4l2_rect
  /external/bison/src/
vcg.c 309 case top: return "top";
  /external/chromium/base/
file_util_win.cc 760 root_path_ = pending_paths_.top();
  /external/chromium/net/flip/
flip_session.cc 479 // Add a SSL socket on top of our existing transport socket.
676 FlipIOBuffer next_buffer = queue_.top();
    [all...]
  /external/kernel-headers/original/linux/
pci.h 557 void pci_walk_bus(struct pci_bus *top, void (*cb)(struct pci_dev *, void *),
videodev2.h 108 top, bottom, interlaced
112 V4L2_FIELD_TOP = 2, /* top field only */
116 buffer, top-bottom order */
117 V4L2_FIELD_SEQ_BT = 6, /* same as above + bottom-top order */
120 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
121 first and the top field is
123 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
222 __s32 top; member in struct:v4l2_rect
750 /* field 'status' - VCR and set-top box */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c     [all...]
  /external/v8/src/
heap.h 47 /* Cluster the most popular ones in a few cache lines here at the top. */ \
257 static Address NewSpaceTop() { return new_space_.top(); }
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 493 // To avoid breaking old widgets, make "var location =" in a top-level frame create
756 frame = frame->tree()->top();
829 // - width, height, left, and top specified in units other than "px"
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 607 frame = frame->tree()->top();
  /external/webkit/WebCore/inspector/front-end/
utilities.js 219 this.style.top = y + "px";
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 165 DWORD slideDirection = (m_windowRect.y() < viewRect.top + view->contentsToWindow(r.location()).y()) ? AW_VER_NEGATIVE : AW_VER_POSITIVE;
  /external/webkit/WebCore/rendering/
RenderThemeWin.cpp 589 ::SetBrushOrgEx(hdc, p.x + widgetRect.left, p.y + widgetRect.top, NULL);
711 // Outset the top, right, and bottom borders of the button so that they coincide with the <select>'s border.
    [all...]
  /external/webkit/WebKit/win/
DOMCoreClasses.cpp 819 rect->top = boundsIntRect.y();
    [all...]

Completed in 1029 milliseconds

<<313233343536373839