MyGUI
3.0.3
|
#include "MyGUI_Precompiled.h"
#include "MyGUI_EditText.h"
#include "MyGUI_RenderItem.h"
#include "MyGUI_FontManager.h"
#include "MyGUI_RenderManager.h"
#include "MyGUI_LanguageManager.h"
#include "MyGUI_TextIterator.h"
#include "MyGUI_IRenderTarget.h"
#include "MyGUI_FontData.h"
#include "MyGUI_CommonStateInfo.h"
Go to the source code of this file.
Namespaces | |
namespace | MyGUI |
Functions | |
MYGUI_FORCEINLINE void | MyGUI::DrawQuad (MyGUI::Vertex *&_buff, float v_left, float v_top, float v_rignt, float v_bottom, float v_z, MyGUI::uint32 _colour, float t_left, float t_top, float t_right, float t_bottom, size_t &_count) |
Variables | |
const size_t | MyGUI::VERTEX_IN_QUAD = 6 |
const size_t | MyGUI::SIMPLETEXT_COUNT_VERTEX = 32 * VERTEX_IN_QUAD |
Definition in file MyGUI_EditText.cpp.