Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h68 , m_xpos(xpos) in m_charactersLength()
88 , m_xpos(xpos) in m_charactersLength()
108 , m_xpos(xpos)
136 , m_xpos(xpos)
198 float xPos() const { return m_xpos; } in xPos()
199 void setXPos(float xPos) { m_xpos = xPos; } in setXPos()
246 float m_xpos; variable