Home
last modified time | relevance | path

Searched refs:m_fTexH (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp106 …_pUVs(NULL), m_pKerningPairs(NULL), m_pCharMatrics(NULL), m_fTexW(0.0f), m_fTexH(0.0f), m_pRects(N… in CPVRTPrint3D()
224 m_fTexH = (float)texHeader->u32Height; in LoadFontData()
278 m_pUVs[uiChar].fVT = m_pRects[uiChar].nY / m_fTexH; in LoadFontData()
279 m_pUVs[uiChar].fVB = m_pUVs[uiChar].fVT + m_pRects[uiChar].nH / m_fTexH; in LoadFontData()
DPVRTPrint3D.h447 float m_fTexH; variable