Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Namespaces | |
namespace | access_permissions |
namespace | agg |
namespace | annotation |
namespace | annotation_flags |
namespace | appearance |
namespace | arabic |
namespace | ascii |
namespace | font_encodings |
namespace | form_fields |
namespace | form_flags |
namespace | fxjse |
namespace | internal |
namespace | page_object |
namespace | stream |
namespace | transparency |
namespace | unicode |
Classes | |
class | CFX_AggDeviceDriver |
struct | DecodeTestData |
struct | FreeDeleter |
struct | NullTermWstrFuncTestData |
struct | StrFuncTestData |
class | SurrogatePair |
Typedefs | |
using | CodePointView = WideStringView |
Functions | |
template<typename T , typename... Args> | |
RetainPtr< T > | MakeRetain (Args &&... args) |
template<typename T > | |
RetainPtr< T > | WrapRetain (T *that) |
template<typename T > | |
UnownedPtr< T > | WrapUnowned (T *that) |
const char * | AnnotationStampWithApChecksum () |
const char * | Bug890322Checksum () |
const char * | HelloWorldChecksum () |
const char * | HelloWorldRemovedChecksum () |
const char * | ManyRectanglesChecksum () |
const char * | RectanglesChecksum () |
const char * | TextFormChecksum () |
constexpr bool | IsSupplementary (char32_t code_point) |
constexpr bool | IsHighSurrogate (char32_t code_point) |
constexpr bool | IsLowSurrogate (char32_t code_point) |
TEST (SurrogatePairTest, RoundTrip) | |
void | ConfigurePartitionAllocShimPartitionForTest () |
Variables | |
const char | kBlankPage612By792Checksum [] = "1940568c9ba33bac5d0b1ee9558c76b3" |
constexpr int | kSurrogateBits = 10 |
constexpr char16_t | kSurrogateMask = (1 << kSurrogateBits) - 1 |
constexpr char32_t | kMinimumSupplementaryCodePoint = 0x10000 |
constexpr char32_t | kMaximumSupplementaryCodePoint |
constexpr char16_t | kMinimumHighSurrogateCodeUnit = 0xd800 |
constexpr char16_t | kMaximumHighSurrogateCodeUnit |
constexpr char16_t | kMinimumLowSurrogateCodeUnit |
constexpr char16_t | kMaximumLowSurrogateCodeUnit |
using pdfium::CodePointView = WideStringView |
Definition at line 86 of file code_point_view.h.
const char * pdfium::AnnotationStampWithApChecksum | ( | ) |
Definition at line 12 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F(), TEST_F(), TEST_F(), and TEST_F().
const char * pdfium::Bug890322Checksum | ( | ) |
Definition at line 31 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F().
void pdfium::ConfigurePartitionAllocShimPartitionForTest | ( | ) |
Definition at line 14 of file allocator_shim_config.cpp.
const char * pdfium::HelloWorldChecksum | ( | ) |
Definition at line 38 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
const char * pdfium::HelloWorldRemovedChecksum | ( | ) |
Definition at line 55 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F().
|
constexpr |
Definition at line 49 of file utf16.h.
References kMaximumHighSurrogateCodeUnit, and kMinimumHighSurrogateCodeUnit.
Referenced by fxcrt::TEST().
|
constexpr |
Definition at line 55 of file utf16.h.
References kMaximumLowSurrogateCodeUnit, and kMinimumLowSurrogateCodeUnit.
Referenced by fxcrt::TEST().
|
constexpr |
Definition at line 43 of file utf16.h.
References kMaximumSupplementaryCodePoint, and kMinimumSupplementaryCodePoint.
RetainPtr< T > pdfium::MakeRetain | ( | Args &&... | args | ) |
Definition at line 209 of file retain_ptr.h.
const char * pdfium::ManyRectanglesChecksum | ( | ) |
Definition at line 72 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F(), TEST_F(), and TEST_F().
const char * pdfium::RectanglesChecksum | ( | ) |
Definition at line 79 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F(), TEST_F(), TEST_F(), TEST_F(), TEST_F(), and TEST_F().
pdfium::TEST | ( | SurrogatePairTest | , |
RoundTrip | ) |
Definition at line 48 of file utf16_unittest.cpp.
References pdfium::SurrogatePair::SurrogatePair(), pdfium::SurrogatePair::SurrogatePair(), pdfium::SurrogatePair::high(), kMaximumSupplementaryCodePoint, kMinimumSupplementaryCodePoint, pdfium::SurrogatePair::low(), and pdfium::SurrogatePair::ToCodePoint().
const char * pdfium::TextFormChecksum | ( | ) |
Definition at line 86 of file embedder_test_constants.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().
Referenced by TEST_F(), TEST_F(), and TEST_F().
RetainPtr< T > pdfium::WrapRetain | ( | T * | that | ) |
Definition at line 216 of file retain_ptr.h.
UnownedPtr< T > pdfium::WrapUnowned | ( | T * | that | ) |
Definition at line 191 of file unowned_ptr.h.
const char pdfium::kBlankPage612By792Checksum = "1940568c9ba33bac5d0b1ee9558c76b3" |
|
inlineconstexpr |
Definition at line 30 of file utf16.h.
Referenced by IsHighSurrogate(), and fxcrt::TEST().
|
inlineconstexpr |
Definition at line 38 of file utf16.h.
Referenced by IsLowSurrogate(), and fxcrt::TEST().
|
inlineconstexpr |
Definition at line 22 of file utf16.h.
Referenced by IsSupplementary(), and TEST().
|
inlineconstexpr |
Definition at line 27 of file utf16.h.
Referenced by IsHighSurrogate(), and fxcrt::TEST().
|
inlineconstexpr |
Definition at line 34 of file utf16.h.
Referenced by IsLowSurrogate(), and fxcrt::TEST().
|
inlineconstexpr |
Definition at line 19 of file utf16.h.
Referenced by IsSupplementary(), fxcrt::TEST(), TEST(), and pdfium::SurrogatePair::ToCodePoint().
|
inlineconstexpr |
Definition at line 13 of file utf16.h.
Referenced by pdfium::SurrogatePair::ToCodePoint().
|
inlineconstexpr |
Definition at line 16 of file utf16.h.
Referenced by pdfium::SurrogatePair::ToCodePoint().