Searched refs:pfWidth (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 711 float * const pfWidth, in MeasureText() argument 718 if(pfWidth) in MeasureText() 719 *pfWidth = 0; in MeasureText() 757 if(pfWidth) in MeasureText() 758 *pfWidth = fMaxLength * fScale; in MeasureText() 772 float * const pfWidth, in MeasureText() argument 779 MeasureText(pfWidth,pfHeight,fScale,m_CachedUTF32); in MeasureText() 790 float * const pfWidth, in MeasureText() argument 810 MeasureText(pfWidth,pfHeight,fScale,m_CachedUTF32); in MeasureText()
|
D | PVRTPrint3D.h | 217 float * const pfWidth, 231 float * const pfWidth, 348 float * const pfWidth,
|