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

(e4657a741c23c8f48e0e97ae2091dc2d99f4f27d)

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 36 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 312 of file JBig2_Image_unittest.cpp.

◆ TEST() [3/13]

TEST ( fxcodec ,
JBig2EmptyImage  )

Definition at line 165 of file JBig2_Image_unittest.cpp.

◆ TEST() [4/13]

TEST ( fxcodec ,
JBig2ImageCreate  )

Definition at line 54 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 90 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 109 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 101 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 83 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 117 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 140 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 153 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 129 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 195 of file JBig2_Image_unittest.cpp.