![]() |
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/fxge/win32/cfx_psrenderer.h"#include <optional>#include <utility>#include "core/fxcrt/bytestring.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fx_coordinates.h"#include "core/fxcrt/fx_stream.h"#include "core/fxcrt/retain_ptr.h"#include "core/fxcrt/span.h"#include "core/fxge/dib/cfx_dibitmap.h"#include "core/fxge/dib/fx_dib.h"#include "core/fxge/win32/cfx_psfonttracker.h"#include "testing/gtest/include/gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (PSRendererTest, GenerateType42SfntData) | |
| TEST (PSRendererTest, GenerateType42FontDictionary) | |
| TEST (PSRendererTest, DrawDIBits) | |
| TEST | ( | PSRendererTest | , |
| DrawDIBits | ) |
Definition at line 83 of file cfx_psrenderer_unittest.cpp.
| TEST | ( | PSRendererTest | , |
| GenerateType42FontDictionary | ) |
Definition at line 67 of file cfx_psrenderer_unittest.cpp.
| TEST | ( | PSRendererTest | , |
| GenerateType42SfntData | ) |
Definition at line 45 of file cfx_psrenderer_unittest.cpp.