![]() |
XII Release 0.1.0
|
This is the complete list of members for xiiImageUtils, including all inherited members.
AdjustRoughness(xiiImage &ref_roughnessMap, const xiiImageView &normalMap) | xiiImageUtils | static |
BilinearSample(const xiiImageView &image, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv) | xiiImageUtils | static |
BilinearSample(const xiiColor *pPixelPointer, xiiUInt32 uiWidth, xiiUInt32 uiHeight, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv) | xiiImageUtils | static |
ChangeExposure(xiiImage &ref_image, float fBias) | xiiImageUtils | static |
ComputeImageDifferenceABS(const xiiImageView &imageA, const xiiImageView &imageB, xiiImage &out_difference) | xiiImageUtils | static |
ComputeImageDifferenceABSRelaxed(const xiiImageView &imageA, const xiiImageView &imageB, xiiImage &out_difference) | xiiImageUtils | static |
ComputeMeanSquareError(const xiiImageView &differenceImage, xiiUInt8 uiBlockSize, xiiUInt32 uiOffsetx, xiiUInt32 uiOffsety) | xiiImageUtils | static |
ComputeMeanSquareError(const xiiImageView &differenceImage, xiiUInt8 uiBlockSize) | xiiImageUtils | static |
Copy(const xiiImageView &srcImg, const xiiRectU32 &srcRect, xiiImage &ref_dstImg, const xiiVec3U32 &vDstOffset, xiiUInt32 uiDstMipLevel=0, xiiUInt32 uiDstFace=0, xiiUInt32 uiDstArrayIndex=0) | xiiImageUtils | static |
CopyChannel(xiiImage &ref_dstImg, xiiUInt8 uiDstChannelIdx, const xiiImage &srcImg, xiiUInt8 uiSrcChannelIdx) | xiiImageUtils | static |
CreateCubemapFrom6Files(xiiImage &ref_dstImg, const xiiImageView *pSourceImages) | xiiImageUtils | static |
CreateCubemapFromSingleFile(xiiImage &ref_dstImg, const xiiImageView &srcImg) | xiiImageUtils | static |
CreateImageDiffHtml(xiiStringBuilder &out_sHtml, xiiStringView sTitle, const xiiImage &referenceImgRgb, const xiiImage &referenceImgAlpha, const xiiImage &capturedImgRgb, const xiiImage &capturedImgAlpha, const xiiImage &diffImgRgb, const xiiImage &diffImgAlpha, xiiUInt32 uiError, xiiUInt32 uiThreshold, xiiUInt8 uiMinDiffRgb, xiiUInt8 uiMaxDiffRgb, xiiUInt8 uiMinDiffAlpha, xiiUInt8 uiMaxDiffAlpha) | xiiImageUtils | static |
CreateVolumeTextureFromSingleFile(xiiImage &ref_dstImg, const xiiImageView &srcImg) (defined in xiiImageUtils) | xiiImageUtils | static |
CropImage(const xiiImageView &input, const xiiVec2I32 &vOffset, const xiiSizeU32 &newsize, xiiImage &ref_output) | xiiImageUtils | static |
EmbedImageData(xiiStringBuilder &out_sHtml, const xiiImage &image) | xiiImageUtils | static |
ExtractAlphaChannel(const xiiImageView &inputImage, xiiImage &ref_outputImage) | xiiImageUtils | static |
ExtractLowerMipChain(const xiiImageView &src, xiiImage &ref_dst, xiiUInt32 uiNumMips) | xiiImageUtils | static |
GenerateMipMaps(const xiiImageView &source, xiiImage &ref_target, const MipMapOptions &options) | xiiImageUtils | static |
GetSampleIndex(xiiUInt32 uiNumTexels, xiiInt32 iIndex, xiiImageAddressMode::Enum addressMode, bool &out_bUseBorderColor) (defined in xiiImageUtils) | xiiImageUtils | static |
NearestSample(const xiiImageView &image, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv) | xiiImageUtils | static |
NearestSample(const xiiColor *pPixelPointer, xiiUInt32 uiWidth, xiiUInt32 uiHeight, xiiImageAddressMode::Enum addressMode, xiiVec2 vUv) | xiiImageUtils | static |
Normalize(xiiImage &ref_image) | xiiImageUtils | static |
Normalize(xiiImage &ref_image, xiiUInt8 &ref_uiMinRgb, xiiUInt8 &ref_uiMaxRgb, xiiUInt8 &ref_uiMinAlpha, xiiUInt8 &ref_uiMaxAlpha) (defined in xiiImageUtils) | xiiImageUtils | static |
ReconstructNormalZ(xiiImage &ref_source) | xiiImageUtils | static |
RenormalizeNormalMap(xiiImage &ref_image) | xiiImageUtils | static |
RotateSubImage180(xiiImage &ref_image, xiiUInt32 uiMipLevel=0, xiiUInt32 uiFace=0, xiiUInt32 uiArrayIndex=0) | xiiImageUtils | static |
Scale(const xiiImageView &source, xiiImage &ref_target, xiiUInt32 uiWidth, xiiUInt32 uiHeight, const xiiImageFilter *pFilter=nullptr, xiiImageAddressMode::Enum addressModeU=xiiImageAddressMode::Clamp, xiiImageAddressMode::Enum addressModeV=xiiImageAddressMode::Clamp, const xiiColor &borderColor=xiiColor::Black) | xiiImageUtils | static |
Scale3D(const xiiImageView &source, xiiImage &ref_target, xiiUInt32 uiWidth, xiiUInt32 uiHeight, xiiUInt32 uiDepth, const xiiImageFilter *pFilter=nullptr, xiiImageAddressMode::Enum addressModeU=xiiImageAddressMode::Clamp, xiiImageAddressMode::Enum addressModeV=xiiImageAddressMode::Clamp, xiiImageAddressMode::Enum addressModeW=xiiImageAddressMode::Clamp, const xiiColor &borderColor=xiiColor::Black) | xiiImageUtils | static |