Searched refs:m_pInfo (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.cpp | 68 : m_pInfo(pFFinfo), in CPDFSDK_FormFillEnvironment() 88 if (m_pInfo && m_pInfo->Release) in ~CPDFSDK_FormFillEnvironment() 89 m_pInfo->Release(m_pInfo); in ~CPDFSDK_FormFillEnvironment() 112 if (!m_pInfo || !m_pInfo->FFI_OutputSelectedRect) in OutputSelectedRect() 120 m_pInfo->FFI_OutputSelectedRect(m_pInfo, pPage, ptA.x, ptB.y, ptB.x, ptA.y); in OutputSelectedRect() 135 if (m_pInfo && m_pInfo->FFI_GetCurrentPage) { in GetCurrentPage() 136 return IPDFPageFromFPDFPage(m_pInfo->FFI_GetCurrentPage( in GetCurrentPage() 137 m_pInfo, FPDFDocumentFromCPDFDocument(m_pCPDFDoc))); in GetCurrentPage() 144 if (!m_pInfo || m_pInfo->version < 2 || !m_pInfo->FFI_GetLanguage) in GetLanguage() 147 int nRequiredLen = m_pInfo->FFI_GetLanguage(m_pInfo, nullptr, 0); in GetLanguage() [all …]
|
D | fpdf_sysfontinfo.cpp | 77 explicit CFX_ExternalFontInfo(FPDF_SYSFONTINFO* pInfo) : m_pInfo(pInfo) {} in CFX_ExternalFontInfo() 79 if (m_pInfo->Release) in ~CFX_ExternalFontInfo() 80 m_pInfo->Release(m_pInfo); in ~CFX_ExternalFontInfo() 84 if (m_pInfo->EnumFonts) { in EnumFontList() 85 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList() 96 if (!m_pInfo->MapFont) in MapFont() 100 return m_pInfo->MapFont(m_pInfo, weight, bItalic, static_cast<int>(charset), in MapFont() 105 if (!m_pInfo->GetFont) in GetFont() 107 return m_pInfo->GetFont(m_pInfo, family.c_str()); in GetFont() 113 if (!m_pInfo->GetFontData) in GetFontData() [all …]
|
D | cpdfsdk_formfillenvironment.h | 115 bool IsJSPlatformPresent() const { return m_pInfo && m_pInfo->m_pJsPlatform; } in IsJSPlatformPresent() 117 return m_pInfo ? m_pInfo->m_pJsPlatform : nullptr; in GetJSPlatform() 229 FPDF_FORMFILLINFO* GetFormFillInfo() const { return m_pInfo; } in GetFormFillInfo() 277 UnownedPtr<FPDF_FORMFILLINFO> const m_pInfo; variable
|
/external/pdfium/core/fxcodec/png/ |
D | png_decoder.cpp | 31 png_infop m_pInfo = nullptr; member in CPngContext 179 m_pInfo ? &m_pInfo : nullptr, nullptr); in ~CPngContext() 193 p->m_pInfo = png_create_info_struct(p->m_pPng); in StartDecode() 194 if (!p->m_pInfo) in StartDecode() 215 _png_load_bmp_attribute(ctx->m_pPng, ctx->m_pInfo, pAttribute); in ContinueDecode() 220 png_process_data(ctx->m_pPng, ctx->m_pInfo, src_buf.data(), src_buf.size()); in ContinueDecode()
|
/external/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 670 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() 3221 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo() 3228 assert(m_pInfo); in GetDuration() [all …]
|
D | mkvparser.h | 1114 SegmentInfo* m_pInfo; variable
|
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 670 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() 3221 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo() 3228 assert(m_pInfo); in GetDuration() [all …]
|
D | mkvparser.h | 1114 SegmentInfo* m_pInfo; variable
|
/external/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 670 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() 3221 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo() 3228 assert(m_pInfo); in GetDuration() [all …]
|
D | mkvparser.h | 1114 SegmentInfo* m_pInfo; variable
|