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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 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))
    [all...]
PVRTPrint3D.h 272 @param[in] YPos
279 unsigned int UpdateLine(const float fZPos, float XPos, float YPos, const float fScale, const unsigned int Colour, const CPVRTArray<PVRTuint32>& Text, SPVRTPrint3DAPIVertex * const pVertices);
PVRTDecompress.cpp 362 @Input yPos The y Position within the current word.
367 static PVRTint32 getModulationValues(PVRTint32 i32ModulationValues[16][8],PVRTint32 i32ModulationModes[16][8],PVRTuint32 xPos,PVRTuint32 yPos,PVRTuint8 ui8Bpp)
374 if(i32ModulationModes[xPos][yPos]==0)
376 return RepVals0[i32ModulationValues[xPos][yPos]];
381 if(((xPos^yPos)&1)==0)
383 return RepVals0[i32ModulationValues[xPos][yPos]];
388 else if(i32ModulationModes[xPos][yPos] == 1)
390 return (RepVals0[i32ModulationValues[xPos][yPos-1]] +
391 RepVals0[i32ModulationValues[xPos][yPos+1]] +
392 RepVals0[i32ModulationValues[xPos-1][yPos]] +
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c     [all...]
lnc_hostcode.h 434 IMG_UINT32 YPos;

Completed in 117 milliseconds