| 21 | const size_t SIMPLETEXT_COUNT_VERTEX = 32 * VertexQuad::VertexCount; |
| 22 | |
| 23 | EditText::EditText() : |
| 24 | mCountVertex(SIMPLETEXT_COUNT_VERTEX) |
| 25 | { |
| 26 | mVertexFormat = RenderManager::getInstance().getVertexFormat(); |
| 27 | } |
| 28 | |
| 29 | void EditText::setVisible(bool _visible) |
| 30 | { |
nothing calls this directly
no test coverage detected