Searched refs:MAX_LETTERS (Results 1 – 1 of 1) sorted by relevance
42 #define MAX_LETTERS (5120) macro116 m_pwzPreviousString = new wchar_t[MAX_LETTERS + 1]; in CPVRTPrint3D()117 m_pszPreviousString = new char[MAX_LETTERS + 1]; in CPVRTPrint3D()516 m_pPrint3dVtx = (SPVRTPrint3DAPIVertex*)malloc(MAX_LETTERS*4*sizeof(SPVRTPrint3DAPIVertex)); in Print3D()552 static wchar_t s_Text[MAX_LETTERS+1] = {0}; in Print3D()562 vswprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()586 while(*pUTF32 && uiC < MAX_LETTERS) in Print3D()623 static char s_Text[MAX_LETTERS+1] = {0}; in Print3D()627 vsnprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()803 while(*pUTF32 && uiC < MAX_LETTERS) in MeasureText()[all …]