Searched defs:horiz (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp113 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/Source/WebCore/platform/wx/
H A DScrollViewWx.cpp75 bool horiz = e.GetOrientation() == wxHORIZONTAL; local
80 if (horiz)
86 if (horiz)
92 if (horiz)
98 if (horiz)
104 if (horiz)
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
H A Dscrollbar_render.cpp128 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.15/src/video/fbcon/
H A Driva_mmio.h418 U032 horiz; member in struct:_riva_hw_state

Completed in 5199 milliseconds