Searched refs:pRet (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp211 CPWL_Wnd* pRet = NULL; local
215 pRet = GetPDFWindow(pPageView, FALSE);
217 pRet = GetPDFWindow(pPageView, TRUE);
222 return pRet;
H A DFFL_TextField.cpp247 CPWL_Wnd* pRet = NULL; local
251 pRet = GetPDFWindow(pPageView, FALSE);
253 pRet = GetPDFWindow(pPageView, TRUE);
258 return pRet;
H A DFFL_ComboBox.cpp230 CPWL_Wnd* pRet = NULL; local
234 pRet = GetPDFWindow(pPageView, FALSE);
236 pRet = GetPDFWindow(pPageView, TRUE);
241 return pRet;
/external/libunwind/src/ia64/
H A DGinstall_cursor.S50 #define pRet p6 define
152 cmp.eq pRet, pSig = r0, r8 // sigcontext_addr == NULL?
220 (pRet) ld8 r25 = [r25] // r25 = *unat_loc
272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_widgetmgrimp.cpp75 IFWL_Widget* pRet = NULL; local
78 pRet = pItem->pParent ? pItem->pParent->pWidget : NULL;
82 pRet = pItem->pOwner ? pItem->pOwner->pWidget : NULL;
90 pRet = pItem ? pItem->pWidget : NULL;
94 pRet = pItem->pPrevious ? pItem->pPrevious->pWidget : NULL;
98 pRet = pItem->pNext ? pItem->pNext->pWidget : NULL;
106 pRet = pItem ? pItem->pWidget : NULL;
110 pRet = pItem->pChild ? pItem->pChild->pWidget : NULL;
118 pRet = pItem ? pItem->pWidget : NULL;
124 pRet
[all...]
H A Dfwl_widgetimp.cpp619 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider(); local
620 if (pRet && pRet->IsValidWidget(m_pInterface)) {
621 return pRet;
628 IFWL_Widget* pRet = m_pOuter; local
629 if (!pRet)
631 while (IFWL_Widget* pOuter = pRet->GetOuter()) {
632 pRet = pOuter;
634 return static_cast<CFWL_WidgetImp*>(pRet->GetImpl());
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp94 FGAS_LPCFONTUSB pRet = FGAS_GetUnicodeBitField(wUnicode); local
95 if (pRet->wBitField == 999) {
99 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField);
102 return pFont ? LoadFont(pFont, dwFontStyles, pRet->wCodePage) : NULL;
106 FindFont(pszFontFamily, dwFontStyles, FALSE, pRet->wCodePage,
107 pRet->wBitField, wUnicode);
109 pFD = FindFont(NULL, dwFontStyles, FALSE, pRet->wCodePage, pRet->wBitField,
138 FX_WORD wCodePage = pRet->wCodePage;
/external/sqlite/dist/orig/
H A Dsqlite3.c51564 Wal *pRet; /* Object to allocate and return */ local
67085 Op *pRet = 0; local
70907 sqlite3_value *pRet = sqlite3ValueNew(v->db); local
81184 void *pRet = SQLITE_INT_TO_PTR(SQLITE_ERROR); local
81979 void *pRet = SQLITE_INT_TO_PTR( vdbeIncrPopulate(pIncr) ); local
82309 void *pRet = SQLITE_INT_TO_PTR( local
85926 With *pRet = 0; local
95675 Index *pRet = 0; /* Pointer to return */ local
110505 CollSeq *pRet; local
110534 KeyInfo *pRet = sqlite3KeyInfoAlloc(db, nOrderBy+nExtra, 1); local
116930 VTable *pRet = 0; local
132651 void *pRet; local
132676 void *pRet; local
132752 void *pRet; local
139387 Fts3Cursor *pRet; local
142459 void *pRet = sqlite3_malloc(nByte); local
142520 Fts3Expr *pRet = 0; local
142589 void *pRet = sqlite3_realloc(pOrig, nNew); local
142747 Fts3Expr *pRet = 0; local
142950 Fts3Expr *pRet = 0; local
144962 Tcl_Obj *pRet; local
151298 char *pRet; local
151698 MatchinfoBuffer *pRet; local
159723 void *pRet = 0; local
161653 RbuState *pRet = 0; local
168835 void *pRet = 0; local
169365 Fts5Config *pRet; /* New object to return */ local
171130 Fts5ExprNearset *pRet = 0; local
171479 Fts5Colset *pRet = 0; local
171540 Fts5ExprNode *pRet = 0; local
172330 Fts5HashEntry *pRet = 0; local
173115 Fts5Data *pRet = 0; local
173324 Fts5Structure *pRet = 0; /* Structure object to return */ local
173445 Fts5Structure *pRet = 0; /* Object to return */ local
177066 Fts5IndexIter *pRet = 0; local
180060 void *pRet = 0; local
182345 PorterTokenizer *pRet; local
183914 Fts5VocabTable *pRet = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51582 Wal *pRet; /* Object to allocate and return */ local
67103 Op *pRet = 0; local
70925 sqlite3_value *pRet = sqlite3ValueNew(v->db); local
81202 void *pRet = SQLITE_INT_TO_PTR(SQLITE_ERROR); local
81997 void *pRet = SQLITE_INT_TO_PTR( vdbeIncrPopulate(pIncr) ); local
82327 void *pRet = SQLITE_INT_TO_PTR( local
85944 With *pRet = 0; local
95693 Index *pRet = 0; /* Pointer to return */ local
110523 CollSeq *pRet; local
110552 KeyInfo *pRet = sqlite3KeyInfoAlloc(db, nOrderBy+nExtra, 1); local
116948 VTable *pRet = 0; local
132669 void *pRet; local
132694 void *pRet; local
132770 void *pRet; local
139405 Fts3Cursor *pRet; local
142489 void *pRet = sqlite3_malloc(nByte); local
142550 Fts3Expr *pRet = 0; local
142619 void *pRet = sqlite3_realloc(pOrig, nNew); local
142777 Fts3Expr *pRet = 0; local
142980 Fts3Expr *pRet = 0; local
144992 Tcl_Obj *pRet; local
151328 char *pRet; local
151728 MatchinfoBuffer *pRet; local
159753 void *pRet = 0; local
161683 RbuState *pRet = 0; local
168865 void *pRet = 0; local
169395 Fts5Config *pRet; /* New object to return */ local
171160 Fts5ExprNearset *pRet = 0; local
171509 Fts5Colset *pRet = 0; local
171570 Fts5ExprNode *pRet = 0; local
172360 Fts5HashEntry *pRet = 0; local
173145 Fts5Data *pRet = 0; local
173354 Fts5Structure *pRet = 0; /* Structure object to return */ local
173475 Fts5Structure *pRet = 0; /* Object to return */ local
177096 Fts5IndexIter *pRet = 0; local
180090 void *pRet = 0; local
182375 PorterTokenizer *pRet; local
183944 Fts5VocabTable *pRet = 0; local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp1227 CPDF_ColorSpace* pRet = nullptr;
1230 pRet = _CSFromName(pValue->GetString());
1231 if (pRet)
1232 return pRet;
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp3277 CPDF_Object* pRet = nullptr; local
3296 pRet = pParser->ParseIndirectObject(NULL, objnum, NULL);
3299 if (!pRet && pExistInFile) {
3303 return pRet;
4403 CPDF_Object* pRet = pParentDict->GetElement("Resources"); local
4404 if (pRet) {
4405 m_pPageResource = pRet;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp458 if (IPWL_NoteItem* pRet = pNoteItem->GetHitNoteItem(pt))
459 return pRet;

Completed in 1143 milliseconds