Home
last modified time | relevance | path

Searched refs:m_rtl (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DTextRun.h55 , m_rtl(rtl) in m_characters()
75 , m_rtl(rtl)
103 bool rtl() const { return m_rtl; } in rtl()
104 bool ltr() const { return !m_rtl; } in ltr()
109 void setRTL(bool b) { m_rtl = b; } in setRTL()
134 bool m_rtl; variable
/external/webkit/Source/WebCore/
DChangeLog8861 rid of the old m_rtl bool. This is part of the generic effort in the