Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp106 …uiPrevCol(0), m_pUVs(NULL), m_pKerningPairs(NULL), m_pCharMatrics(NULL), m_fTexW(0.0f), m_fTexH(0.… in CPVRTPrint3D()
223 m_fTexW = (float)texHeader->u32Width; in LoadFontData()
276 m_pUVs[uiChar].fUL = m_pRects[uiChar].nX / m_fTexW; in LoadFontData()
277 m_pUVs[uiChar].fUR = m_pUVs[uiChar].fUL + m_pRects[uiChar].nW / m_fTexW; in LoadFontData()
DPVRTPrint3D.h446 float m_fTexW; variable