Searched refs:horiz (Results 1 – 14 of 14) sorted by relevance
/external/webkit/Source/WebCore/platform/wx/wxcode/win/ |
D | scrollbar_render.cpp | 128 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/ |
D | scrollbar_render.cpp | 113 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/ |
D | ScrollViewWx.cpp | 75 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/ |
D | svgattrs.in | 91 horiz-adv-x 92 horiz-origin-x 93 horiz-origin-y
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
D | mozilla | 243 horiz-adv-x 244 horiz-origin-x 245 horiz-origin-y
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | riva_mmio.h | 418 U032 horiz; member
|
/external/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_view.mm | 47 // generic for horiz vs vertical while keeping things simple.
|
D | bookmark_bar_controller.mm | 1835 // Careful -- this only applies to the bar with horiz buttons.
|
/external/quake/quake/src/QW/scitech/include/ |
D | mgraph.h | 1330 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/ |
D | MGRAPH.H | 1330 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/ |
D | ChangeLog-2008-08-10 | 4467 …* 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..)
|
D | ChangeLog-2003-10-25 | 8840 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…
|
D | ChangeLog-2005-08-23 | 20067 …m/3121828> scrollToVisible on find cuts off the left part of the view due to needless horiz. scroll
|