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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMarquee.cpp 100 result = (dir == LTR) ? MRIGHT : MLEFT;
102 result = (dir == LTR) ? MLEFT : MRIGHT;
121 bool ltr = style()->isLeftToRightDirection(); local
123 LayoutUnit contentWidth = ltr ? maxPreferredLogicalWidth() : minPreferredLogicalWidth();
124 if (ltr)
132 return max<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
134 return ltr ? contentWidth : clientWidth;
138 return min<LayoutUnit>(0, ltr ? (contentWidth - clientWidth) : (clientWidth - contentWidth));
140 return ltr ? -clientWidth : -contentWidth;
InlineFlowBox.cpp 313 bool ltr = renderer().style()->isLeftToRightDirection(); local
321 else if (ltr && lineBoxList->firstLineBox() == this)
323 else if (!ltr && lineBoxList->lastLineBox() == this)
338 else if (ltr) {
    [all...]
InlineTextBox.cpp 266 // For LTR this is the left edge of the box, for RTL, the right edge in parent coordinates.
270 // LTR: the left edge of the ellipsis is to the left of our text run.
289 bool ltr = isLeftToRightDirection(); local
290 if (ltr != flowIsLTR) {
293 ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth;
310 float widthOfVisibleText = toRenderText(renderer()).width(m_start, offset, textPos(), flowIsLTR ? LTR : RTL, isFirstLineStyle());
315 // e.g. In the case of an LTR inline box truncated in an RTL flow then we can
509 // e.g. In the case of LTR text truncated in an RTL Context, the correct behavior is:
515 LayoutUnit widthOfVisibleText = toRenderText(renderer()).width(m_start, m_truncation, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle());
    [all...]
RenderBlockLineLayout.cpp 367 // So even if text-align is right, if direction is LTR, wide lines should overflow out of the right
571 if (direction == LTR)
577 if (direction == LTR)
2051 bool ltr = style()->isLeftToRightDirection(); local
2088 bool ltr = style()->isLeftToRightDirection(); local
    [all...]
RenderBlock.cpp 2467 bool ltr = style()->isLeftToRightDirection(); local
3709 bool ltr = containingBlock ? containingBlock->style()->isLeftToRightDirection() : styleToUse->isLeftToRightDirection(); local
    [all...]
RenderBox.cpp 3943 bool ltr = box ? box->isLeftToRightDirection() : style()->isLeftToRightDirection(); local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 36 // Various weak, LTR, RTL, and Bidi string cases with three characters each.
318 L"hop on pop", // Check LTR word boundaries.
431 // RLM marker added as "ab" have strong LTR directionality.
605 // Blank strings and those with no/weak directionality default to LTR.
608 // Strings that begin with strong LTR characters.
654 // Pure LTR.
677 // LTR-RTL
705 // LTR-RTL-LTR.
1001 bool ltr = (cases[i].expected_text_direction == base::i18n::LEFT_TO_RIGHT); local
    [all...]
  /external/libsepol/src/
policydb.c 1279 role_trans_t *tr, *ltr = NULL; local
1340 if (ltr)
1341 free(ltr);
1342 ltr = tr;
1344 if (ltr)
1345 free(ltr);
2343 role_trans_t *tr, *ltr; local
3194 role_trans_rule_t *tr, *ltr; local
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 277 milliseconds