Searched refs:m_startsNewTextChunk (Results 1 – 2 of 2) sorted by relevance
57 bool startsNewTextChunk() const { return m_startsNewTextChunk; } in startsNewTextChunk()58 void setStartsNewTextChunk(bool newTextChunk) { m_startsNewTextChunk = newTextChunk; } in setStartsNewTextChunk()81 bool m_startsNewTextChunk : 1; variable
61 , m_startsNewTextChunk(false) in SVGInlineTextBox()