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

<<21222324252627282930>>

  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 227 int paddingTop = layoutRect.top() - originalRect.top();
459 paddingTop = contentsRect.top() - layoutRect.top();
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 533 m_npWindow.clipRect.top = m_clipRect.y();
550 m_npWindow.clipRect.top = 0;
749 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 491 m_npWindow.clipRect.top = m_clipRect.y();
499 m_npWindow.clipRect.top = 0;
666 IntRect r(rect->left, rect->top, rect->right - rect->left, rect->bottom - rect->top);
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 80 virtual WebFrame* top() const;
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 64 - added support for non top level packages.
171 """bind a top level package name to a URL.
326 # Can now also bind to non top level packages. The packages
  /frameworks/base/core/java/android/widget/
AbsSeekBar.java 239 topBound = oldBounds.top;
Gallery.java 784 mSpinnerPadding.top + mSpinnerPadding.bottom, lp.height);
814 * @return Where the top of the child should be
823 case Gravity.TOP:
824 childTop = mSpinnerPadding.top;
828 - mSpinnerPadding.top - childHeight;
829 childTop = mSpinnerPadding.top + (availableSpace / 2);
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 306 dirty.top = env->GetIntField(dirtyRect, ro.t);
348 clipReg.setRect(b.left, b.top, b.right, b.bottom);
353 clipReg.op(r->left, r->top, r->right, r->bottom, SkRegion::kUnion_Op);
366 env->SetIntField(dirtyRect, ro.t, bounds.top);
710 ro.t = env->GetFieldID(rect, "top", "I");
  /frameworks/base/graphics/java/android/graphics/drawable/
ScaleDrawable.java 223 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
  /frameworks/base/include/ui/egl/
android_natives.h 49 int32_t top; member in struct:android_native_rect_t
  /frameworks/base/opengl/include/GLES/
gl.h 601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 428 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
434 float top,
439 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
445 int top,
798 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
804 float top,
809 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
815 int top,
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
  /ndk/build/core/
setup-toolchain.mk 167 # will build all modules that were listed from the top-level Android.mk
170 WANTED_MODULES := $(call modules-get-top-list)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 222 const_reference top() const { return c.front(); } function in class:priority_queue
  /packages/apps/Gallery3D/src/com/cooliris/wallpaper/
Slideshow.java 178 rect.top -= amountToGrowY * grow.x;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 493 final int drawableY = (height + hintIconPadding.top - hintIconPadding.bottom
540 final int top = (int)(baseline - arrowHeight); local
542 lArrow.setBounds((int)(remains - arrowWidth), top, (int)remains, (int)baseline);
543 rArrow.setBounds((int)(remains + textWidth), top, (int)(remains + textWidth + arrowWidth),
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 212 top() const;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 145 top() const;
  /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;

Completed in 4270 milliseconds

<<21222324252627282930>>