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/cfx_windowsrenderdevice.h"
#include <windows.h>
#include <memory>
#include "core/fxge/cfx_fillrenderoptions.h"
#include "core/fxge/cfx_path.h"
#include "core/fxge/win32/cfx_psfonttracker.h"
#include "testing/embedder_test.h"
#include "testing/gtest/include/gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | CFX_WindowsRenderDeviceTest |
Functions | |
TEST_F (CFX_WindowsRenderDeviceTest, SimpleClipTriangle) | |
TEST_F (CFX_WindowsRenderDeviceTest, SimpleClipRect) | |
TEST_F (CFX_WindowsRenderDeviceTest, GargantuanClipRect) | |
TEST_F (CFX_WindowsRenderDeviceTest, GargantuanClipRectWithBaseClip) | |
TEST_F | ( | CFX_WindowsRenderDeviceTest | , |
GargantuanClipRect | ) |
Definition at line 72 of file cfx_windowsrenderdevice_embeddertest.cpp.
References CFX_Path::AppendRect(), and CFX_Path::ClosePath().
TEST_F | ( | CFX_WindowsRenderDeviceTest | , |
GargantuanClipRectWithBaseClip | ) |
Definition at line 86 of file cfx_windowsrenderdevice_embeddertest.cpp.
References FX_RECT::FX_RECT(), CFX_Path::AppendRect(), and CFX_Path::ClosePath().
TEST_F | ( | CFX_WindowsRenderDeviceTest | , |
SimpleClipRect | ) |
Definition at line 63 of file cfx_windowsrenderdevice_embeddertest.cpp.
References CFX_Path::AppendRect(), and CFX_Path::ClosePath().
TEST_F | ( | CFX_WindowsRenderDeviceTest | , |
SimpleClipTriangle | ) |
Definition at line 49 of file cfx_windowsrenderdevice_embeddertest.cpp.
References CFX_Path::AppendLine(), and CFX_Path::ClosePath().