Home | History | Annotate | Download | only in wince

Lines Matching refs:m_textRun

73     TextRunComponent() : m_textRun(0, 0) {}
76 ~TextRunComponent() { m_textRun; }
79 int textLength() const { return m_spaces ? m_spaces : m_textRun.length(); }
81 TextRun m_textRun;
88 : m_textRun(start, length, parentTextRun.allowTabs(), 0, 0
95 WidthIterator it(&font, m_textRun);
96 it.advance(m_textRun.length(), 0);
101 : m_textRun(0, 0)
230 drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos);
271 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
285 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
313 WidthIterator it(font, comp.m_textRun);