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

1 2

  /external/chromium_org/third_party/WebKit/public/web/
WebTextRun.h 45 , rtl(isRTL)
50 : rtl(false)
56 bool rtl; member in struct:WebKit::WebTextRun
  /external/chromium/webkit/glue/
webmenuitem.h 32 bool rtl; member in struct:WebMenuItem
  /external/chromium_org/chrome/browser/chromeos/login/
merge_session_load_page.cc 10 #include "base/i18n/rtl.h"
84 bool rtl = base::i18n::IsRTL(); local
85 strings.SetString("textdirection", rtl ? "rtl" : "ltr");
  /external/chromium_org/content/public/common/
menu_item.h 35 bool rtl; member in struct:content::MenuItem
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.cc 7 #include "base/i18n/rtl.h"
94 bool rtl = base::i18n::IsRTL(); local
95 strings.SetString("textdirection", rtl ? "rtl" : "ltr");
98 if (rtl)
  /external/chromium_org/chrome/browser/ui/views/frame/
app_non_client_frame_view_ash.cc 10 #include "base/i18n/rtl.h"
144 bool rtl = base::i18n::IsRTL(); local
147 rtl ? 0 : restore_button_->x(),
149 rtl ? restore_button_->x() : 0);
  /external/chromium_org/chrome/common/
localized_error.cc 7 #include "base/i18n/rtl.h"
486 bool rtl = LocaleIsRTL(); local
487 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
525 if (rtl)
788 bool rtl = LocaleIsRTL(); local
789 error_strings->SetString("textdirection", rtl ? "rtl" : "ltr");
793 if (rtl)
  /external/chromium_org/ppapi/c/dev/
ppb_font_dev.h 147 * the text. The value of the <code>rtl</code> flag specifies the
149 * word will always display right to left, even if <code>rtl</code> is false.
152 * and <code>rtl</code> specifies the direction of the text.
154 * TODO(brettw) note that autodetection with rtl = true is currently
157 PP_Bool rtl; member in struct:PP_TextRun_Dev
164 * <code>rtl</code> flag.
221 * RTL text, this will actually represent the logical end of the text).
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 147 PP_Bool rtl; member in struct:PP_BrowserFont_Trusted_TextRun
218 * RTL text, this will actually represent the logical end of the text).
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
WidthIterator.cpp 61 unsigned expansionOpportunityCount = m_run.is8Bit() ? Font::expansionOpportunityCount(m_run.characters8(), m_run.length(), m_run.ltr() ? LTR : RTL, isAfterExpansion) : Font::expansionOpportunityCount(m_run.characters16(), m_run.length(), m_run.ltr() ? LTR : RTL, isAfterExpansion);
146 bool rtl = m_run.rtl(); local
165 const GlyphData& glyphData = glyphDataForCharacter(character, rtl, textIterator.currentCharacter(), advanceLength);
200 const GlyphData& uppercaseGlyphData = m_font->glyphDataForCharacter(toUpper(character), rtl);
235 || (m_run.rtl() && textIterator.currentCharacter())) {
296 glyphBuffer->add(glyph, fontData, (rtl ? oldWidth + lastRoundingWidth : width));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
HarfBuzzShaper.h 91 bool rtl() { return m_direction == RTL; } function in class:WebCore::HarfBuzzShaper::HarfBuzzRun
  /external/chromium_org/ui/gfx/
render_text_linux.cc 38 bool rtl = item->analysis.level & 1; local
39 return rtl == (direction == CURSOR_LEFT);
  /external/dhcpcd/
configure.c 642 struct rt *rtp, *rtl, *rtn; local
645 for (rtp = rt, rtl = NULL; rtp; rtl = rtp, rtp = rtp->next) {
681 if (rtl == NULL)
684 rtl->next = rtn;
692 struct rt *nrs = NULL, *dnr, *or, *rt, *rtn, *rtl, *lrt = NULL; local
713 if ((or = find_route(routes, rt, &rtl, NULL))) {
722 if (rtl != NULL)
723 rtl->next = or->next;
  /external/chromium_org/ash/system/tray/
tray_background_view.cc 518 bool rtl = base::i18n::IsRTL(); local
520 rtl ? kPaddingFromRightEdgeOfScreenBottomAlignment : 0,
522 rtl ? 0 : kPaddingFromRightEdgeOfScreenBottomAlignment,
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c 1385 int32_t rtl; local
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 1385 int32_t rtl; local
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 10 #include "base/i18n/rtl.h"
632 bool rtl = base::i18n::IsRTL(); local
636 rtl ? TPM_RIGHTALIGN : TPM_LEFTALIGN, ipc_params));
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.cc 24 #include "base/i18n/rtl.h"
412 const bool rtl = base::i18n::IsRTL(); local
414 kUserDetailsVerticalPadding, rtl ? 0 : inner_padding,
415 kUserDetailsVerticalPadding, rtl ? inner_padding : 0));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc 17 #include "base/i18n/rtl.h"
937 bool rtl = base::i18n::IsRTL(); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
basic-block.h 150 struct rtl_bb_info * GTY ((tag ("1"))) rtl; member in union:basic_block_il_dependent
236 /* Set on blocks that are in RTL format. */
406 #define BB_HEAD(B) (B)->il.rtl->head_
407 #define BB_END(B) (B)->il.rtl->end_
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
basic-block.h 150 struct rtl_bb_info * GTY ((tag ("1"))) rtl; member in union:basic_block_il_dependent
236 /* Set on blocks that are in RTL format. */
406 #define BB_HEAD(B) (B)->il.rtl->head_
407 #define BB_END(B) (B)->il.rtl->end_
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 152 /* Information about the function that is propagated by the RTL backend.
232 struct cgraph_rtl_info rtl; variable in typeref:struct:cgraph_rtl_info
529 /* Functions are now ordered and being passed to RTL expanders. */
926 rtx rtl; variable
    [all...]

Completed in 791 milliseconds

1 2