Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp862 float fAOff; in UpdateLine() local
893fAOff = PVRTMakeWhole(m_pCharMatrics[uiIdx].nXOff * fScale); // The A offset. Could include o… in UpdateLine()
901 pVertices[VertexCount+0].sx = f2vt(XPos + fAOff); in UpdateLine()
908 pVertices[VertexCount+1].sx = f2vt(XPos + fAOff + PVRTMakeWhole(m_pRects[uiIdx].nW * fScale)); in UpdateLine()
915 pVertices[VertexCount+2].sx = f2vt(XPos + fAOff); in UpdateLine()
922 pVertices[VertexCount+3].sx = f2vt(XPos + fAOff + PVRTMakeWhole(m_pRects[uiIdx].nW * fScale)); in UpdateLine()