Home
last modified time | relevance | path

Searched refs:pDefault (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp133 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/
Dfxjs_v8.h163 v8::Local<v8::Value> pDefault);
Dfxjs_v8.cpp344 v8::Local<v8::Value> pDefault) { in DefineObjConst() argument
349 pObjDef->GetInstanceTemplate()->Set(GetIsolate(), sConstName, pDefault); in DefineObjConst()
/external/sqlite/dist/orig/
Dsqlite3.c31113 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/
Dsqlite3.c31113 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 …]