Home | History | Annotate | Download | only in Tools

Lines Matching full:xdim

701  @Input			XDim X dimension of the texture
709 const int XDim,
717 int XTrueDim = PVRT_MAX(XDim,((Do2bitMode==1)?16:8));
721 if(XTrueDim!=XDim || YTrueDim!=YDim)
730 if(XTrueDim!=XDim || YTrueDim!=YDim)
733 for (int x=0; x<XDim; ++x)
737 ((Pixel32*)pResultImage)[x+y*XDim]=pDecompressedData[x+y*XTrueDim];