Searched refs:rtl (Results 1 - 25 of 64) sorted by relevance

123

/external/webkit/Source/WebKit/chromium/public/
H A DWebTextRun.h45 , rtl(isRTL)
50 : rtl(false)
56 bool rtl; member in struct:WebKit::WebTextRun
/external/webkit/Source/WebKit/chromium/src/
H A DWebTextRun.cpp42 return TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, directionalOverride);
/external/chromium/webkit/glue/
H A Dwebmenuitem.cc10 rtl(false),
20 rtl(item.textDirection == WebKit::WebTextDirectionRightToLeft),
30 rtl(item.rtl),
H A Dwebmenuitem.h32 bool rtl; member in struct:WebMenuItem
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
H A Doptions.css66 body.rtl .col1, body.rtl .col2 {
69 body.rtl {
70 direction: rtl;
72 body.rtl .col2 {
75 body.rtl .checkBox, body.rtl .checkBoxTopic {
78 body.rtl table.contentTable {
81 body.rtl #save_div{
84 body.rtl #countryLis
[all...]
H A Dfeed.css89 direction: rtl;
93 body.rtl #feed {
94 direction: rtl;
96 body.rtl .open_box {
99 body.rtl .item_title {
/external/compiler-rt/lib/tsan/
H A DMakefile.mk11 SubDirs := rtl
/external/webkit/Source/WebCore/platform/graphics/
H A DTextRun.h45 TextRun(const UChar* c, int len, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
55 , m_rtl(rtl)
65 TextRun(const String& s, bool allowTabs = false, float xpos = 0, float expansion = 0, ExpansionBehavior expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool directionalOverride = false)
75 , m_rtl(rtl)
103 bool rtl() const { return m_rtl; } function in class:WebCore::TextRun
H A DWidthIterator.cpp85 bool rtl = m_run.rtl(); local
123 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl);
151 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(c), rtl);
180 || (m_run.rtl() && currentCharacter)) {
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h89 bool rtl() const { return m_run.rtl(); } function in class:WebCore::ComplexTextController
130 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length);
H A DFontLinux.cpp214 if (run.rtl()) {
258 int lastX = controller.offsetX() - (controller.rtl() ? -controller.width() : controller.width());
284 if (run.rtl()) {
335 if (run.rtl()) {
349 if (controller.rtl())
357 if (controller.rtl())
H A DComplexTextControllerLinux.cpp72 m_item.item.bidiLevel = m_run.rtl();
174 setGlyphXPositions(rtl());
326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length) argument
339 else if (rtl)
361 // 3) Convert mirrored characters such as parenthesis for rtl text.
379 // Normalize space and mirror parenthesis for rtl text.
392 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBufferLength);
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
H A Dtable_header.js105 var rtl = this.ownerDocument.defaultView.getComputedStyle(this).
106 direction == 'rtl';
107 splitter.style.left = rtl ? 100 - leftPercent + '%' : leftPercent + '%';
126 var rtl = this.ownerDocument.defaultView.getComputedStyle(this).
127 direction == 'rtl';
128 if (rtl) {
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp86 if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
123 unsigned indexOfFontTransition = m_run.rtl() ? length - 1 : 0;
124 const UChar* curr = m_run.rtl() ? cp + length - 1 : cp;
125 const UChar* end = m_run.rtl() ? cp - 1 : cp + length;
139 curr = m_run.rtl() ? curr - 1 : curr + 1;
160 int itemStart = m_run.rtl() ? index + 1 : indexOfFontTransition;
161 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
168 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : length - indexOfFontTransition;
173 int itemStart = m_run.rtl() ? 0 : indexOfFontTransition;
193 if (m_run.rtl()) {
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dsplitter.js125 var rtl = this.ownerDocument.defaultView.getComputedStyle(this).
126 direction == 'rtl';
127 var dirMultiplier = rtl ? -1 : 1;
H A Dposition_util.js80 var rtl = cs.direction == 'rtl';
83 if (rtl) {
155 if (rtl) {
/external/compiler-rt/lib/tsan/rtl/
H A DMakefile.mk1 #===- lib/tsan/rtl/Makefile.mk -----------------------------*- Makefile -*--===#
/external/chromium/chrome/browser/resources/shared/js/cr/
H A Dui.js117 var rtl = computedStyle.direction == 'rtl';
123 var startPos = rtl ? parentRect.right - inputRect.right :
133 var parentPadding = rtl ? parseInt(parentComputedStyle.paddingLeft, 10) :
/external/chromium-trace/trace-viewer/src/
H A Dui.js117 var rtl = computedStyle.direction == 'rtl';
123 var startPos = rtl ? parentRect.right - inputRect.right :
133 var parentPadding = rtl ? parseInt(parentComputedStyle.paddingLeft, 10) :
/external/chromium/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css52 html[dir=rtl] list .label {
100 html[dir=rtl] list > * > button {
162 html[dir=rtl] list > .folder > .label {
245 html[dir=rtl] .logo,
246 html[dir=rtl] .header > div,
247 html[dir=rtl] .header form {
299 html[dir=rtl] .summary button {
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp463 bool rtl() const { return m_run.rtl(); } function in class:WebCore::TextRunWalker
504 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl,
544 , m_iterateBackwards(m_run.rtl())
565 m_item.item.bidiLevel = m_run.rtl();
670 setGlyphPositions(rtl());
887 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, argument
902 else if (rtl)
926 // 3) Convert mirrored characters such as parenthesis for rtl text.
944 // Normalize space and mirror parenthesis for rtl tex
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontWinCE.cpp90 , parentTextRun.rtl()
226 if (run.rtl())
263 if (run.rtl()) {
294 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, int cursor) argument
304 if (rtl)
309 if (rtl)
329 float x1 = cursorToX(this, components, w, run.rtl(), from);
330 float x2 = cursorToX(this, components, w, run.rtl(), to);
/external/stlport/
H A Dconfigure77 --with-static-rtl
78 --with-dynamic-rtl
82 --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
83 static C runtime use --with-static-rtl. See README.options for details.
87 --with-static-rtl -> _STLP_USE_DYNAMIC_LIB"
88 --with-dynamic-rtl -> _STLP_USE_STATIC_LIB"
204 --with-dynamic-rtl)
207 --with-static-rtl)
/external/chromium/chrome/browser/resources/net_internals/
H A Dtabswitcherview.css27 html[dir=rtl] .tab-switcher-view li {
/external/chromium/chrome/browser/resources/options/
H A Dsubpages_tab_controls.css36 html[dir=rtl] .subpages-nav-tabs .tab-label {

Completed in 492 milliseconds

123