HomeSort by relevance Sort by last modified time
    Searched defs:horiz (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 113 bool horiz = orient == wxHORIZONTAL; local
140 if (horiz)
146 int physicalLength = horiz ? rect.width : rect.height;
152 if (horiz) {
164 if (horiz)
171 if (horiz)
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 75 bool horiz = e.GetOrientation() == wxHORIZONTAL; local
80 if (horiz)
86 if (horiz)
92 if (horiz)
98 if (horiz)
104 if (horiz)
  /external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 128 bool horiz = orient == wxHORIZONTAL; local
130 if (horiz)
165 xpState += horiz ? TS_LEFT_BUTTON : TS_UP_BUTTON;
172 xpState += horiz ? TS_RIGHT_BUTTON : TS_DOWN_BUTTON;
178 part = horiz ? SP_THUMBHOR : SP_THUMBVERT;
180 int physicalLength = horiz ? rect.width : rect.height;
187 if (horiz) {
206 if (horiz)
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
riva_mmio.h 418 U032 horiz; member in struct:_riva_hw_state
  /frameworks/base/core/java/android/text/
Layout.java 744 public int getOffsetForHorizontal(int line, float horiz) {
753 float bestdist = Math.abs(getPrimaryHorizontal(best) - horiz);
769 if (getPrimaryHorizontal(adguess) * swap >= horiz * swap)
781 float dist = Math.abs(getPrimaryHorizontal(low) - horiz);
785 float other = Math.abs(getPrimaryHorizontal(aft) - horiz);
799 float dist = Math.abs(getPrimaryHorizontal(here) - horiz);
809 float dist = Math.abs(getPrimaryHorizontal(max) - horiz);
898 float horiz = getPrimaryHorizontal(offset); local
908 if (h < horiz && h > besth) {
918 if (h < horiz && h > besth)
998 float horiz = getPrimaryHorizontal(offset); local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 330 milliseconds