Searched refs:s_Text (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 552 static wchar_t s_Text[MAX_LETTERS+1] = {0}; in Print3D() local 562 vswprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D() 565 wcscpy(s_Text, pszFormat); in Print3D() 571 …if(wcscmp(s_Text, m_pwzPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevSc… in Print3D() 574 wcscpy(m_pwzPreviousString, s_Text); in Print3D() 582 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)s_Text, m_CachedUTF32); in Print3D() 585 PVRTuint32* pUTF32 = (PVRTuint32*)s_Text; in Print3D() 623 static char s_Text[MAX_LETTERS+1] = {0}; in Print3D() local 627 vsnprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D() 633 …if(strcmp(s_Text, m_pszPreviousString) != 0 || m_fPrevX != fPosX || m_fPrevY != fPosY || m_fPrevSc… in Print3D() [all …]
|