HomeSort by relevance Sort by last modified time
    Searched defs:rtl (Results 1 - 14 of 14) sorted by null

  /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/wml/
WMLTableElement.cpp 226 bool rtl = false; local
229 rtl = style->direction() == RTL;
232 rowElement->setAttribute(HTMLNames::alignAttr, rtl ? "right" : "left");
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 157 Boolean rtl = !ltr; local
212 ATSUAttributeValuePtr values[] = { &lineLayoutOptions, &rtl, &overrideSpecifier };
  /external/icu4c/test/cintltst/
custrtrn.c 1376 int32_t rtl; local
    [all...]
  /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/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...]
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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 121 /* Information about the function that is propagated by the RTL backend.
161 struct cgraph_rtl_info rtl; local
297 /* Functions are now ordered and being passed to RTL expanders. */
basic-block.h 248 struct rtl_bb_info * GTY ((tag ("1"))) rtl; member in union:basic_block_il_dependent
342 /* Set on blocks that are in RTL format. */
505 #define BB_HEAD(B) (B)->il.rtl->head_
506 #define BB_END(B) (B)->il.rtl->end_
    [all...]
tree.h 2792 rtx rtl; local
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1464 bool rtl = canvas()->computedStyle() ? canvas()->computedStyle()->direction() == RTL : false; local
    [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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 260 rtx rtl;
259 rtx rtl; local
    [all...]

Completed in 428 milliseconds