OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFPF_SkiaDeviceModule
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxge/android/
cfpf_skiadevicemodule.cpp
7
#include "core/fxge/android/
cfpf_skiadevicemodule
.h"
16
CFPF_SkiaDeviceModule
* gs_pPFModule = nullptr;
20
CFPF_SkiaDeviceModule
* CFPF_GetSkiaDeviceModule() {
22
gs_pPFModule = new
CFPF_SkiaDeviceModule
;
26
CFPF_SkiaDeviceModule
::
CFPF_SkiaDeviceModule
() {}
28
CFPF_SkiaDeviceModule
::~
CFPF_SkiaDeviceModule
() {}
30
void
CFPF_SkiaDeviceModule
::Destroy() {
35
CFPF_SkiaFontMgr*
CFPF_SkiaDeviceModule
::GetFontMgr()
[
all
...]
cfpf_skiadevicemodule.h
14
class
CFPF_SkiaDeviceModule
{
16
CFPF_SkiaDeviceModule
();
17
~
CFPF_SkiaDeviceModule
();
26
CFPF_SkiaDeviceModule
* CFPF_GetSkiaDeviceModule();
fx_android_imp.cpp
12
#include "core/fxge/android/
cfpf_skiadevicemodule
.h"
18
CFPF_SkiaDeviceModule
* pDeviceModule = CFPF_GetSkiaDeviceModule();
33
static_cast<
CFPF_SkiaDeviceModule
*>(m_pPlatformData)->Destroy();
Completed in 1328 milliseconds