Searched refs:pDefault (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_sysfontinfo.cpp | 133 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease() local 134 delete pDefault->m_pFontInfo.Release(); in DefaultRelease() 138 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts() local 139 pDefault->m_pFontInfo->EnumFontList((CFX_FontMapper*)pMapper); in DefaultEnumFonts() 149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont() local 150 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont() 155 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont() local 156 return pDefault->m_pFontInfo->GetFont(family); in DefaultGetFont() 164 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData() local 165 return pDefault->m_pFontInfo->GetFontData(hFont, table, buffer, buf_size); in DefaultGetFontData() [all …]
|
/external/pdfium/fxjs/ |
D | fxjs_v8.h | 163 v8::Local<v8::Value> pDefault);
|
D | fxjs_v8.cpp | 344 v8::Local<v8::Value> pDefault) { in DefineObjConst() argument 349 pObjDef->GetInstanceTemplate()->Set(GetIsolate(), sConstName, pDefault); in DefineObjConst()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 2730 OpenPrinterA(pPrinterName ptr[inout, int8], phPrinter ptr[inout, HANDLE], pDefault ptr[inout, intpt… 2731 ResetPrinterA(hPrinter HANDLE, pDefault ptr[inout, intptr]) 2803 OpenPrinter2A(pPrinterName ptr[inout, int8], phPrinter ptr[inout, HANDLE], pDefault ptr[inout, intp…
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 31113 sqlite3_syscall_ptr pDefault; /* Default value */ 31304 if( aSyscall[i].pDefault ){ 31305 aSyscall[i].pCurrent = aSyscall[i].pDefault; 31314 if( aSyscall[i].pDefault==0 ){ 31315 aSyscall[i].pDefault = aSyscall[i].pCurrent; 31318 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault; 39208 sqlite3_syscall_ptr pDefault; /* Default value */ 39881 if( aSyscall[i].pDefault ){ 39882 aSyscall[i].pCurrent = aSyscall[i].pDefault; 39891 if( aSyscall[i].pDefault==0 ){ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 31117 sqlite3_syscall_ptr pDefault; /* Default value */ 31308 if( aSyscall[i].pDefault ){ 31309 aSyscall[i].pCurrent = aSyscall[i].pDefault; 31318 if( aSyscall[i].pDefault==0 ){ 31319 aSyscall[i].pDefault = aSyscall[i].pCurrent; 31322 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault; 39224 sqlite3_syscall_ptr pDefault; /* Default value */ 39897 if( aSyscall[i].pDefault ){ 39898 aSyscall[i].pCurrent = aSyscall[i].pDefault; 39907 if( aSyscall[i].pDefault==0 ){ [all …]
|