Home
last modified time | relevance | path

Searched refs:m_pInfo (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp41 : m_pInfo(pFFinfo), in CPDFSDK_FormFillEnvironment()
65 if (m_pInfo && m_pInfo->Release) in ~CPDFSDK_FormFillEnvironment()
66 m_pInfo->Release(m_pInfo); in ~CPDFSDK_FormFillEnvironment()
94 if (!pFormFiller || !m_pInfo || !m_pInfo->FFI_OutputSelectedRect) in OutputSelectedRect()
102 m_pInfo->FFI_OutputSelectedRect(m_pInfo, pPage, ptA.x, ptB.y, ptB.x, ptA.y); in OutputSelectedRect()
117 if (m_pInfo && m_pInfo->FFI_GetCurrentPage) { in GetCurrentPage()
118 return m_pInfo->FFI_GetCurrentPage( in GetCurrentPage()
119 m_pInfo, FPDFDocumentFromCPDFDocument(m_pCPDFDoc.Get())); in GetCurrentPage()
126 if (!m_pInfo || m_pInfo->version < 2 || !m_pInfo->FFI_GetLanguage) in GetLanguage()
129 int nRequiredLen = m_pInfo->FFI_GetLanguage(m_pInfo, nullptr, 0); in GetLanguage()
[all …]
Dfpdf_sysfontinfo.cpp52 explicit CFX_ExternalFontInfo(FPDF_SYSFONTINFO* pInfo) : m_pInfo(pInfo) {} in CFX_ExternalFontInfo()
54 if (m_pInfo->Release) in ~CFX_ExternalFontInfo()
55 m_pInfo->Release(m_pInfo); in ~CFX_ExternalFontInfo()
59 if (m_pInfo->EnumFonts) { in EnumFontList()
60 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
71 if (!m_pInfo->MapFont) in MapFont()
75 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont()
80 if (!m_pInfo->GetFont) in GetFont()
82 return m_pInfo->GetFont(m_pInfo, family); in GetFont()
88 if (!m_pInfo->GetFontData) in GetFontData()
[all …]
Dcpdfsdk_formfillenvironment.h105 bool IsJSPlatformPresent() const { return m_pInfo && m_pInfo->m_pJsPlatform; } in IsJSPlatformPresent()
196 FPDF_FORMFILLINFO* GetFormFillInfo() const { return m_pInfo; } in GetFormFillInfo()
210 FPDF_FORMFILLINFO* const m_pInfo; variable
/external/pdfium/fxjs/xfa/
Dcfxjse_arguments.cpp16 : m_pInfo(pInfo), m_pRetValue(pRetValue) {} in CFXJSE_Arguments()
21 return m_pInfo->Length(); in GetLength()
26 pArgValue->ForceSetValue((*m_pInfo)[index]); in GetValue()
31 return (*m_pInfo)[index]->BooleanValue(m_pInfo->GetIsolate()); in GetBoolean()
36 (*m_pInfo)[index] in GetInt32()
37 ->NumberValue(m_pInfo->GetIsolate()->GetCurrentContext()) in GetInt32()
43 (*m_pInfo)[index] in GetFloat()
44 ->NumberValue(m_pInfo->GetIsolate()->GetCurrentContext()) in GetFloat()
49 v8::Isolate* isolate = m_pInfo->GetIsolate(); in GetUTF8String()
50 v8::Local<v8::Value> info = (*m_pInfo)[index]; in GetUTF8String()
Dcfxjse_arguments.h33 UnownedPtr<const v8::FunctionCallbackInfo<v8::Value>> const m_pInfo;
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp32 png_infop m_pInfo = nullptr; member in CPngContext
182 m_pInfo ? &m_pInfo : nullptr, nullptr); in ~CPngContext()
198 p->m_pInfo = png_create_info_struct(p->m_pPng); in Start()
199 if (!p->m_pInfo) in Start()
224 _png_load_bmp_attribute(ctx->m_pPng, ctx->m_pInfo, pAttribute); in Input()
229 png_process_data(ctx->m_pPng, ctx->m_pInfo, src_buf.data(), src_buf.size()); in Input()
/external/libwebm/mkvparser/
Dmkvparser.cc670 m_pInfo(NULL), in Segment()
694 delete m_pInfo; in ~Segment()
933 if (m_pInfo) in ParseHeaders()
936 m_pInfo = new (std::nothrow) in ParseHeaders()
939 if (m_pInfo == NULL) in ParseHeaders()
942 const long status = m_pInfo->Parse(); in ParseHeaders()
1015 if (m_pInfo == NULL) // TODO: liberalize this behavior in ParseHeaders()
1464 if (m_pInfo == NULL || m_pTracks == NULL) in Load()
3210 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo()
3217 assert(m_pInfo); in GetDuration()
[all …]
Dmkvparser.h1114 SegmentInfo* m_pInfo; variable
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc670 m_pInfo(NULL), in Segment()
694 delete m_pInfo; in ~Segment()
933 if (m_pInfo) in ParseHeaders()
936 m_pInfo = new (std::nothrow) in ParseHeaders()
939 if (m_pInfo == NULL) in ParseHeaders()
942 const long status = m_pInfo->Parse(); in ParseHeaders()
1015 if (m_pInfo == NULL) // TODO: liberalize this behavior in ParseHeaders()
1464 if (m_pInfo == NULL || m_pTracks == NULL) in Load()
3210 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo()
3217 assert(m_pInfo); in GetDuration()
[all …]
Dmkvparser.h1114 SegmentInfo* m_pInfo; variable
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc670 m_pInfo(NULL), in Segment()
694 delete m_pInfo; in ~Segment()
933 if (m_pInfo) in ParseHeaders()
936 m_pInfo = new (std::nothrow) in ParseHeaders()
939 if (m_pInfo == NULL) in ParseHeaders()
942 const long status = m_pInfo->Parse(); in ParseHeaders()
1015 if (m_pInfo == NULL) // TODO: liberalize this behavior in ParseHeaders()
1464 if (m_pInfo == NULL || m_pTracks == NULL) in Load()
3210 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo()
3217 assert(m_pInfo); in GetDuration()
[all …]
Dmkvparser.h1114 SegmentInfo* m_pInfo; variable
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc670 m_pInfo(NULL), in Segment()
694 delete m_pInfo; in ~Segment()
933 if (m_pInfo) in ParseHeaders()
936 m_pInfo = new (std::nothrow) in ParseHeaders()
939 if (m_pInfo == NULL) in ParseHeaders()
942 const long status = m_pInfo->Parse(); in ParseHeaders()
1015 if (m_pInfo == NULL) // TODO: liberalize this behavior in ParseHeaders()
1464 if (m_pInfo == NULL || m_pTracks == NULL) in Load()
3210 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo()
3217 assert(m_pInfo); in GetDuration()
[all …]
Dmkvparser.h1114 SegmentInfo* m_pInfo; variable