Home | History | Annotate | Download | only in Tools

Lines Matching refs:YPos

836  @param[in]			YPos
843 unsigned int CPVRTPrint3D::UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsigned int Colour, const CPVRTArray<PVRTuint32>& Text, SPVRTPrint3DAPIVertex * const pVertices)
852 YPos *= ((float)m_ui32ScreenDim[1] / 480.0f);
855 YPos -= m_uiAscent * fScale;
857 YPos = PVRTMakeWhole(YPos);
877 YPos -= PVRTMakeWhole(m_uiNextLineH * fScale);
902 pVertices[VertexCount+0].sy = f2vt(YPos + fYOffset);
909 pVertices[VertexCount+1].sy = f2vt(YPos + fYOffset);
916 pVertices[VertexCount+2].sy = f2vt(YPos + fYOffset - PVRTMakeWhole(m_pRects[uiIdx].nH * fScale));
923 pVertices[VertexCount+3].sy = f2vt(YPos + fYOffset - PVRTMakeWhole(m_pRects[uiIdx].nH * fScale));