/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
cursesw.h | 815 int height() const { return maxy() + 1; } 830 int maxy() const { return getmaxy(w) == ERR ? ERR : getmaxy(w)-1; } function in class:NCursesWindow [all...] |
/external/webkit/Source/WebCore/platform/ |
ScrollView.cpp | [all...] |
/external/webkit/Source/WebCore/platform/mac/ |
ScrollAnimatorMac.mm | 851 limitDelta.setHeight(m_scrollableArea->contentsSize().height() - (m_scrollableArea->visibleContentRect().maxY() + m_scrollableArea->scrollOrigin().y())); [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeWin.cpp | 700 downRect.setY(upRect.maxY()); [all...] |
RootInlineBox.cpp | 543 lineLayoutOverflow.shiftMaxYEdgeTo(max(lineLayoutOverflow.maxY(), pixelSnappedLogicalRight() + endPadding)); [all...] |
RenderTableCell.cpp | [all...] |
RenderText.cpp | 393 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y()); [all...] |
RenderBoxModelObject.cpp | [all...] |
RenderInline.cpp | [all...] |
/external/webkit/Source/WebKit/win/ |
DOMHTMLClasses.cpp | [all...] |
WebView.cpp | 805 dirtyRect.maxX(), dirtyRect.maxY()); [all...] |
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.cpp | [all...] |
/external/webkit/Source/WebCore/page/ |
DOMWindow.cpp | 350 window.setY(max(screen.y(), min(window.y(), screen.maxY() - window.height()))); [all...] |
EventHandler.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
GraphicsContextCG.cpp | 174 FloatRect(rect.x(), rect.maxY() - 1, rect.width(), 1), [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsContextQt.cpp | 918 QPoint deviceLowerRight(frect.maxX() * deviceScaleX, frect.maxY() * deviceScaleY); [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
browser_window_controller.mm | [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | [all...] |
/frameworks/base/services/input/ |
InputReader.cpp | [all...] |
/docs/source.android.com/src/tech/input/ |
touch-devices.md | 312 displayY = (y - minY) * displayHeight / (maxY - minY + 1) [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
WebViewImpl.cpp | [all...] |
/external/webkit/Source/WebKit/android/jni/ |
WebViewCore.cpp | 783 float bottom = th * (int) ceilf(visibleTileClip.maxY() / (float) th); [all...] |
/frameworks/base/services/input/tests/ |
InputReader_test.cpp | 63 void setBounds(float minX, float minY, float maxX, float maxY) { 68 mMaxY = maxY; [all...] |
/external/webkit/Source/WebCore/accessibility/mac/ |
AccessibilityObjectWrapper.mm | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
libXm.so.2 | |