Home
last modified time | relevance | path

Searched refs:pszFormat (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp546 … fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...) in Print3D() argument
561 va_start(args, pszFormat); in Print3D()
562 vswprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()
565 wcscpy(s_Text, pszFormat); in Print3D()
616 …oat fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...) in Print3D() argument
626 va_start(args, pszFormat); in Print3D()
627 vsnprintf(s_Text, MAX_LETTERS+1, pszFormat, args); in Print3D()
DPVRTPrint3D.h178 …at fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...);
193 …fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp745 const wchar_t* pszFormat; in GetNameExpressionSinglePath() local
748 pszFormat = L"#%ls[%zu]"; in GetNameExpressionSinglePath()
751 pszFormat = L"%ls[%zu]"; in GetNameExpressionSinglePath()
756 return WideString::Format(pszFormat, ws.c_str(), in GetNameExpressionSinglePath()