OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTL
(Results
26 - 50
of
51
) sorted by null
1
2
3
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
78
unsigned expansionOpportunityCount = Font::expansionOpportunityCount(m_run.characters(), m_end, m_run.ltr() ? LTR :
RTL
, isAfterExpansion);
189
unsigned indexOfFontTransition = m_run.
rtl
() ? m_end - 1 : 0;
190
const UChar* curr = m_run.
rtl
() ? cp + m_end - 1 : cp;
191
const UChar* end = m_run.
rtl
() ? cp - 1 : cp + m_end;
219
curr = m_run.
rtl
() ? curr - (isSurrogate ? 2 : 1) : curr + (isSurrogate ? 2 : 1);
249
int itemStart = m_run.
rtl
() ? index + 1 : static_cast<int>(indexOfFontTransition);
250
int itemLength = m_run.
rtl
() ? indexOfFontTransition - index : index - indexOfFontTransition;
256
int itemLength = m_run.
rtl
() ? indexOfFontTransition + 1 : m_end - indexOfFontTransition;
258
int itemStart = m_run.
rtl
() ? 0 : indexOfFontTransition;
/external/webkit/Source/WebCore/rendering/
RenderMenuList.cpp
98
TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ?
RTL
: LTR;
RenderThemeChromiumSkia.cpp
555
if (renderProgress->style()->direction() ==
RTL
)
RenderBlockLineLayout.cpp
379
// In particular with
RTL
blocks, wide lines should still spill out to the left.
[
all
...]
RenderTableSection.cpp
487
if (style()->direction() ==
RTL
) {
[
all
...]
RenderBox.cpp
[
all
...]
/external/webkit/Source/WebCore/css/
CSSPrimitiveValueMappings.h
[
all
...]
/external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp
889
if (renderProgress->style()->direction() ==
RTL
)
[
all
...]
/external/webkit/Source/WebCore/html/
HTMLElement.cpp
[
all
...]
/external/webkit/Source/WebCore/rendering/svg/
SVGInlineTextBox.cpp
417
, direction() ==
RTL
/external/chromium/chrome/browser/resources/ntp/
apps.js
624
var
rtl
= isRtl();
634
// Reflect the X axis if an
RTL
language is active.
635
if (
rtl
)
/external/zlib/src/
make_vms.com
616
$! The headers might lie about the capabilities of the
RTL
675
$! The headers might lie about the capabilities of the
RTL
/prebuilts/devtools/tools/lib/
layoutlib-api.jar
/external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp
323
if (object->style()->direction() ==
RTL
)
[
all
...]
/external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk3.cpp
393
if (style->direction() ==
RTL
)
[
all
...]
/external/webkit/Source/WebCore/editing/
SelectionController.cpp
425
// but it extends backward logically if the enclosing block is
RTL
direction.
593
// but it extends forward logically if the enclosing block is
RTL
direction.
824
if (direction == DirectionForward || (textDirection == LTR && direction == DirectionRight) || (textDirection ==
RTL
&& direction == DirectionLeft))
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h
2877
rtx
rtl
;
variable
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h
2877
rtx
rtl
;
variable
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h
2877
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/
tree.h
2877
rtx
rtl
;
variable
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
com.ibm.icu_4.2.1.v20100412.jar
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 1421 milliseconds
1
2
3