Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
JBig2_Image_unittest.cpp File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

+ Include dependency graph for JBig2_Image_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (fxcodec, EmptyImage)
 
 TEST (fxcodec, JBig2ImageCreate)
 
 TEST (fxcodec, JBig2ImageCreateTooBig)
 
 TEST (fxcodec, JBig2ImageCreateExternal)
 
 TEST (fxcodec, JBig2ImageCreateExternalTooBig)
 
 TEST (fxcodec, JBig2ImageCreateExternalBadStride)
 
 TEST (fxcodec, JBig2ImageExpand)
 
 TEST (fxcodec, JBig2ImageExpandTooBig)
 
 TEST (fxcodec, JBig2ImageExpandExternal)
 
 TEST (fxcodec, JBig2ImageExpandExternalTooBig)
 
 TEST (fxcodec, JBig2EmptyImage)
 
 TEST (fxcodec, JBig2SubImage)
 
 TEST (fxcodec, JBig2CopyLine)
 

Function Documentation

◆ TEST() [1/13]

TEST ( fxcodec ,
EmptyImage  )

Definition at line 35 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::CJBig2_Image(), CJBig2_Image::GetLine(), CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [2/13]

TEST ( fxcodec ,
JBig2CopyLine  )

Definition at line 311 of file JBig2_Image_unittest.cpp.

◆ TEST() [3/13]

TEST ( fxcodec ,
JBig2EmptyImage  )

Definition at line 164 of file JBig2_Image_unittest.cpp.

◆ TEST() [4/13]

TEST ( fxcodec ,
JBig2ImageCreate  )

Definition at line 53 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::CJBig2_Image(), CJBig2_Image::GetLine(), CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [5/13]

TEST ( fxcodec ,
JBig2ImageCreateExternal  )

Definition at line 89 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [6/13]

TEST ( fxcodec ,
JBig2ImageCreateExternalBadStride  )

Definition at line 108 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::data(), CJBig2_Image::height(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [7/13]

TEST ( fxcodec ,
JBig2ImageCreateExternalTooBig  )

Definition at line 100 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::data(), CJBig2_Image::height(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [8/13]

TEST ( fxcodec ,
JBig2ImageCreateTooBig  )

Definition at line 82 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::CJBig2_Image(), CJBig2_Image::data(), CJBig2_Image::height(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [9/13]

TEST ( fxcodec ,
JBig2ImageExpand  )

Definition at line 116 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::CJBig2_Image(), CJBig2_Image::Expand(), CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [10/13]

TEST ( fxcodec ,
JBig2ImageExpandExternal  )

Definition at line 139 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::Expand(), CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [11/13]

TEST ( fxcodec ,
JBig2ImageExpandExternalTooBig  )

Definition at line 152 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::Expand(), CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [12/13]

TEST ( fxcodec ,
JBig2ImageExpandTooBig  )

Definition at line 128 of file JBig2_Image_unittest.cpp.

References CJBig2_Image::CJBig2_Image(), CJBig2_Image::Expand(), CJBig2_Image::GetPixel(), CJBig2_Image::height(), CJBig2_Image::SetPixel(), and CJBig2_Image::width().

+ Here is the call graph for this function:

◆ TEST() [13/13]

TEST ( fxcodec ,
JBig2SubImage  )

Definition at line 194 of file JBig2_Image_unittest.cpp.