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
cfx_psrenderer_unittest.cpp File Reference

(9c1f44f67466fea2fb20bb6f31fea388d8c65961)

#include "core/fxge/win32/cfx_psrenderer.h"
#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/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"
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for cfx_psrenderer_unittest.cpp:

Go to the source code of this file.

Functions

 TEST (PSRendererTest, GenerateType42SfntData)
 
 TEST (PSRendererTest, GenerateType42FontDictionary)
 
 TEST (PSRendererTest, DrawDIBits)
 

Function Documentation

◆ TEST() [1/3]

TEST ( PSRendererTest ,
DrawDIBits  )

Definition at line 176 of file cfx_psrenderer_unittest.cpp.

References CFX_Matrix::CFX_Matrix(), CFX_PSRenderer::CFX_PSRenderer(), FXDIB_ResampleOptions::FXDIB_ResampleOptions(), fxcrt::ByteString::c_str(), CFX_PSRenderer::DrawDIBits(), CFX_PSRenderer::Init(), k1bppRgb, and CFX_PSRenderer::kLevel2.

+ Here is the call graph for this function:

◆ TEST() [2/3]

TEST ( PSRendererTest ,
GenerateType42FontDictionary  )

Definition at line 77 of file cfx_psrenderer_unittest.cpp.

References FX_RECT::FX_RECT(), and fxcrt::ByteString::c_str().

+ Here is the call graph for this function:

◆ TEST() [3/3]

TEST ( PSRendererTest ,
GenerateType42SfntData  )

Definition at line 45 of file cfx_psrenderer_unittest.cpp.