Searched refs:XPos (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTPrint3D.cpp | 843 unsigned int CPVRTPrint3D::UpdateLine(const float fZPos, float XPos, float YPos, const float fScale… in UpdateLine() argument 851 XPos *= ((float)m_ui32ScreenDim[0] / 640.0f); in UpdateLine() 859 …float fPreXPos = XPos; // The original offset (after screen scale modification) of the X coordina… in UpdateLine() 876 XPos = fPreXPos; in UpdateLine() 887 XPos += PVRTMakeWhole(m_uiSpaceWidth * fScale); 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() 934 …XPos = XPos + PVRTMakeWhole((m_pCharMatrics[uiIdx].nAdv + fKernOffset) * fScale); // Add on this … in UpdateLine()
|
D | PVRTDecompress.cpp | 533 static PVRTuint32 TwiddleUV(PVRTuint32 XSize, PVRTuint32 YSize, PVRTuint32 XPos, PVRTuint32 YPos) in TwiddleUV() argument 545 _ASSERT(XPos < XSize); in TwiddleUV() 553 MaxValue = XPos; in TwiddleUV() 564 if(XPos & SrcBitPos) in TwiddleUV()
|
D | PVRTPrint3D.h | 279 …unsigned int UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsig…
|