Searched refs:pDefault (Results 1 – 6 of 6) sorted by relevance
178 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease() local179 delete pDefault->m_pFontInfo.ExtractAsDangling(); in DefaultRelease()183 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts() local184 pDefault->m_pFontInfo->EnumFontList(static_cast<CFX_FontMapper*>(pMapper)); in DefaultEnumFonts()194 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont() local195 return pDefault->m_pFontInfo->MapFont( in DefaultMapFont()200 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont() local201 return pDefault->m_pFontInfo->GetFont(family); in DefaultGetFont()209 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData() local211 pDefault->m_pFontInfo->GetFontData(hFont, table, {buffer, buf_size})); in DefaultGetFontData()[all …]
197 void DefineConst(const char* sConstName, v8::Local<v8::Value> pDefault) { in DefineConst() argument198 GetInstanceTemplate()->Set(GetIsolate(), sConstName, pDefault); in DefineConst()464 v8::Local<v8::Value> pDefault) { in DefineObjConst() argument469 pObjDef->DefineConst(sConstName, pDefault); in DefineObjConst()
122 v8::Local<v8::Value> pDefault);
35852 sqlite3_syscall_ptr pDefault; /* Default value */36052 if( aSyscall[i].pDefault ){36053 aSyscall[i].pCurrent = aSyscall[i].pDefault;36062 if( aSyscall[i].pDefault==0 ){36063 aSyscall[i].pDefault = aSyscall[i].pCurrent;36066 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;44068 sqlite3_syscall_ptr pDefault; /* Default value */44741 if( aSyscall[i].pDefault ){44742 aSyscall[i].pCurrent = aSyscall[i].pDefault;44751 if( aSyscall[i].pDefault==0 ){[all …]
35856 sqlite3_syscall_ptr pDefault; /* Default value */36056 if( aSyscall[i].pDefault ){36057 aSyscall[i].pCurrent = aSyscall[i].pDefault;36066 if( aSyscall[i].pDefault==0 ){36067 aSyscall[i].pDefault = aSyscall[i].pCurrent;36070 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;44084 sqlite3_syscall_ptr pDefault; /* Default value */44757 if( aSyscall[i].pDefault ){44758 aSyscall[i].pCurrent = aSyscall[i].pDefault;44767 if( aSyscall[i].pDefault==0 ){[all …]
34248 sqlite3_syscall_ptr pDefault; /* Default value */34448 if( aSyscall[i].pDefault ){34449 aSyscall[i].pCurrent = aSyscall[i].pDefault;34458 if( aSyscall[i].pDefault==0 ){34459 aSyscall[i].pDefault = aSyscall[i].pCurrent;34462 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;42616 sqlite3_syscall_ptr pDefault; /* Default value */43289 if( aSyscall[i].pDefault ){43290 aSyscall[i].pCurrent = aSyscall[i].pDefault;43299 if( aSyscall[i].pDefault==0 ){[all …]