/external/webkit/Source/WebKit/chromium/public/ |
WebTextRun.h | 45 , rtl(isRTL) 50 : rtl(false) 56 bool rtl; member in struct:WebKit::WebTextRun
|
/external/webkit/Source/WebKit/chromium/src/ |
WebTextRun.cpp | 42 return TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, directionalOverride);
|
/external/chromium/webkit/glue/ |
webmenuitem.cc | 10 rtl(false), 20 rtl(item.textDirection == WebKit::WebTextDirectionRightToLeft), 30 rtl(item.rtl),
|
webmenuitem.h | 32 bool rtl; member in struct:WebMenuItem
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/ |
options.css | 66 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 [all...] |
feed.css | 89 direction: rtl; 93 body.rtl #feed { 94 direction: rtl; 96 body.rtl .open_box { 99 body.rtl .item_title {
|
/external/webkit/Source/WebCore/platform/graphics/ |
TextRun.h | 45 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
|
WidthIterator.cpp | 66 unsigned expansionOpportunityCount = Font::expansionOpportunityCount(m_run.characters(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpansion); 85 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/ |
ComplexTextControllerLinux.h | 55 // Iteration is always in logical (aka reading) order. For RTL text that means 89 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);
|
ComplexTextControllerLinux.cpp | 72 m_item.item.bidiLevel = m_run.rtl(); 174 setGlyphXPositions(rtl()); 296 // Iterate through the glyphs in logical order, flipping for RTL where necessary. 297 // Glyphs are positioned starting from m_offsetX; in RTL mode they go leftwards from there. 326 void ComplexTextController::normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length) 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);
|
FontLinux.cpp | 214 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())
|
/external/chromium-trace/src/shared/css/ |
tree.css | 39 html[dir=rtl] .expand-icon { 111 html[dir=rtl] .tree-label { 115 html[dir=rtl] .tree-label, 116 html[dir=rtl] .tree-row[may-have-children] > .tree-label { 120 html[dir=rtl] .tree-item[expanded] > .tree-row > .tree-label { 169 html[dir=rtl] .tree-item[editing] input {
|
chrome_shared2.css | 66 /* Elements that need to be LTR even in an RTL context, but should align 69 html[dir='rtl'] .weakrtl { 74 /* Input fields in search engine table need to be weak-rtl. Since those input 78 html[dir='rtl'] div.weakrtl input { 83 html[dir='rtl'] .favicon-cell.weakrtl { 92 html[dir='rtl'] select.weakrtl { 93 direction: rtl; 96 html[dir='rtl'] select.weakrtl option { 104 html[dir='rtl'] input.weakrtl::-webkit-input-placeholder, 105 html[dir='rtl'] .weakrtl input::-webkit-input-placeholder [all...] |
/external/webkit/Source/WebCore/platform/graphics/win/ |
UniscribeController.cpp | 86 if (m_offsetX >= m_runWidthSoFar && m_run.ltr() || m_offsetX < 0 && m_run.rtl()) 115 // does not match normal 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 [all...] |
FontWin.cpp | 63 if (run.rtl()) { 90 if (run.rtl()) {
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 40 display: inline-block; /* We need to use inline-block here due to RTL. */ 52 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/ |
FontAndroid.cpp | 384 // It defaults to backwards for RTL and forwards otherwise (which matches the 432 bool rtl() const { return m_run.rtl(); } function in class:WebCore::TextRunWalker 491 static void normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, 547 , m_iterateBackwards(m_run.rtl()) 568 m_item.item.bidiLevel = m_run.rtl(); 673 setGlyphPositions(rtl()); 869 // RTL) codepoint of the current glyph. Each time we advance a glyph, [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontWinCE.cpp | 90 , 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) 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/ |
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/chromium/chrome/browser/resources/net_internals/ |
tabswitcherview.css | 27 html[dir=rtl] .tab-switcher-view li {
|
/external/chromium/chrome/browser/resources/options/ |
subpages_tab_controls.css | 36 html[dir=rtl] .subpages-nav-tabs .tab-label {
|
cookies_view.css | 14 html[dir=rtl] #remove-all-cookies-search-column { 69 html[dir=rtl] list.cookie-list > .deletable-item > .close-button {
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextController.cpp | 78 unsigned expansionOpportunityCount = Font::expansionOpportunityCount(m_run.characters(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpansion); 189 unsigned indexOfFontTransition = m_run.rtl() ? m_end - 1 : 0; 190 const UChar* curr = m_run.rtl() ? cp + m_end - 1 : cp; 191 const UChar* end = m_run.rtl() ? cp - 1 : cp + m_end; 219 curr = m_run.rtl() ? curr - (isSurrogate ? 2 : 1) : curr + (isSurrogate ? 2 : 1); 249 int itemStart = m_run.rtl() ? index + 1 : static_cast<int>(indexOfFontTransition); 250 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition; 256 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : m_end - indexOfFontTransition; 258 int itemStart = m_run.rtl() ? 0 : indexOfFontTransition;
|
FontComplexTextMac.cpp | 51 if (run.rtl()) { 73 if (run.rtl()) {
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
FontWx.cpp | 93 if (run.rtl()) { 137 if (run.rtl()) {
|