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

1 2

  /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));
FontFastPath.cpp 272 if (run.rtl()) {
280 if (run.rtl())
333 if (run.rtl()) {
349 if (run.rtl()) {
  /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...]
RenderTableCell.h 77 CollapsedBorderValue collapsedLeftBorder(bool rtl) const;
78 CollapsedBorderValue collapsedRightBorder(bool rtl) const;
RenderTableSection.h 78 int calcOuterBorderLeft(bool rtl) const;
79 int calcOuterBorderRight(bool rtl) const;
RenderTableSection.cpp 479 if (style()->direction() == RTL) {
706 if (style()->direction() == RTL) {
904 int RenderTableSection::calcOuterBorderLeft(bool rtl) const
1000 bool rtl = table()->style()->direction() == RTL; local
    [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/webkit/WebCore/platform/graphics/mac/
FontComplexTextMac.cpp 48 if (run.rtl()) {
74 if (run.rtl()) {
ComplexTextController.cpp 186 unsigned indexOfFontTransition = m_run.rtl() ? m_end - 1 : 0;
187 const UChar* curr = m_run.rtl() ? cp + m_end - 1 : cp;
188 const UChar* end = m_run.rtl() ? cp - 1 : cp + m_end;
194 if (hasTrailingSoftHyphen && m_run.rtl()) {
226 curr = m_run.rtl() ? curr - (isSurrogate ? 2 : 1) : curr + (isSurrogate ? 2 : 1);
256 int itemStart = m_run.rtl() ? index + 1 : indexOfFontTransition;
257 int itemLength = m_run.rtl() ? indexOfFontTransition - index : index - indexOfFontTransition;
263 int itemLength = m_run.rtl() ? indexOfFontTransition + 1 : m_end - indexOfFontTransition - (hasTrailingSoftHyphen ? 1 : 0);
265 int itemStart = m_run.rtl() ? 0 : indexOfFontTransition;
ComplexTextControllerATSUI.cpp 157 Boolean rtl = !ltr; local
212 ATSUAttributeValuePtr values[] = { &lineLayoutOptions, &rtl, &overrideSpecifier };
  /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...]
UniscribeHelperTextRun.cpp 42 : UniscribeHelper(run.characters(), run.length(), run.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/wx/
FontWx.cpp 78 if (run.rtl()) {
109 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)
configure.bat 59 if "%1" == "--with-static-rtl" goto opt_srtl
60 if "%1" == "--with-dynamic-rtl" goto opt_drtl
61 if "%1" == "--rtl-static" goto opt_srtl
62 if "%1" == "--rtl-dynamic" goto opt_drtl
139 echo "--with-static-rtl"
140 echo "--with-dynamic-rtl"
144 echo --with-dynamic-rtl; if you want to link dynamicaly with STLport but using the
145 echo static C runtime use --with-static-rtl. See README.options for details.
149 echo "--with-static-rtl -> _STLP_USE_DYNAMIC_LIB"
150 echo "--with-dynamic-rtl -> _STLP_USE_STATIC_LIB
    [all...]
  /external/webkit/WebCore/svg/
SVGFont.cpp 109 static Vector<SVGGlyphIdentifier::ArabicForm> charactersWithArabicForm(const String& input, bool rtl)
128 if (rtl) {
246 Vector<SVGGlyphIdentifier::ArabicForm> chars(charactersWithArabicForm(text, run.rtl()));
491 float xStartOffset = floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, run.rtl() ? run.length() : from, charsConsumed, glyphName);
520 const SVGGlyphIdentifier& identifier = data.glyphIdentifiers[run.rtl() ? numGlyphs - i - 1 : i];
566 fallbackCharacterRun.setText(&data.fallbackCharacters[run.rtl() ? data.fallbackCharacters.size() - fallbackCharacterIndex - 1 : fallbackCharacterIndex], 1);
585 return FloatRect(point.x() + floatWidthOfSubStringUsingSVGFont(this, run, 0, run.rtl() ? to : 0, run.rtl() ? run.length() : from, charsConsumed, glyphName),
  /external/webkit/WebCore/wml/
WMLTableElement.cpp 226 bool rtl = false; local
229 rtl = style->direction() == RTL;
232 rowElement->setAttribute(HTMLNames::alignAttr, rtl ? "right" : "left");
  /external/webkit/WebCore/css/
wml.css 134 -webkit-rtl-ordering: logical;
171 -webkit-rtl-ordering: logical;
html.css 327 -webkit-rtl-ordering: logical;
377 -webkit-rtl-ordering: logical;
481 -webkit-rtl-ordering: logical;
524 -webkit-rtl-ordering: logical;
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 56 int flags = style.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight;
154 int flags = run.rtl() ? Qt::TextForceRightToLeft : Qt::TextForceLeftToRight;
  /external/webkit/WebCore/platform/
ContextMenu.cpp 181 ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagRightToLeft, contextMenuItemTagRightToLeft());
185 writingDirectionMenu.appendItem(rtl);
196 ContextMenuItem rtl(CheckableActionType, ContextMenuItemTagTextDirectionRightToLeft, contextMenuItemTagRightToLeft());
200 textDirectionMenu.appendItem(rtl);
583 String direction = item.action() == ContextMenuItemTagLeftToRight ? "ltr" : "rtl";
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 834 bool rightAligned = m_popupClient->menuStyle().textDirection() == RTL;
850 bool rtl = false; local
852 rtl = style.textDirection() == RTL;
855 rtl = itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft;
856 TextRun textRun(str, length, false, 0, 0, rtl);
    [all...]

Completed in 276 milliseconds

1 2