Home | History | Annotate | Download | only in Tools

Lines Matching refs:Print3D

29 /* Print3D texture data */
322 @param[in] bRotate Rotate print3D by 90 degrees
323 @param[in] bMakeCopy This instance of Print3D creates a copy
369 @param[in] bRotate Rotate print3D by 90 degrees
370 @param[in] bMakeCopy This instance of Print3D creates a copy
376 data. Should be called only once for a Print3D object.
483 @fn Print3D
493 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const CPVRTArray<PVRTuint32>& UTF32, bool bUpdate)
534 @fn Print3D
546 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const wchar_t * const pszFormat, ...)
599 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate);
616 EPVRTError CPVRTPrint3D::Print3D(float fPosX, float fPosY, const float fScale, unsigned int Colour, const char * const pszFormat, ...)
650 return Print3D(fPosX, fPosY, fScale, Colour, m_CachedUTF32, bUpdate);
674 if(Print3D(0.0f, -1.0f, 1.0f, PVRTRGBA(255, 255, 255, 255), pszTitle) != PVR_SUCCESS)
691 if(Print3D(0.0f, fY, 0.8f, PVRTRGBA(255, 255, 255, 255), pszDescription) != PVR_SUCCESS)
817 @brief Returns the current resolution used by Print3D
956 _RPT1(_CRT_WARN, "Print3D: Out of space to cache text! (More than %d vertices!)\n", MAX_CACHED_VTX);
973 _RPT1(_CRT_WARN, "Print3D: TextCache increased to %d vertices.\n", m_nVtxCacheMax);
1004 Print3D will attempt to pick the best method by default