Lines Matching refs:nBytes
271 virtual bool Skip(const unsigned int nBytes) = 0;
395 virtual bool Skip(const unsigned int nBytes);
482 bool CSourceStream::Skip(const unsigned int nBytes) in Skip() argument
484 if (m_BytesReadCount + nBytes > m_pFile->Size()) return false; in Skip()
485 m_BytesReadCount += nBytes; in Skip()
502 virtual bool Skip(const unsigned int nBytes);
556 bool CSourceResource::Skip(const unsigned int nBytes) in Skip() argument
558 if(m_nReadPos + nBytes > m_nSize) in Skip()
561 m_nReadPos += nBytes; in Skip()
3482 PVRTuint32 nStride, nOffset, nBytes; local
3529 for(nBytes = 4; nBytes > 0; nBytes >>= 1)
3531 if(PVRTModelPODDataTypeSize(mesh.sVertex.eType) == nBytes)
3534 if(PVRTModelPODDataTypeSize(mesh.sNormals.eType) == nBytes)
3537 if(PVRTModelPODDataTypeSize(mesh.sTangents.eType) == nBytes)
3540 if(PVRTModelPODDataTypeSize(mesh.sBinormals.eType) == nBytes)
3543 if(PVRTModelPODDataTypeSize(mesh.sVtxColours.eType) == nBytes)
3548 if(PVRTModelPODDataTypeSize(mesh.psUVW[i].eType) == nBytes)
3552 if(PVRTModelPODDataTypeSize(mesh.sBoneIdx.eType) == nBytes)
3555 if(PVRTModelPODDataTypeSize(mesh.sBoneWeight.eType) == nBytes)