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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupContainerTest.cpp 77 const bool isRTL = true;
83 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, verticalOffset, transformOffset, content, needToResizeView);
86 static IntRect calculatePosition(const IntRect& initialRect, PopupContent* content, FloatRect windowRect = FloatRect(0, 0, 512, 512), bool isRTL = true)
90 int rtlOffset = (targetControlWidth - initialRect.width()) * (isRTL ? 1 : -1);
92 return PopupContainer::layoutAndCalculateWidgetRectInternal(initialRect, targetControlHeight, windowRect, screenRect, !isRTL, rtlOffset, 0, IntSize(), content, needToResizeView);
LocaleICUTest.cpp 132 bool isRTL(const char* localeString)
135 return locale->isRTL();
146 TEST_F(LocaleICUTest, isRTL)
148 EXPECT_TRUE(isRTL("ar-EG"));
149 EXPECT_FALSE(isRTL("en-us"));
150 EXPECT_FALSE(isRTL("ja-jp"));
151 EXPECT_FALSE(isRTL("**invalid**"));
LocaleMacTest.cpp 121 bool isRTL(const String& localeString)
124 return locale->isRTL();
262 TEST_F(LocaleMacTest, isRTL)
264 EXPECT_TRUE(isRTL("ar-eg"));
265 EXPECT_FALSE(isRTL("en-us"));
266 EXPECT_FALSE(isRTL("ja-jp"));
267 EXPECT_FALSE(isRTL("**invalid**"));
LocaleWinTest.cpp 112 bool isRTL(LCID lcid)
115 return locale->isRTL();
203 TEST_F(LocaleWinTest, isRTL)
205 EXPECT_TRUE(isRTL(ArabicEG));
206 EXPECT_FALSE(isRTL(EnglishUS));
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleICU.cpp 263 bool LocaleICU::isRTL()
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 104 IntRect PopupContainer::layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent* listBox, bool& needToResizeView)
111 inverseWidgetRectInScreen.setX(inverseWidgetRectInScreen.x() + (isRTL ? -rtlOffset : rtlOffset));
112 inverseWidgetRectInScreen.setY(inverseWidgetRectInScreen.y() + (isRTL ? -verticalOffset : verticalOffset));
168 bool isRTL = this->isRTL();
177 int rightOffset = isRTL ? rtlOffset : 0;
182 int verticalForRTLOffset = isRTL ? verticalOffset : 0;
202 widgetRectInScreen = layoutAndCalculateWidgetRectInternal(widgetRectInScreen, targetControlHeight, windowRect, screen, isRTL, rtlOffset, verticalOffset, transformOffset, m_listBox.get(), needToResizeView);
427 inline bool PopupContainer::isRTL() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/win/
LocaleWin.cpp 402 bool LocaleWin::isRTL()
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 379 bool isRTL = forceRTL;
405 isRTL = (paraDir == 1);
411 isRTL = (paraDir == 1);
428 isRTL = (paraDir == 1);
448 isRTL = (runDir == UBIDI_RTL);
450 ALOGD("Processing Bidi Run = %d -- run-start = %d, run-len = %d, isRTL = %d",
451 i, startRun, lengthRun, isRTL);
453 computeRunValues(paint, chars, startRun, lengthRun, contextCount, isRTL,
461 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL);
467 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 941 bool isRTL = bidiRun->level() % 2;
942 subrun.setDirection(isRTL ? RTL : LTR);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 299 milliseconds