Home
last modified time | relevance | path

Searched defs:rtl (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebTextRun.h56 bool rtl; member
/external/chromium/webkit/glue/
Dwebmenuitem.h32 bool rtl; member
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.h89 bool rtl() const { return m_run.rtl(); } in rtl() function
DComplexTextControllerLinux.cpp326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* des… in normalizeSpacesAndMirrorChars()
/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp85 bool rtl = m_run.rtl(); in advance() local
DTextRun.h103 bool rtl() const { return m_rtl; } in rtl() function
/external/chromium/chrome/browser/chromeos/offline/
Doffline_load_page.cc94 bool rtl = base::i18n::IsRTL(); in GetHTMLContents() local
/external/dhcpcd/
Dconfigure.c590 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local
640 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; in build_routes() local
/external/webkit/Source/WebCore/wml/
DWMLTableElement.cpp231 bool rtl = false; in alignCells() local
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp556 …ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagRightToLeft, contextMenuItemTagRightToL… in createAndAppendWritingDirectionSubMenu() local
571 …ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagTextDirectionRightToLeft, contextMenuIt… in createAndAppendTextDirectionSubMenu() local
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextControllerATSUI.cpp159 Boolean rtl = !ltr; in ComplexTextRun() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontWinCE.cpp294 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, … in cursorToX()
/external/webkit/Source/WebCore/platform/graphics/android/
DFontAndroid.cpp398 bool rtl() const { return m_run.rtl(); } in rtl() function in WebCore::TextRunWalker
835 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, in normalizeSpacesAndMirrorChars()
/external/icu4c/test/cintltst/
Dcustrtrn.c1385 int32_t rtl; in Test_widestrs() local
/external/webkit/Source/WebCore/svg/
DSVGFont.cpp111 …atic Vector<SVGGlyphIdentifier::ArabicForm> charactersWithArabicForm(const String& input, bool rtl) in charactersWithArabicForm()
/external/chromium/chrome/browser/
Dexternal_tab_container_win.cc632 bool rtl = base::i18n::IsRTL(); in HandleContextMenu() local
/external/webkit/Source/WebCore/rendering/
DRenderTableCell.cpp256 bool rtl = !table()->style()->isLeftToRightDirection(); in clippedOverflowRectForRepaint() local
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp962 bool rtl = style.textDirection() == RTL; in paintRow() local
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1851 bool rtl = computedStyle ? !computedStyle->isLeftToRightDirection() : false; in drawTextInternal() local