OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFPF_SkiaDeviceModule
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxge/android/
cfpf_skiadevicemodule.h
12
class
CFPF_SkiaDeviceModule
{
14
CFPF_SkiaDeviceModule
() : m_pFontMgr(nullptr) {}
15
~
CFPF_SkiaDeviceModule
();
24
CFPF_SkiaDeviceModule
* CFPF_GetSkiaDeviceModule();
cfpf_skiadevicemodule.cpp
7
#include "core/fxge/android/
cfpf_skiadevicemodule
.h"
13
CFPF_SkiaDeviceModule
* gs_pPFModule = nullptr;
17
CFPF_SkiaDeviceModule
* CFPF_GetSkiaDeviceModule() {
19
gs_pPFModule = new
CFPF_SkiaDeviceModule
;
23
CFPF_SkiaDeviceModule
::~
CFPF_SkiaDeviceModule
() {
27
void
CFPF_SkiaDeviceModule
::Destroy() {
32
CFPF_SkiaFontMgr*
CFPF_SkiaDeviceModule
::GetFontMgr() {
Completed in 56 milliseconds