HomeSort by relevance Sort by last modified time
    Searched refs:Vertical (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/svg/
SVGGlyphElement.h 39 Vertical,
SVGGlyphElement.cpp 97 return SVGGlyphIdentifier::Vertical;
155 // Spec: The vertical advance after rendering a glyph in vertical orientation.
SVGFont.cpp 163 case SVGGlyphIdentifier::Vertical:
  /external/libvpx/vp8/common/
proposed.h 64 int (*internal_size)(codec_ptr, VPX_SCALING Vertical, VPX_SCALING Horizontal);
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 112 opt.orientation = (scrollbar->orientation() == VerticalScrollbar) ? Qt::Vertical : Qt::Horizontal;
194 o.orientation = Qt::Vertical;
RenderThemeQt.cpp 664 option.orientation = Qt::Vertical;
1025 option.orientation = Qt::Vertical;
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 86 frame->setScrollBarPolicy(Qt::Vertical, m_oldVerticalScrollBarPolicy);
95 m_oldVerticalScrollBarPolicy = frame->scrollBarPolicy(Qt::Vertical);
96 frame->setScrollBarPolicy(Qt::Vertical, Qt::ScrollBarAlwaysOff);
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 148 DecompositionVertical = QChar::Vertical,
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 76 ;# Vertical xf on two rows. DCT values in comments are for inverse transform;
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 148 QSplitter* splitter = new QSplitter(Qt::Vertical, this);
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 222 (ScrollbarMode)m_webFrame->scrollBarPolicy(Qt::Vertical));
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 30 ;# Vertical filtering
236 slwi. r6, r6, 4 ;# index into vertical filter array
245 ;# vertical filtering, jump to storing the data. Otherwise
247 ;# for the vertical filter.
250 ;# only needed if there is a vertical filter present
270 ;# only needed if there is a vertical filter present
286 slwi r6, r6, 4 ;# index into vertical filter array
426 slwi. r6, r6, 4 ;# index into vertical filter array
435 ;# vertical filtering, jump to storing the data. Otherwise
437 ;# for the vertical filter
    [all...]
loopfilter_filters_altivec.asm 88 ;# To avoid excess transposes, we filter all 3 vertical luma subblock
146 ;# Vertical edge filtering requires transposes. For the simple filter,
216 ;# Normal mb vertical edge filter transpose.
638 ;# Filtering a vertical mb. Each mb is aligned on a 16 byte boundary.
    [all...]

Completed in 243 milliseconds