Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp37 : m_pInfo(pFFinfo), in CPDFSDK_FormFillEnvironment()
60 if (m_pInfo && m_pInfo->Release) in ~CPDFSDK_FormFillEnvironment()
61 m_pInfo->Release(m_pInfo); in ~CPDFSDK_FormFillEnvironment()
68 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appAlert()
69 !m_pInfo->m_pJsPlatform->app_alert) { in JS_appAlert()
74 return m_pInfo->m_pJsPlatform->app_alert( in JS_appAlert()
75 m_pInfo->m_pJsPlatform, AsFPDFWideString(&bsMsg), in JS_appAlert()
86 if (!m_pInfo || !m_pInfo->m_pJsPlatform || in JS_appResponse()
87 !m_pInfo->m_pJsPlatform->app_response) { in JS_appResponse()
94 return m_pInfo->m_pJsPlatform->app_response( in JS_appResponse()
[all …]
Dfpdf_sysfontinfo.cpp36 explicit CFX_ExternalFontInfo(FPDF_SYSFONTINFO* pInfo) : m_pInfo(pInfo) {} in CFX_ExternalFontInfo()
38 if (m_pInfo->Release) in ~CFX_ExternalFontInfo()
39 m_pInfo->Release(m_pInfo); in ~CFX_ExternalFontInfo()
43 if (m_pInfo->EnumFonts) { in EnumFontList()
44 m_pInfo->EnumFonts(m_pInfo, pMapper); in EnumFontList()
55 if (!m_pInfo->MapFont) in MapFont()
59 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family, in MapFont()
64 if (!m_pInfo->GetFont) in GetFont()
66 return m_pInfo->GetFont(m_pInfo, family); in GetFont()
73 if (!m_pInfo->GetFontData) in GetFontData()
[all …]
Dcpdfsdk_formfillenvironment.h208 bool IsJSInitiated() const { return m_pInfo && m_pInfo->m_pJsPlatform; } in IsJSInitiated()
211 FPDF_FORMFILLINFO* GetFormFillInfo() const { return m_pInfo; } in GetFormFillInfo()
223 FPDF_FORMFILLINFO* const m_pInfo; variable
/external/pdfium/fxjs/
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(); in GetBoolean()
35 return static_cast<int32_t>((*m_pInfo)[index]->NumberValue()); in GetInt32()
39 return static_cast<float>((*m_pInfo)[index]->NumberValue()); in GetFloat()
43 v8::Local<v8::String> hString = (*m_pInfo)[index]->ToString(); in GetUTF8String()
44 v8::String::Utf8Value szStringVal(m_pInfo->GetIsolate(), hString); in GetUTF8String()
50 v8::Local<v8::Value> hValue = (*m_pInfo)[index]; in GetObject()
Dcfxjse_arguments.h33 const v8::FunctionCallbackInfo<v8::Value>* m_pInfo;
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp31 png_infop m_pInfo; member in CPngContext
202 m_pInfo(nullptr), in CPngContext()
212 m_pInfo ? &m_pInfo : nullptr, nullptr); in ~CPngContext()
223 p->m_pInfo = png_create_info_struct(p->m_pPng); in Start()
224 if (!p->m_pInfo) in Start()
245 _png_load_bmp_attribute(ctx->m_pPng, ctx->m_pInfo, pAttribute); in Input()
249 png_process_data(ctx->m_pPng, ctx->m_pInfo, (uint8_t*)src_buf, src_size); in Input()
/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()
3213 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo()
3220 assert(m_pInfo); in GetDuration()
[all …]
Dmkvparser.h1079 SegmentInfo* m_pInfo; variable
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc676 m_pInfo(NULL), in Segment()
700 delete m_pInfo; in ~Segment()
939 if (m_pInfo) in ParseHeaders()
942 m_pInfo = new (std::nothrow) in ParseHeaders()
945 if (m_pInfo == NULL) in ParseHeaders()
948 const long status = m_pInfo->Parse(); in ParseHeaders()
1021 if (m_pInfo == NULL) // TODO: liberalize this behavior in ParseHeaders()
1470 if (m_pInfo == NULL || m_pTracks == NULL) in Load()
3216 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo()
3223 assert(m_pInfo); in GetDuration()
[all …]
Dmkvparser.h1112 SegmentInfo* m_pInfo; variable