Home
last modified time | relevance | path

Searched refs:PVRTuint16 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTUnicode.cpp174 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32) in PVRTUnicodeUTF16ToUTF32()
176 const PVRTuint16* pC = pUTF16; in PVRTUnicodeUTF16ToUTF32()
273 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16) in PVRTUnicodeUTF16Length()
275 const PVRTuint16* pC = pUTF16; in PVRTUnicodeUTF16Length()
DPVRTUnicode.h38 EPVRTError PVRTUnicodeUTF16ToUTF32(const PVRTuint16* const pUTF16, CPVRTArray<PVRTuint32>& aUTF32);
55 unsigned int PVRTUnicodeUTF16Length(const PVRTuint16* const pUTF16);
DPVRTGlobal.h155 typedef unsigned short PVRTuint16; typedef
181 PVRTSIZEASSERT(PVRTuint16, 2);
DPVRTPrint3D.h397 PVRTuint16 nAdv; /*!< Character width */
DPVRTPrint3D.cpp582 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)s_Text, m_CachedUTF32); in Print3D()
799 PVRTUnicodeUTF16ToUTF32((PVRTuint16*)pszUnicode, m_CachedUTF32); in MeasureText()
DPVRTModelPOD.cpp1176 PVRTuint16 *p16Pointer=NULL; in ReadCPODData()