Home
last modified time | relevance | path

Searched refs:rtl (Results 1 – 25 of 116) sorted by relevance

12345

/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
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 #countryList{
95 body.rtl .cusTopicsClass {
Dfeed.css89 direction: rtl;
93 body.rtl #feed {
94 direction: rtl;
96 body.rtl .open_box {
99 body.rtl .item_title {
/external/libffi/
DChangeLog.v1100 Fri Nov 22 06:46:12 1996 Anthony Green <green@rtl.cygnus.com>
110 Wed Oct 30 11:15:25 1996 Anthony Green <green@rtl.cygnus.com>
117 Tue Oct 29 12:25:12 1996 Anthony Green <green@rtl.cygnus.com>
142 Mon Oct 14 10:54:46 1996 Anthony Green <green@rtl.cygnus.com>
151 Fri Oct 11 17:09:28 1996 Anthony Green <green@rtl.cygnus.com>
158 Thu Oct 10 10:31:03 1996 Anthony Green <green@rtl.cygnus.com>
171 Wed Oct 9 16:16:42 1996 Anthony Green <green@rtl.cygnus.com>
176 Tue Oct 8 11:56:33 1996 Anthony Green <green@rtl.cygnus.com>
188 Mon Oct 7 15:50:22 1996 Anthony Green <green@rtl.cygnus.com>
217 Tue Oct 1 17:12:25 1996 Anthony Green <green@rtl.cygnus.com>
[all …]
/external/chromium/webkit/glue/
Dwebmenuitem.cc10 rtl(false), in WebMenuItem()
20 rtl(item.textDirection == WebKit::WebTextDirectionRightToLeft), in WebMenuItem()
30 rtl(item.rtl), in WebMenuItem()
/external/webkit/Source/WebCore/platform/graphics/win/
DUniscribeController.cpp86 if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl()) in offsetForPosition()
123 unsigned indexOfFontTransition = m_run.rtl() ? length - 1 : 0; in advance()
124 const UChar* curr = m_run.rtl() ? cp + length - 1 : cp; in advance()
125 const UChar* end = m_run.rtl() ? cp - 1 : cp + length; in advance()
139 curr = m_run.rtl() ? curr - 1 : curr + 1; in advance()
160 int itemStart = m_run.rtl() ? index + 1 : indexOfFontTransition; in advance()
161 … int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition; in advance()
168 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : length - indexOfFontTransition; in advance()
173 int itemStart = m_run.rtl() ? 0 : indexOfFontTransition; in advance()
193 if (m_run.rtl()) { in itemizeShapeAndPlace()
[all …]
/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h45 … expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool direc…
55 , m_rtl(rtl) in m_characters()
65 … expansionBehavior = AllowTrailingExpansion | ForbidLeadingExpansion, bool rtl = false, bool direc…
75 , m_rtl(rtl)
103 bool rtl() const { return m_rtl; } in rtl() function
DWidthIterator.cpp85 bool rtl = m_run.rtl(); in advance() local
123 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl); in advance()
151 … const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(c), rtl); in advance()
180 || (m_run.rtl() && currentCharacter)) { in advance()
/external/webkit/Source/WebKit/chromium/public/
DWebTextRun.h45 , rtl(isRTL) in WebTextRun()
50 : rtl(false) in WebTextRun()
56 bool rtl; member
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-properties/
Dmozilla94 border-left-color-rtl-source
98 border-left-style-rtl-source
102 border-left-width-rtl-source
107 border-right-color-rtl-source
111 border-right-style-rtl-source
115 border-right-width-rtl-source
179 margin-left-rtl-source
183 margin-right-rtl-source
214 padding-left-rtl-source
218 padding-right-rtl-source
/external/webkit/Source/WebCore/platform/graphics/android/
DFontAndroid.cpp398 bool rtl() const { return m_run.rtl(); } in rtl() function in WebCore::TextRunWalker
452 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl,
503 , m_iterateBackwards(m_run.rtl()) in TextRunWalker()
524 m_item.item.bidiLevel = m_run.rtl(); in TextRunWalker()
629 setGlyphXPositions(rtl()); in nextScriptRun()
835 void TextRunWalker::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, in normalizeSpacesAndMirrorChars() argument
847 else if (rtl) in normalizeSpacesAndMirrorChars()
901 normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), in getNormalizedTextRun()
919 int base = walker.rtl() ? walker.widthOfFullRun() : 0; in selectionRectForComplexText()
932 if (walker.rtl()) in selectionRectForComplexText()
[all …]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
Dtable_header.js105 var rtl = this.ownerDocument.defaultView.getComputedStyle(this).
107 splitter.style.left = rtl ? 100 - leftPercent + '%' : leftPercent + '%';
126 var rtl = this.ownerDocument.defaultView.getComputedStyle(this).
128 if (rtl) {
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontWinCE.cpp90 , parentTextRun.rtl() in TextRunComponent()
226 if (run.rtl()) in drawComplexText()
263 if (run.rtl()) { in offsetForPositionForComplexText()
294 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, … in cursorToX() argument
304 if (rtl) in cursorToX()
309 if (rtl) in cursorToX()
329 float x1 = cursorToX(this, components, w, run.rtl(), from); in selectionRectForComplexText()
330 float x2 = cursorToX(this, components, w, run.rtl(), to); in selectionRectForComplexText()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DComplexTextControllerLinux.h89 bool rtl() const { return m_run.rtl(); } in rtl() function
130 …static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int l…
DFontLinux.cpp214 if (run.rtl()) { in drawComplexText()
258 … int lastX = controller.offsetX() - (controller.rtl() ? -controller.width() : controller.width()); in glyphIndexForXPositionInScriptRun()
284 if (run.rtl()) { in offsetForPositionForComplexText()
335 if (run.rtl()) { in selectionRectForComplexText()
349 if (controller.rtl()) in selectionRectForComplexText()
357 if (controller.rtl()) in selectionRectForComplexText()
DComplexTextControllerLinux.cpp72 m_item.item.bidiLevel = m_run.rtl(); in ComplexTextController()
174 setGlyphXPositions(rtl()); in nextScriptRun()
326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* des… in normalizeSpacesAndMirrorChars() argument
339 else if (rtl) in normalizeSpacesAndMirrorChars()
392 …normalizeSpacesAndMirrorChars(sourceText, originalRun.rtl(), normalizedBuffer.get(), normalizedBuf… in getNormalizedTextRun()
/external/chromium/chrome/browser/resources/bookmark_manager/css/
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/chromium/chrome/browser/resources/shared/css/
Dtree.css36 html[dir=rtl] .expand-icon {
123 html[dir=rtl] .tree-label {
131 html[dir='rtl'] .tree-label {
135 html[dir='rtl'] .tree-row[selected] > .tree-label {
152 html[dir=rtl] .tree-item[editing] input {
/external/chromium/chrome/browser/resources/shared/js/cr/
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/
Dwebui2.css18 html[dir='rtl'] .logo {
21 html[dir='rtl'] .form {
Dwebui.css22 html[dir='rtl'] .logo {
26 html[dir='rtl'] .form {
/external/stlport/
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.
/external/webkit/Source/WebCore/svg/
DSVGFont.cpp111 …atic Vector<SVGGlyphIdentifier::ArabicForm> charactersWithArabicForm(const String& input, bool rtl) in charactersWithArabicForm() argument
130 if (rtl) { in charactersWithArabicForm()
248 Vector<SVGGlyphIdentifier::ArabicForm> chars(charactersWithArabicForm(text, run.rtl())); in walk()
497 …tartOffset = floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, run.rtl() ? run.l… in drawTextUsingSVGFont()
531 … const SVGGlyphIdentifier& identifier = data.glyphIdentifiers[run.rtl() ? numGlyphs - i - 1 : i]; in drawTextUsingSVGFont()
572 …fallbackCharacterRun.setText(&data.fallbackCharacters[run.rtl() ? data.fallbackCharacters.size() -… in drawTextUsingSVGFont()
591 …(point.x() + floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, run.rtl() ? run.l… in selectionRectForTextUsingSVGFont()
/external/webkit/Source/WebCore/platform/graphics/mac/
DComplexTextController.cpp189 unsigned indexOfFontTransition = m_run.rtl() ? m_end - 1 : 0; in collectComplexTextRuns()
190 const UChar* curr = m_run.rtl() ? cp + m_end - 1 : cp; in collectComplexTextRuns()
191 const UChar* end = m_run.rtl() ? cp - 1 : cp + m_end; in collectComplexTextRuns()
219 curr = m_run.rtl() ? curr - (isSurrogate ? 2 : 1) : curr + (isSurrogate ? 2 : 1); in collectComplexTextRuns()
249 int itemStart = m_run.rtl() ? index + 1 : static_cast<int>(indexOfFontTransition); in collectComplexTextRuns()
250 … int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition; in collectComplexTextRuns()
256 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : m_end - indexOfFontTransition; in collectComplexTextRuns()
258 int itemStart = m_run.rtl() ? 0 : indexOfFontTransition; in collectComplexTextRuns()
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dposition_util.js80 var rtl = cs.direction == 'rtl';
83 if (rtl) {
155 if (rtl) {
Dsplitter.js125 var rtl = this.ownerDocument.defaultView.getComputedStyle(this).
127 var dirMultiplier = rtl ? -1 : 1;

12345