Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPrint3D.cpp843 unsigned int CPVRTPrint3D::UpdateLine(const float fZPos, float XPos, float YPos, const float fScale… in UpdateLine() argument
852 YPos *= ((float)m_ui32ScreenDim[1] / 480.0f); in UpdateLine()
855 YPos -= m_uiAscent * fScale; in UpdateLine()
857 YPos = PVRTMakeWhole(YPos); in UpdateLine()
877 YPos -= PVRTMakeWhole(m_uiNextLineH * fScale); in UpdateLine()
902 pVertices[VertexCount+0].sy = f2vt(YPos + fYOffset); in UpdateLine()
909 pVertices[VertexCount+1].sy = f2vt(YPos + fYOffset); in UpdateLine()
916 pVertices[VertexCount+2].sy = f2vt(YPos + fYOffset - PVRTMakeWhole(m_pRects[uiIdx].nH * fScale)); in UpdateLine()
923 pVertices[VertexCount+3].sy = f2vt(YPos + fYOffset - PVRTMakeWhole(m_pRects[uiIdx].nH * fScale)); in UpdateLine()
DPVRTDecompress.cpp533 static PVRTuint32 TwiddleUV(PVRTuint32 XSize, PVRTuint32 YSize, PVRTuint32 XPos, PVRTuint32 YPos) in TwiddleUV() argument
537 PVRTuint32 MaxValue=YPos; in TwiddleUV()
544 _ASSERT(YPos < YSize); in TwiddleUV()
559 if(YPos & SrcBitPos) in TwiddleUV()
DPVRTPrint3D.h279 …unsigned int UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsig…