Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fx_skia_device_embeddertest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#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"
+ Include dependency graph for fx_skia_device_embeddertest.cpp:

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)
 

Function Documentation

◆ TEST() [1/4]

TEST ( fxge ,
SkiaStateEmpty  )

Definition at line 209 of file fx_skia_device_embeddertest.cpp.

◆ TEST() [2/4]

TEST ( fxge ,
SkiaStateOOSClip  )

Definition at line 245 of file fx_skia_device_embeddertest.cpp.

◆ TEST() [3/4]

TEST ( fxge ,
SkiaStatePath  )

Definition at line 216 of file fx_skia_device_embeddertest.cpp.

◆ TEST() [4/4]

TEST ( fxge ,
SkiaStateText  )

Definition at line 233 of file fx_skia_device_embeddertest.cpp.

◆ TEST_F()

TEST_F ( FxgeSkiaEmbedderTest ,
RenderBigImageTwice  )

Definition at line 252 of file fx_skia_device_embeddertest.cpp.

References CFX_DefaultRenderDevice::UseSkiaRenderer().

+ Here is the call graph for this function: