Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease() local
150 delete pDefault->m_pFontInfo.Release(); in DefaultRelease()
154 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts() local
155 pDefault->m_pFontInfo->EnumFontList(static_cast<CFX_FontMapper*>(pMapper)); in DefaultEnumFonts()
165 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont() local
166 return pDefault->m_pFontInfo->MapFont(weight, !!bItalic, charset, in DefaultMapFont()
171 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont() local
172 return pDefault->m_pFontInfo->GetFont(family); in DefaultGetFont()
180 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData() local
181 return pDefault->m_pFontInfo->GetFontData(hFont, table, {buffer, buf_size}); in DefaultGetFontData()
[all …]
/external/pdfium/fxjs/
Dcfxjs_engine.cpp182 void DefineConst(const char* sConstName, v8::Local<v8::Value> pDefault) { in DefineConst() argument
183 GetInstanceTemplate()->Set(GetIsolate(), sConstName, pDefault); in DefineConst()
431 v8::Local<v8::Value> pDefault) { in DefineObjConst() argument
436 pObjDef->DefineConst(sConstName, pDefault); in DefineObjConst()
Dcfxjs_engine.h112 v8::Local<v8::Value> pDefault);
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c33934 sqlite3_syscall_ptr pDefault; /* Default value */
34134 if( aSyscall[i].pDefault ){
34135 aSyscall[i].pCurrent = aSyscall[i].pDefault;
34144 if( aSyscall[i].pDefault==0 ){
34145 aSyscall[i].pDefault = aSyscall[i].pCurrent;
34148 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;
42193 sqlite3_syscall_ptr pDefault; /* Default value */
42866 if( aSyscall[i].pDefault ){
42867 aSyscall[i].pCurrent = aSyscall[i].pDefault;
42876 if( aSyscall[i].pDefault==0 ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c33849 sqlite3_syscall_ptr pDefault; /* Default value */
34049 if( aSyscall[i].pDefault ){
34050 aSyscall[i].pCurrent = aSyscall[i].pDefault;
34059 if( aSyscall[i].pDefault==0 ){
34060 aSyscall[i].pDefault = aSyscall[i].pCurrent;
34063 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;
42105 sqlite3_syscall_ptr pDefault; /* Default value */
42778 if( aSyscall[i].pDefault ){
42779 aSyscall[i].pCurrent = aSyscall[i].pDefault;
42788 if( aSyscall[i].pDefault==0 ){
[all …]
/external/sqlite/dist/
Dsqlite3.c33853 sqlite3_syscall_ptr pDefault; /* Default value */
34053 if( aSyscall[i].pDefault ){
34054 aSyscall[i].pCurrent = aSyscall[i].pDefault;
34063 if( aSyscall[i].pDefault==0 ){
34064 aSyscall[i].pDefault = aSyscall[i].pCurrent;
34067 if( pNewFunc==0 ) pNewFunc = aSyscall[i].pDefault;
42121 sqlite3_syscall_ptr pDefault; /* Default value */
42794 if( aSyscall[i].pDefault ){
42795 aSyscall[i].pCurrent = aSyscall[i].pDefault;
42804 if( aSyscall[i].pDefault==0 ){
[all …]