HomeSort by relevance Sort by last modified time
    Searched refs:m_pInfo (Results 1 - 21 of 21) sorted by null

  /external/pdfium/fpdfsdk/src/
fpdf_sysfontinfo.cpp 14 explicit CFX_ExternalFontInfo(FPDF_SYSFONTINFO* pInfo) : m_pInfo(pInfo) {}
17 if (m_pInfo->Release)
18 m_pInfo->Release(m_pInfo);
23 if (m_pInfo->EnumFonts) {
24 m_pInfo->EnumFonts(m_pInfo, pMapper);
36 if (m_pInfo->MapFont)
37 return m_pInfo->MapFont(m_pInfo, weight, bItalic, charset, pitch_family
    [all...]
fsdk_mgr.cpp 213 : m_pInfo(pFFinfo), m_pSDKDoc(NULL), m_pUnderlyingDoc(pDoc) {
229 if (m_pInfo && m_pInfo->m_pJsPlatform && m_pInfo->m_pJsPlatform->app_alert) {
235 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg,
251 if (m_pInfo && m_pInfo->m_pJsPlatform &&
252 m_pInfo->m_pJsPlatform->app_response) {
265 int ret = m_pInfo->m_pJsPlatform->app_response
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 46 if (m_pInfo && m_pInfo->Release)
47 m_pInfo->Release(m_pInfo);
57 if (m_pInfo && m_pInfo->FFI_Invalidate)
58 m_pInfo->FFI_Invalidate(m_pInfo, page, left, top, right, bottom);
66 if (m_pInfo && m_pInfo->FFI_OutputSelectedRect
    [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 46 mcld::GNUInfo* m_pInfo;
ELFReaderTest.cpp 38 m_pInfo = new X86_64GNUInfo(m_pConfig->targets().triple());
39 m_pLDBackend = new X86_64GNULDBackend(*m_pConfig, m_pInfo);
  /external/pdfium/xfa/src/fxjse/src/
class.h 43 const v8::FunctionCallbackInfo<v8::Value>* m_pInfo;
class.cpp 164 return lpArguments->m_pInfo->Length();
171 lpArgValue->ForceSetValue((*lpArguments->m_pInfo)[index]);
177 return (*lpArguments->m_pInfo)[index]->BooleanValue();
182 return static_cast<int32_t>((*lpArguments->m_pInfo)[index]->NumberValue());
187 return static_cast<FX_FLOAT>((*lpArguments->m_pInfo)[index]->NumberValue());
192 v8::Local<v8::String> hString = (*lpArguments->m_pInfo)[index]->ToString();
199 v8::Local<v8::Value> hValue = (*lpArguments->m_pInfo)[index];
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 138 const ResolveInfo* m_pInfo;
196 const ResolveInfo* m_pInfo;
203 if (m_pInfo != key.m_pInfo)
204 return m_pInfo < key.m_pInfo;
MipsGOT.cpp 77 : m_pInfo(pInfo), m_Addend(addend), m_IsGot16(isGot16) {
81 if (m_pInfo != O.m_pInfo)
82 return m_pInfo < O.m_pInfo;
386 key.m_pInfo = pInfo;
394 key.m_pInfo = pInfo;
411 key.m_pInfo = pInfo;
417 key.m_pInfo = pInfo;
432 key.m_pInfo = pInfo
    [all...]
MipsLDBackend.h 242 MipsGNUInfo& m_pInfo;
MipsLDBackend.cpp 56 m_pInfo(*pInfo),
243 m_pInfo.setABIVersion(m_pPLT && m_pPLT->hasPLT1() ? 1 : 0);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 99 const GNUInfo& getInfo() const { return *m_pInfo; }
100 GNUInfo& getInfo() { return *m_pInfo; }
522 GNUInfo* m_pInfo;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 861 SegmentInfo* m_pInfo;
mkvparser.cpp 692 m_pInfo(NULL),
721 delete m_pInfo;
954 if (m_pInfo)
957 m_pInfo = new (std::nothrow) SegmentInfo(
964 if (m_pInfo == NULL)
967 const long status = m_pInfo->Parse();
1032 if (m_pInfo == NULL) //TODO: liberalize this behavior
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 85 m_pInfo(pInfo),
119 delete m_pInfo;
156 return m_pInfo->defaultTextSegmentAddr();
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 671 m_pInfo(NULL),
695 delete m_pInfo;
934 if (m_pInfo)
937 m_pInfo = new (std::nothrow)
940 if (m_pInfo == NULL)
943 const long status = m_pInfo->Parse();
1016 if (m_pInfo == NULL) // TODO: liberalize this behavior
    [all...]
mkvparser.hpp 992 SegmentInfo* m_pInfo;
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 670 m_pInfo(NULL),
694 delete m_pInfo;
933 if (m_pInfo)
936 m_pInfo = new (std::nothrow)
939 if (m_pInfo == NULL)
942 const long status = m_pInfo->Parse();
1015 if (m_pInfo == NULL) // TODO: liberalize this behavior
    [all...]
mkvparser.h 1079 SegmentInfo* m_pInfo;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 1043 SegmentInfo* m_pInfo;
mkvparser.cpp 701 m_pInfo(NULL),
731 delete m_pInfo;
964 if (m_pInfo)
967 m_pInfo = new (std::nothrow) SegmentInfo(
974 if (m_pInfo == NULL)
977 const long status = m_pInfo->Parse();
1062 if (m_pInfo == NULL) //TODO: liberalize this behavior
    [all...]

Completed in 296 milliseconds