OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPDF_ModuleMgr
(Results
1 - 25
of
33
) sorted by null
1
2
/external/pdfium/core/fpdfapi/
cpdf_modulemgr.cpp
7
#include "core/fpdfapi/
cpdf_modulemgr
.h"
31
CPDF_ModuleMgr
* g_pDefaultMgr = nullptr;
36
CPDF_ModuleMgr
*
CPDF_ModuleMgr
::Get() {
38
g_pDefaultMgr = new
CPDF_ModuleMgr
;
43
void
CPDF_ModuleMgr
::Destroy() {
48
CPDF_ModuleMgr
::
CPDF_ModuleMgr
() {}
50
CPDF_ModuleMgr
::~
CPDF_ModuleMgr
() {}
[
all
...]
cpdf_modulemgr.h
33
class
CPDF_ModuleMgr
{
35
static
CPDF_ModuleMgr
* Get();
60
CPDF_ModuleMgr
();
61
~
CPDF_ModuleMgr
();
/external/pdfium/core/fpdfapi/cmaps/CNS1/
cmaps_cns1.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
41
void
CPDF_ModuleMgr
::LoadEmbeddedCNS1CMaps() {
43
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
/external/pdfium/core/fpdfapi/cmaps/GB1/
cmaps_gb1.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
41
void
CPDF_ModuleMgr
::LoadEmbeddedGB1CMaps() {
43
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
/external/pdfium/core/fpdfapi/cmaps/Korea1/
cmaps_korea1.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
37
void
CPDF_ModuleMgr
::LoadEmbeddedKorea1CMaps() {
39
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
/external/pdfium/core/fpdfapi/font/
cpdf_cid2unicodemap.cpp
9
#include "core/fpdfapi/
cpdf_modulemgr
.h"
39
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
cpdf_tounicodemap.cpp
9
#include "core/fpdfapi/
cpdf_modulemgr
.h"
224
m_pBaseMap =
CPDF_ModuleMgr
::Get()
cpdf_font.cpp
14
#include "core/fpdfapi/
cpdf_modulemgr
.h"
307
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
/external/pdfium/core/fpdfapi/page/
cpdf_iccprofile.cpp
9
#include "core/fpdfapi/
cpdf_modulemgr
.h"
31
auto* pIccModule =
CPDF_ModuleMgr
::Get()->GetIccModule();
cpdf_colorspace.cpp
15
#include "core/fpdfapi/
cpdf_modulemgr
.h"
385
return
CPDF_ModuleMgr
::Get()->GetPageModule()->GetStockCS(family);
851
CCodec_IccModule* pIccModule =
CPDF_ModuleMgr
::Get()->GetIccModule();
908
CPDF_ModuleMgr
::Get()->GetIccModule()->TranslateScanline(
927
CPDF_ModuleMgr
::Get()->GetIccModule()->TranslateScanline(
[
all
...]
cpdf_image.cpp
14
#include "core/fpdfapi/
cpdf_modulemgr
.h"
86
if (!
CPDF_ModuleMgr
::Get()->GetJpegModule()->LoadInfo(
/external/pdfium/core/fpdfapi/cmaps/Japan1/
cmaps_japan1.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
53
void
CPDF_ModuleMgr
::LoadEmbeddedJapan1CMaps() {
55
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
/external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables_unittest.cpp
11
#include "core/fpdfapi/
cpdf_modulemgr
.h"
37
CPDF_ModuleMgr
::Get()->Init();
40
~CPDF_HintTablesTest() override {
CPDF_ModuleMgr
::Destroy(); }
cpdf_read_validator.cpp
9
#include "core/fpdfapi/
cpdf_modulemgr
.h"
14
constexpr FX_FILESIZE kAlignBlockValue =
CPDF_ModuleMgr
::kFileBufSize;
134
end_segment_offset +=
CPDF_ModuleMgr
::kFileBufSize;
fpdf_parser_decode.cpp
16
#include "core/fpdfapi/
cpdf_modulemgr
.h"
277
return
CPDF_ModuleMgr
::Get()->GetFaxModule()->CreateDecoder(
302
return
CPDF_ModuleMgr
::Get()->GetFlateModule()->CreateDecoder(
328
return
CPDF_ModuleMgr
::Get()->GetFlateModule()->FlateOrLZWDecode(
552
CCodec_ModuleMgr* pEncoders =
CPDF_ModuleMgr
::Get()->GetCodecModule();
561
CCodec_ModuleMgr* pEncoders =
CPDF_ModuleMgr
::Get()->GetCodecModule();
570
CCodec_ModuleMgr* pEncoders =
CPDF_ModuleMgr
::Get()->GetCodecModule();
cpdf_document_unittest.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
159
void SetUp() override {
CPDF_ModuleMgr
::Get()->Init(); }
160
void TearDown() override {
CPDF_ModuleMgr
::Destroy(); }
cpdf_syntax_parser.cpp
14
#include "core/fpdfapi/
cpdf_modulemgr
.h"
61
size_t read_size =
CPDF_ModuleMgr
::kFileBufSize;
97
if (pos >=
CPDF_ModuleMgr
::kFileBufSize)
98
block_start = pos -
CPDF_ModuleMgr
::kFileBufSize + 1;
/external/pdfium/fpdfsdk/
fpdfcatalog_unittest.cpp
7
#include "core/fpdfapi/
cpdf_modulemgr
.h"
49
CPDF_ModuleMgr
::Get()->Init();
59
CPDF_ModuleMgr
::Destroy();
fpdfeditimg_unittest.cpp
7
#include "core/fpdfapi/
cpdf_modulemgr
.h"
11
void SetUp() override {
CPDF_ModuleMgr
::Get()->Init(); }
13
void TearDown() override {
CPDF_ModuleMgr
::Destroy(); }
fpdf_ext.cpp
11
#include "core/fpdfapi/
cpdf_modulemgr
.h"
29
CPDF_ModuleMgr
::Get()->GetUnsupportInfoAdapter();
44
CPDF_ModuleMgr
::Get()->SetUnsupportInfoAdapter(
fpdfdoc_unittest.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
61
CPDF_ModuleMgr
::Get()->Init();
75
CPDF_ModuleMgr
::Destroy();
/external/pdfium/core/fpdfapi/cmaps/
fpdf_cmaps.cpp
11
#include "core/fpdfapi/
cpdf_modulemgr
.h"
27
CPDF_ModuleMgr
::Get()->GetPageModule()->GetFontGlobals();
/external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator_unittest.cpp
10
#include "core/fpdfapi/
cpdf_modulemgr
.h"
26
void SetUp() override {
CPDF_ModuleMgr
::Get()->Init(); }
29
CPDF_ModuleMgr
::Destroy();
/external/pdfium/core/fpdfapi/render/
cpdf_dibsource.cpp
14
#include "core/fpdfapi/
cpdf_modulemgr
.h"
324
CCodec_Jbig2Module* pJbig2Module =
CPDF_ModuleMgr
::Get()->GetJbig2Module();
510
CCodec_ModuleMgr* pEncoders =
CPDF_ModuleMgr
::Get()->GetCodecModule();
536
CCodec_JpegModule* pJpegModule =
CPDF_ModuleMgr
::Get()->GetJpegModule();
607
CCodec_JpxModule* pJpxModule =
CPDF_ModuleMgr
::Get()->GetJpxModule();
[
all
...]
/external/pdfium/fpdfsdk/pwl/
cpwl_font_map.cpp
11
#include "core/fpdfapi/
cpdf_modulemgr
.h"
54
if (
CPDF_ModuleMgr
::Get()) {
Completed in 742 milliseconds
1
2