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

  /external/pdfium/xfa/src/fxjse/src/
class.h 43 const v8::FunctionCallbackInfo<v8::Value>* m_pInfo;
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.h 46 mcld::GNUInfo* m_pInfo;
  /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...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 242 MipsGNUInfo& m_pInfo;
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;
  /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;
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 861 SegmentInfo* m_pInfo;
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 992 SegmentInfo* m_pInfo;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 1079 SegmentInfo* m_pInfo;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 1043 SegmentInfo* m_pInfo;

Completed in 1138 milliseconds