![]() |
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/skia/fx_skia_device.h"#include <memory>#include <set>#include <utility>#include "core/fpdfapi/page/cpdf_page.h"#include "core/fpdfapi/render/cpdf_pagerendercontext.h"#include "core/fxcrt/fx_codepage.h"#include "core/fxge/cfx_defaultrenderdevice.h"#include "core/fxge/cfx_fillrenderoptions.h"#include "core/fxge/cfx_font.h"#include "core/fxge/cfx_graphstatedata.h"#include "core/fxge/cfx_path.h"#include "core/fxge/cfx_renderdevice.h"#include "core/fxge/cfx_textrenderoptions.h"#include "core/fxge/dib/cfx_dibitmap.h"#include "core/fxge/text_char_pos.h"#include "fpdfsdk/cpdfsdk_helpers.h"#include "fpdfsdk/cpdfsdk_renderpage.h"#include "public/cpp/fpdf_scopers.h"#include "public/fpdfview.h"#include "testing/embedder_test.h"#include "testing/gmock/include/gmock/gmock.h"#include "testing/gtest/include/gtest/gtest.h"#include "third_party/skia/include/core/SkCanvas.h"#include "third_party/skia/include/core/SkImage.h"#include "third_party/skia/include/core/SkSize.h"#include "third_party/skia/include/utils/SkNoDrawCanvas.h"Go to the source code of this file.
Functions | |
| TEST (fxge, SkiaStateEmpty) | |
| TEST (fxge, SkiaStatePath) | |
| TEST (fxge, SkiaStateText) | |
| TEST (fxge, SkiaStateOOSClip) | |
| TEST_F (FxgeSkiaEmbedderTest, RenderBigImageTwice) | |
| TEST | ( | fxge | , |
| SkiaStateEmpty | ) |
Definition at line 208 of file fx_skia_device_embeddertest.cpp.
| TEST | ( | fxge | , |
| SkiaStateOOSClip | ) |
Definition at line 244 of file fx_skia_device_embeddertest.cpp.
| TEST | ( | fxge | , |
| SkiaStatePath | ) |
Definition at line 215 of file fx_skia_device_embeddertest.cpp.
| TEST | ( | fxge | , |
| SkiaStateText | ) |
Definition at line 232 of file fx_skia_device_embeddertest.cpp.
| TEST_F | ( | FxgeSkiaEmbedderTest | , |
| RenderBigImageTwice | ) |
Definition at line 251 of file fx_skia_device_embeddertest.cpp.
References CFX_DefaultRenderDevice::UseSkiaRenderer().