![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcodec/jbig2/JBig2_Image.h"
#include <stdint.h>
#include "core/fxcrt/compiler_specific.h"
#include "testing/gtest/include/gtest/gtest.h"
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) |
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().
TEST | ( | fxcodec | , |
JBig2CopyLine | ) |
Definition at line 312 of file JBig2_Image_unittest.cpp.
TEST | ( | fxcodec | , |
JBig2EmptyImage | ) |
Definition at line 165 of file JBig2_Image_unittest.cpp.
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().
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().
TEST | ( | fxcodec | , |
JBig2ImageCreateExternalBadStride | ) |
Definition at line 109 of file JBig2_Image_unittest.cpp.
References CJBig2_Image::data(), CJBig2_Image::height(), and CJBig2_Image::width().
TEST | ( | fxcodec | , |
JBig2ImageCreateExternalTooBig | ) |
Definition at line 101 of file JBig2_Image_unittest.cpp.
References CJBig2_Image::data(), CJBig2_Image::height(), and CJBig2_Image::width().
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().
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().
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().
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().
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().
TEST | ( | fxcodec | , |
JBig2SubImage | ) |
Definition at line 195 of file JBig2_Image_unittest.cpp.