Home | History | Annotate | Download | only in fpdfdoc

Lines Matching refs:pObj

257         CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "A");

258 if (pObj == NULL) {
261 return pObj->GetDict();
283 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "DA");
284 if (pObj == NULL) {
287 return pObj->GetString();
299 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pWidgetDict, "DR");
300 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) {
301 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font");
315 pObj = FPDF_GetFieldAttr(pPageDict, "Resources");
316 if (pObj != NULL && pObj->GetType() == PDFOBJ_DICTIONARY) {
317 CPDF_Dictionary* pFonts = ((CPDF_Dictionary*)pObj)->GetDict("Font");
336 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pField->m_pDict, "Q");
337 if (pObj == NULL) {
340 return pObj->GetInteger();