Home
last modified time | relevance | path

Searched refs:horiz (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/win/
Dscrollbar_render.cpp128 bool horiz = orient == wxHORIZONTAL; in wxRenderer_DrawScrollbar() local
130 if (horiz) in wxRenderer_DrawScrollbar()
165 xpState += horiz ? TS_LEFT_BUTTON : TS_UP_BUTTON; in wxRenderer_DrawScrollbar()
172 xpState += horiz ? TS_RIGHT_BUTTON : TS_DOWN_BUTTON; in wxRenderer_DrawScrollbar()
178 part = horiz ? SP_THUMBHOR : SP_THUMBVERT; in wxRenderer_DrawScrollbar()
180 int physicalLength = horiz ? rect.width : rect.height; in wxRenderer_DrawScrollbar()
187 if (horiz) { in wxRenderer_DrawScrollbar()
206 if (horiz) in wxRenderer_DrawScrollbar()
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dscrollbar_render.cpp113 bool horiz = orient == wxHORIZONTAL; in wxRenderer_DrawScrollbar() local
140 if (horiz) in wxRenderer_DrawScrollbar()
146 int physicalLength = horiz ? rect.width : rect.height; in wxRenderer_DrawScrollbar()
152 if (horiz) { in wxRenderer_DrawScrollbar()
164 if (horiz) in wxRenderer_DrawScrollbar()
171 if (horiz) in wxRenderer_DrawScrollbar()
/external/webkit/Source/WebCore/platform/wx/
DScrollViewWx.cpp75 bool horiz = e.GetOrientation() == wxHORIZONTAL; in OnScrollWinEvents() local
80 if (horiz) in OnScrollWinEvents()
86 if (horiz) in OnScrollWinEvents()
92 if (horiz) in OnScrollWinEvents()
98 if (horiz) in OnScrollWinEvents()
104 if (horiz) in OnScrollWinEvents()
/external/webkit/Source/WebCore/svg/
Dsvgattrs.in91 horiz-adv-x
92 horiz-origin-x
93 horiz-origin-y
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
Dmozilla243 horiz-adv-x
244 horiz-origin-x
245 horiz-origin-y
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
Driva_mmio.h418 U032 horiz; member
/external/libvpx/vp8/encoder/ppc/
Dfdct_altivec.asm54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_view.mm47 // generic for horiz vs vertical while keeping things simple.
Dbookmark_bar_controller.mm1835 // Careful -- this only applies to the bar with horiz buttons.
/external/quake/quake/src/QW/scitech/include/
Dmgraph.h1330 void MGLAPI MGL_setTextJustify(m_int horiz,m_int vert);
1331 void MGLAPI MGL_getTextJustify(m_int *horiz,m_int *vert);
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DMGRAPH.H1330 void MGLAPI MGL_setTextJustify(m_int horiz,m_int vert);
1331 void MGLAPI MGL_getTextJustify(m_int *horiz,m_int *vert);
/external/webkit/Source/WebCore/
DChangeLog-2008-08-104467 …* platform/win/ScrollViewWin.cpp: Added the page scroll (horiz/vertical) and reduced the number of…
60592 Support horiz-origin-x/y, horiz-adv-x, vert-adv-y, vert-origin-x/y & arabic-form.
60616 …svg/W3C-SVG-1.1/fonts-elem-05-t.svg (Fixed, checks horiz-origin-x support, note: W3C reference ima…
60617 svg/W3C-SVG-1.1/fonts-elem-06-t.svg (Fixed, checks horiz-adv-x support)
62506 …Respect horiz-origin-x / horiz-origin-y / vert-origin-x / vert-origin-y properties when drawing SV…
62555 Store several attribute values there (horiz-adv-x, horiz-origin-x etc..)
DChangeLog-2003-10-258840 3121828 - scrollToVisible on find cuts off the left part of the view due to needless horiz. scroll
9262 …- fixed 3220490 -- REGRESSION: MALLORY horiz scrollbar incorrectly appears with abs positioned con…
DChangeLog-2005-08-2320067 …m/3121828> scrollToVisible on find cuts off the left part of the view due to needless horiz. scroll