Home | History | Annotate | Download | only in Tools

Lines Matching defs:CPVRTPrint3D

74 PVRTint32 CPVRTPrint3D::CharacterCompareFunc(const void* pA, const void* pB)
86 PVRTint32 CPVRTPrint3D::KerningCompareFunc(const void* pA, const void* pB)
98 ** Class: CPVRTPrint3D
101 @fn CPVRTPrint3D
104 CPVRTPrint3D::CPVRTPrint3D() : m_pAPI(NULL), m_uLogoToDisplay(ePVRTPrint3DLogoNone), m_pwFacesFont(NULL), m_pPrint3dVtx(NULL), m_bTexturesSet(false), m_pVtxCache(NULL), m_nVtxCache(0),
127 @fn ~CPVRTPrint3D
130 CPVRTPrint3D::~CPVRTPrint3D()
149 bool CPVRTPrint3D::ReadMetaBlock(const PVRTuint8** pDataCursor)
221 bool CPVRTPrint3D::LoadFontData( const PVRTextureHeaderV3* texHeader, CPVRTMap<PVRTuint32, CPVRTMap<PVRTuint32, MetaDataBlock> >& MetaDataMap )
292 PVRTuint32 CPVRTPrint3D::FindCharacter(PVRTuint32 character) const
309 void CPVRTPrint3D::ApplyKerning(const PVRTuint32 cA, const PVRTuint32 cB, float& fOffset) const
331 EPVRTError CPVRTPrint3D::SetTextures(
378 EPVRTError CPVRTPrint3D::SetTextures(
493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate)
498 PVRTErrorOutputDebug("DisplayWindow : You must call CPVRTPrint3D::SetTextures(...) before using this function.\n");
542 CPVRTPrint3D::SetTextures(...) must have been called
546 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...)
612 However, CPVRTPrint3D::SetTextures(...) must have been called
616 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...)
665 EPVRTError CPVRTPrint3D::DisplayDefaultTitle(const char * const pszTitle, const char * const pszDescription, const unsigned int uDisplayLogo)
710 void CPVRTPrint3D::MeasureText(
771 void CPVRTPrint3D::MeasureText(
789 void CPVRTPrint3D::MeasureText(
819 void CPVRTPrint3D::GetAspectRatio(unsigned int *dwScreenX, unsigned int *dwScreenY)
843 unsigned int CPVRTPrint3D::UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsigned int Colour, const CPVRTArray<PVRTuint32>& Text, SPVRTPrint3DAPIVertex * const pVertices)
946 bool CPVRTPrint3D::DrawLine(SPVRTPrint3DAPIVertex *pVtx, unsigned int nVertices)
985 void CPVRTPrint3D::SetProjection(const PVRTMat4& mProj)
995 void CPVRTPrint3D::SetModelView(const PVRTMat4& mModelView)
1007 void CPVRTPrint3D::SetFiltering(ETextureFilter eMin, ETextureFilter eMag, ETextureFilter eMip)
1023 unsigned int CPVRTPrint3D::GetFontAscent()
1034 unsigned int CPVRTPrint3D::GetFontLineSpacing()