Searched refs:pContent (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_content.cpp51 CPDF_Object* pContent = pPageDict->GetElementValue("Contents"); local
52 if (pContent != NULL) {
122 CPDF_Object* pContent = m_pPage->m_pFormDict->GetElementValue("Contents"); local
123 if (!pContent) {
127 int type = pContent->GetType();
129 CPDF_Array* pArray = (CPDF_Array*)pContent;
135 pContent = pArray->GetElement(i);
136 if (!pContent || pContent->GetType() != PDFOBJ_STREAM) {
140 pStream->LoadAllData((CPDF_Stream*)pContent);
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_intarray.c43 sqlite3_intarray *pContent; /* Content of the integer array */ member in struct:intarray_vtab
92 pVtab->pContent = (sqlite3_intarray*)pAux;
129 if( pCur->i>=0 && pCur->i<pVtab->pContent->n ){
130 sqlite3_result_int64(ctx, pVtab->pContent->a[pCur->i]);
147 return pCur->i>=pVtab->pContent->n;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp618 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue(FX_BSTRC("Contents")); local
619 if (pContent == NULL) {
623 if (pContent->GetType() == PDFOBJ_STREAM) {
625 } else if (pContent->GetType() == PDFOBJ_ARRAY) {
626 m_nStreams = ((CPDF_Array*)pContent)->GetCount();
705 CPDF_Object* pContent = m_pObjects->m_pFormDict->GetElementValue(FX_BSTRC("Contents")); local
706 if (pContent->GetType() == PDFOBJ_STREAM) {
707 m_pStreamFilter = ((CPDF_Stream*)pContent)->GetStreamFilter();
709 CPDF_Stream* pStream = ((CPDF_Array*)pContent)->GetStream(m_CurrentOffset);
H A Dfpdf_page_parser_old.cpp948 CPDF_Object* pContent = pPage->m_pFormDict->GetElementValue(FX_BSTRC("Contents")); local
949 if (pContent == NULL) {
953 if (pContent->GetType() == PDFOBJ_STREAM) {
956 m_pSingleStream->LoadAllData((CPDF_Stream*)pContent, FALSE);
957 } else if (pContent->GetType() == PDFOBJ_ARRAY) {
958 CPDF_Array* pArray = (CPDF_Array*)pContent;
1065 CPDF_Array* pContent = m_pObjects->m_pFormDict->GetArray(FX_BSTRC("Contents")); local
1067 CPDF_Stream* pStreamObj = (CPDF_Stream*)pContent->GetElementValue(m_CurrentOffset);
/external/sqlite/dist/orig/
H A Dsqlite3.c50145 walWriteToLog( WalWriter *p, void *pContent, int iAmt, sqlite3_int64 iOffset ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c50165 walWriteToLog( WalWriter *p, void *pContent, int iAmt, sqlite3_int64 iOffset ) argument
[all...]

Completed in 530 milliseconds