Searched refs:pRes (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 644 CPDF_Object* pRes = NULL; in Handle_ExecuteXObject() local 653 pRes = pList->GetElement(name); in Handle_ExecuteXObject() 654 if (pRes == NULL || pRes->GetType() != PDFOBJ_REFERENCE) { in Handle_ExecuteXObject() 667 pRes = pList->GetElement(name); in Handle_ExecuteXObject() 668 if (pRes == NULL || pRes->GetType() != PDFOBJ_REFERENCE) { in Handle_ExecuteXObject() 672 pRes = pList->GetElement(name); in Handle_ExecuteXObject() 673 if (pRes == NULL || pRes->GetType() != PDFOBJ_REFERENCE) { in Handle_ExecuteXObject() 679 if (m_pDocument->IsFormStream(((CPDF_Reference*)pRes)->GetRefObjNum(), bForm) && !bForm) { in Handle_ExecuteXObject() 1191 CPDF_Object* pRes = pList->GetElementValue(name); in FindResourceObj() local 1192 return pRes; in FindResourceObj() [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_flatten.cpp | 390 CPDF_Dictionary* pRes = pPageDict->GetDict("Resources"); in FPDFPage_Flatten() local 391 if (!pRes) in FPDFPage_Flatten() 393 pRes = new CPDF_Dictionary; in FPDFPage_Flatten() 394 pPageDict->SetAt("Resources", pRes ); in FPDFPage_Flatten() 399 CPDF_Dictionary* pPageXObject = pRes->GetDict("XObject"); in FPDFPage_Flatten() 403 pRes->SetAt("XObject", pPageXObject); in FPDFPage_Flatten()
|
D | fpdf_transformpage.cpp | 151 CPDF_Dictionary* pRes = pPageDic->GetDict(FX_BSTRC("Resources")); in FPDFPage_TransFormWithClip() local 152 if(pRes) in FPDFPage_TransFormWithClip() 154 CPDF_Dictionary* pPattenDict = pRes->GetDict(FX_BSTRC("Pattern")); in FPDFPage_TransFormWithClip()
|
/external/sqlite/dist/ |
D | sqlite3.c | 9526 int *pRes 9534 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes); 9535 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes); 9536 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes); 9538 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes); 42703 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ 42707 *pRes = sqlite3Get4byte(ac); 53786 int *pRes /* Write search results here */ 53807 rc = sqlite3BtreeMovetoUnpacked(pCur, pIdxKey, nKey, bias, pRes); 57788 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor *pCur, int *pRes){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 9526 int *pRes 9534 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes); 9535 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes); 9536 SQLITE_PRIVATE int sqlite3BtreeNext(BtCursor*, int *pRes); 9538 SQLITE_PRIVATE int sqlite3BtreePrevious(BtCursor*, int *pRes); 42685 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ 42689 *pRes = sqlite3Get4byte(ac); 53768 int *pRes /* Write search results here */ 53789 rc = sqlite3BtreeMovetoUnpacked(pCur, pIdxKey, nKey, bias, pRes); 57770 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor *pCur, int *pRes){ [all …]
|