Home
last modified time | relevance | path

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

/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp493 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()
/haiku/headers/libs/agg/
H A Dagg_gsv_text.h91 pod_array<char> m_text_buf; variable