Searched refs:m_text_buf (Results 1 – 2 of 2) sorted by relevance
493 m_text_buf(), in gsv_text()577 if(new_size > m_text_buf.size()) in text()579 m_text_buf.resize(new_size); in text()581 memcpy(&m_text_buf[0], text, new_size); in text()582 m_text = &m_text_buf[0]; in text()
91 pod_array<char> m_text_buf; variable