HomeSort by relevance Sort by last modified time
    Searched refs:Horizontal (Results 51 - 71 of 71) sorted by null

1 23

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 213 verticalRightPlatformData.setOrientation(Horizontal);
FontFastPath.cpp 80 if (data.fontData && (data.fontData->platformData().orientation() == Horizontal || data.fontData->isTextOrientationFallback()))
86 // Use the broken ideograph font data. The broken ideograph font will use the horizontal width of glyphs
111 // The glyphs are identical, meaning that we should just use the horizontal glyph.
121 // If the glyphs are the same, then we know we can just use the horizontal glyph rotated vertically to be upright.
125 // glyph, so we fall back to the upright data and use the horizontal glyph.
407 if (fontData->platformData().orientation() == Horizontal) {
FontCache.cpp 60 bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode, FontOrientation orientation = Horizontal,
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 279 if (platformData().orientation() == Horizontal) {
473 if (platformData().orientation() == Horizontal || m_isBrokenIdeographFallback) {
ComplexTextControllerATSUI.cpp 267 if ((typesettingFeatures & Ligatures) || (fontData->platformData().orientation() == Horizontal && fontData->platformData().allowsLigatures()))
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 112 opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal;
  /external/webkit/Source/WebKit2/Shared/qt/
WebEventFactoryQt.cpp 127 if (e->orientation() == Qt::Horizontal) {
  /external/webkit/Tools/QtTestBrowser/
webpage.cpp 161 | QDialogButtonBox::Cancel, Qt::Horizontal, dialog);
launcherwindow.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
EventSenderQt.cpp 197 m_mousePos, m_mousePos, x, Qt::NoModifier, Qt::Horizontal);
199 event = new QWheelEvent(m_mousePos, m_mousePos, x, m_mouseButtons, Qt::NoModifier, Qt::Horizontal);
DumpRenderTreeQt.cpp 565 m_page->mainFrame()->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAsNeeded);
    [all...]
LayoutTestControllerQt.cpp 697 else if (orientation == "horizontal")
698 o = Qt::Horizontal;
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 335 , Qt::Horizontal, &dialog);
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 361 COMPILE_ASSERT_MATCHING_ENUM(WebScrollbar::Horizontal, HorizontalScrollbar);
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 168 case SVGGlyphIdentifier::Horizontal:
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 770 page->mainFrame()->setScrollBarPolicy(Qt::Horizontal, Qt::ScrollBarAlwaysOff);
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 276 ScrollbarMode hScrollbar = (ScrollbarMode) m_webFrame->scrollBarPolicy(Qt::Horizontal);
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 205 slwi. r5, r5, 5 ;# index into horizontal filter array
209 ;# If there isn't any filtering to be done for the horizontal, then
213 ;# load up horizontal filter
244 ;# Finished filtering main horizontal block. If there is no
396 slwi. r5, r5, 5 ;# index into horizontal filter array
400 ;# If there isn't any filtering to be done for the horizontal, then
434 ;# Finished filtering main horizontal block. If there is no
568 slwi. r5, r5, 5 ;# index into horizontal filter array
572 ;# If there isn't any filtering to be done for the horizontal, then
614 ;# Finished filtering main horizontal block. If there is n
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 604 # Do Horizontal Rules:
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 336 milliseconds

1 23