HomeSort by relevance Sort by last modified time
    Searched refs:m_fTexH (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 447 float m_fTexH;
PVRTPrint3D.cpp 106 m_fPrevY(0.0f), m_uiPrevCol(0), m_pUVs(NULL), m_pKerningPairs(NULL), m_pCharMatrics(NULL), m_fTexW(0.0f), m_fTexH(0.0f), m_pRects(NULL), m_pYOffsets(NULL),
224 m_fTexH = (float)texHeader->u32Height;
278 m_pUVs[uiChar].fVT = m_pRects[uiChar].nY / m_fTexH;
279 m_pUVs[uiChar].fVB = m_pUVs[uiChar].fVT + m_pRects[uiChar].nH / m_fTexH;
    [all...]

Completed in 62 milliseconds