HomeSort by relevance Sort by last modified time
    Searched full:rtl (Results 51 - 75 of 259) sorted by null

1 23 4 5 6 7 8 91011

  /external/webkit/WebCore/css/
html.css 327 -webkit-rtl-ordering: logical;
377 -webkit-rtl-ordering: logical;
481 -webkit-rtl-ordering: logical;
524 -webkit-rtl-ordering: logical;
  /external/webkit/WebCore/svg/
SVGTextContentElement.cpp 75 // Take RTL text into account and pick right glyph width/height.
76 if (textBox->direction() == RTL)
192 // Take RTL text into account and pick right glyph width/height.
193 if (textBox->direction() == RTL)
  /external/zlib/contrib/delphi/
readme.txt 29 and _malloc and _free are added as C RTL stubs. As a result,
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ada/gcc-interface/
ada-tree.def 40 /* An expression that returns an RTL suitable for its type. Operand 0
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
coretypes.h 86 or SYMBOL_REF. This isn't used much, but both trees and RTL refer
cgraph.h 121 /* Information about the function that is propagated by the RTL backend.
161 struct cgraph_rtl_info rtl; local
297 /* Functions are now ordered and being passed to RTL expanders. */
tree-pass.h 42 TDI_rtl_all, /* enable all the RTL dumps. */
64 #define TDF_RTL (1 << 10) /* is a RTL dump */
149 /* Description of RTL pass. */
  /external/webkit/WebCore/rendering/
RenderTableSection.cpp 479 if (style()->direction() == RTL) {
706 if (style()->direction() == RTL) {
904 int RenderTableSection::calcOuterBorderLeft(bool rtl) const
1000 bool rtl = table()->style()->direction() == RTL; local
    [all...]
SVGInlineTextBox.cpp 91 // Take RTL text into account and pick right glyph width/height.
142 // Take RTL text into account and pick right glyph width/height.
144 if (textBox->direction() == RTL)
246 if (direction() == RTL)
263 else if (closestOffsetInBox < (int) end() && direction() == RTL)
271 closestOffsetInBox += direction() == RTL ? -1 : 1;
RootInlineBox.cpp 97 // FIXME: Do we need an RTL version of this?
103 // Now attempt to find the nearest glyph horizontally and place just to the right (or left in RTL)
258 // e.g. The logical text aaaAAAbbb (capitals denote RTL text and non-capitals LTR) is layed out
SVGRenderTreeAsText.cpp 430 if (textBox->direction() == RTL || textBox->m_dirOverride) {
431 ts << (textBox->direction() == RTL ? " RTL" : " LTR");
RenderFlexibleBox.cpp 47 if (box->style()->boxOrient() == HORIZONTAL && box->style()->direction() == RTL)
577 (style()->direction() == RTL && style()->boxPack() != BEND))) {
622 else // END for LTR, START for RTL
646 if (style()->direction() == RTL)
712 // FIXME: For now don't support RTL.
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/
arm-eabi-g++.1     [all...]
arm-eabi-gcc.1     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-g++.1     [all...]
i686-unknown-linux-gnu-gcc.1     [all...]
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 56 int flags = style.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight;
154 int flags = run.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight;
  /external/webkit/WebCore/platform/
ContextMenu.cpp 181 ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagRightToLeft, contextMenuItemTagRightToLeft());
185 writingDirectionMenu.appendItem(rtl);
196 ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagTextDirectionRightToLeft, contextMenuItemTagRightToLeft());
200 textDirectionMenu.appendItem(rtl);
583 String direction = item.action() == ContextMenuItemTagLeftToRight ? "ltr" : "rtl";
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 834 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
850 bool rtl = false; local
852 rtl = style.textDirection() == RTL;
855 rtl = itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft;
856 TextRun textRun(str, length, false, 0, 0, rtl);
    [all...]
  /external/icu4c/common/
ubidiimp.h 70 /* are there any characters that are LTR or RTL? */
110 * with contextual RTL direction when paraLevel is contextual.
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 157 Boolean rtl = !ltr; local
212 ATSUAttributeValuePtr values[] = { &lineLayoutOptions, &rtl, &overrideSpecifier };
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gcc.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gcc.info     [all...]

Completed in 3618 milliseconds

1 23 4 5 6 7 8 91011