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

  /external/pdfium/fpdfsdk/
fpdf_sysfontinfo.cpp 133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
134 delete pDefault->m_pFontInfo.Release();
138 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
139 pDefault->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper);
149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
150 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset,
155 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
156 return pDefault->m_pFontInfo->GetFont(family);
164 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis);
165 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size)
    [all...]
  /frameworks/compile/mclinker/lib/Script/
OutputFormatCmd.cpp 22 OutputFormatCmd::OutputFormatCmd(const std::string& pDefault,
26 m_FormatList.push_back(pDefault);
ScriptFile.cpp 101 void ScriptFile::addOutputFormatCmd(const std::string& pDefault,
104 m_CommandQueue.push_back(new OutputFormatCmd(pDefault, pBig, pLittle));
  /frameworks/compile/mclinker/include/mcld/Script/
OutputFormatCmd.h 33 OutputFormatCmd(const std::string& pDefault,
ScriptFile.h 90 void addOutputFormatCmd(const std::string& pDefault,
  /external/pdfium/fxjs/
fxjs_v8.h 163 v8::Local<v8::Value> pDefault);
fxjs_v8.cpp 344 v8::Local<v8::Value> pDefault) {
349 pObjDef->GetInstanceTemplate()->Set(GetIsolate(), sConstName, pDefault);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winspool.h 863 WINBOOL WINAPI OpenPrinterA(LPSTR pPrinterName,LPHANDLE phPrinter,LPPRINTER_DEFAULTSA pDefault);
864 WINBOOL WINAPI OpenPrinterW(LPWSTR pPrinterName,LPHANDLE phPrinter,LPPRINTER_DEFAULTSW pDefault);
865 WINBOOL WINAPI ResetPrinterA(HANDLE hPrinter,LPPRINTER_DEFAULTSA pDefault);
866 WINBOOL WINAPI ResetPrinterW(HANDLE hPrinter,LPPRINTER_DEFAULTSW pDefault);
    [all...]
winsplp.h 90 PPRINTER_DEFAULTSW pDefault);
183 WINBOOL (WINAPI *fpResetPrinter)(HANDLE hPrinter, LPPRINTER_DEFAULTSW pDefault);
204 LPPRINTER_DEFAULTSW pDefault, LPBYTE pClientInfo,
    [all...]
strmif.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 822 milliseconds