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

1 2 3 4 5 6 7 8 91011

  /external/webkit/WebCore/manual-tests/
select_alignment.html 17 <option dir="rtl">abc ??? def</option>
19 <option dir="rtl">hi!</option>
25 <select dir="rtl">
28 <option dir="rtl">abc ??? def</option>
30 <option dir="rtl">hi!</option>
bidi-parens.html 14 <p id="console" dir="rtl">
autofill-popup-width-and-item-direction.html 28 They should be displayed as RTL in the popup of "First name",
32 First name: <input type="text" name="fname" dir="rtl"/><br />
autofill_alignment.html 12 align right if the input field's direction is rtl.
20 First name: <input type="text" name="fname" dir="rtl"/><br />
drag_select_highlighting.html 11 <p style="font-family:'Lucida Grande'; font-size:12px; text-align:left; direction:rtl; unicode-bidi:bidi-override;">
keyboard_select_non_english.html 21 <select style="direction:rtl">
  /external/expat/bcb5/
README.txt 26 "mt" (multi-threaded) and "d" (dynamic RTL).
66 The libexpat libraries are all built to link with the multi-threaded dynamic RTL's.
74 2. The single threaded RTL must be called. change the RTL in the ALLLIB tag or
78 Static RTL's
80 To build the libs with static RTL's do the following,
83 "Use dynamic RTL" box. For the dynamic expatlibs, in the Linker tab on the
84 options dialog, uncheck "Use dynamic RTL". If you are using a make file,
85 remove the _RTLDLL assignment to the SYSDEFINES variable, and change the RTL
  /external/webkit/WebCore/platform/graphics/
TextRun.h 36 TextRun(const UChar* c, int len, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, bool directionalOverride = false,
43 , m_rtl(rtl)
55 TextRun(const String& s, bool allowTabs = false, int xpos = 0, int padding = 0, bool rtl = false, bool directionalOverride = false,
62 , m_rtl(rtl)
85 bool rtl() const { return m_rtl; } function in class:WebCore::TextRun
WidthIterator.cpp 77 bool rtl = m_run.rtl(); local
116 const GlyphData& glyphData = m_font->glyphDataForCharacter(c, rtl);
145 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(c), rtl);
205 glyphBuffer->add(glyph, fontData, (rtl ? oldWidth + lastRoundingWidth : width));
  /external/webkit/WebCore/rendering/
RenderTableCell.cpp 191 bool rtl = table()->style()->direction() == RTL;
197 if ((left && !rtl) || (right && rtl)) {
203 if ((left && rtl) || (right && !rtl)) {
318 CollapsedBorderValue RenderTableCell::collapsedLeftBorder(bool rtl) const
322 if (!rtl)
334 RenderTableCell* prevCell = rtl ? tableElt->cellAfter(this) : tableElt->cellBefore(this);
336 result = rtl ? compareBorders(result, CollapsedBorderValue(&prevCell->style()->borderRight(), BCELL)) : compare (…)
733 bool rtl = table()->style()->direction() == RTL; local
    [all...]
InlineIterator.h 89 ? (dir == RTL ? WTF::Unicode::RightToLeftEmbedding : WTF::Unicode::LeftToRightEmbedding)
90 : (dir == RTL ? WTF::Unicode::RightToLeftOverride : WTF::Unicode::LeftToRightOverride));
114 ? (dir == RTL ? WTF::Unicode::RightToLeftEmbedding: WTF::Unicode::LeftToRightEmbedding)
115 : (dir == RTL ? WTF::Unicode::RightToLeftOverride : WTF::Unicode::LeftToRightOverride));
159 ? (dir == RTL ? WTF::Unicode::RightToLeftEmbedding : WTF::Unicode::LeftToRightEmbedding)
160 : (dir == RTL ? WTF::Unicode::RightToLeftOverride : WTF::Unicode::LeftToRightOverride));
RenderTableCell.h 77 CollapsedBorderValue collapsedLeftBorder(bool rtl) const;
78 CollapsedBorderValue collapsedRightBorder(bool rtl) const;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 52 API. There is a problem with this, that only the RTL of the SDL.DLL will
53 be initialized for those threads, and not the RTL of the calling application!
57 then the RTL of SDL.DLL will be used to create the new thread, and if it's
58 the application, then the RTL of the application will be used.
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_thread.h 52 API. There is a problem with this, that only the RTL of the SDL.DLL will
53 be initialized for those threads, and not the RTL of the calling application!
57 then the RTL of SDL.DLL will be used to create the new thread, and if it's
58 the application, then the RTL of the application will be used.
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_thread.h 52 API. There is a problem with this, that only the RTL of the SDL.DLL will
53 be initialized for those threads, and not the RTL of the calling application!
57 then the RTL of SDL.DLL will be used to create the new thread, and if it's
58 the application, then the RTL of the application will be used.
  /prebuilt/windows/sdl/include/SDL/
SDL_thread.h 52 API. There is a problem with this, that only the RTL of the SDL.DLL will
53 be initialized for those threads, and not the RTL of the calling application!
57 then the RTL of SDL.DLL will be used to create the new thread, and if it's
58 the application, then the RTL of the application will be used.
  /external/libffi/
ChangeLog.v1 100 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/webkit/WebCore/platform/graphics/win/
UniscribeController.cpp 81 if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl())
110 // does not match normal RTL.
118 unsigned indexOfFontTransition = m_run.rtl() ? length - 1 : 0;
119 const UChar* curr = m_run.rtl() ? cp + length - 1 : cp;
120 const UChar* end = m_run.rtl() ? cp - 1 : cp + length;
134 curr = m_run.rtl() ? curr - 1 : curr + 1;
155 int itemStart = m_run.rtl() ? index + 1 : indexOfFontTransition;
156 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
163 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : length - indexOfFontTransition;
168 int itemStart = m_run.rtl() ? 0 : indexOfFontTransition
    [all...]
FontWin.cpp 54 if (run.rtl()) {
81 if (run.rtl()) {
  /external/stlport/
configure 77 --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/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 88 , parentTextRun.rtl()
226 if (run.rtl())
254 if (run.rtl()) {
285 static float cursorToX(const Font* font, const TextRunComponents& components, int width, bool rtl, int cursor)
295 if (rtl)
300 if (rtl)
320 float x1 = cursorToX(this, components, w, run.rtl(), from);
321 float x2 = cursorToX(this, components, w, run.rtl(), to);
  /external/webkit/WebCore/platform/graphics/chromium/
FontLinux.cpp 154 // It defaults to backwards for RTL and forwards otherwise (which matches the
167 , m_iterateBackwards(m_run.rtl())
186 m_item.item.bidiLevel = m_run.rtl();
214 bool rtl() const function in class:WebCore::TextRunWalker
216 return m_run.rtl();
247 setGlyphXPositions(rtl());
534 if (walker.rtl()) {
559 // If this is RTL text, the first glyph from the left is actually the last
566 if (walker.rtl()) {
576 // For RTL
    [all...]
  /external/webkit/WebCore/platform/text/
TextDirection.h 31 enum TextDirection { RTL, LTR };
  /external/expat/win32/
README.txt 53 be built easily by specifying a different RTL linkage in
74 - specify a different RTL linkage on the C/C++ tab
  /external/webkit/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 48 if (run.rtl()) {
74 if (run.rtl()) {

Completed in 3867 milliseconds

1 2 3 4 5 6 7 8 91011