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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.h 446 float m_fTexW;
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),
223 m_fTexW = (float)texHeader->u32Width;
276 m_pUVs[uiChar].fUL = m_pRects[uiChar].nX / m_fTexW;
277 m_pUVs[uiChar].fUR = m_pUVs[uiChar].fUL + m_pRects[uiChar].nW / m_fTexW;
    [all...]

Completed in 78 milliseconds