Home
last modified time | relevance | path

Searched refs:szType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_content.cpp60 …eString CPDF_PageContentGenerate::RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType) in RealizeResource() argument
67 CPDF_Dictionary* pResList = m_pPage->m_pResources->GetDict(szType); in RealizeResource()
70 m_pPage->m_pResources->SetAt(szType, pResList); in RealizeResource()
76 name.Format("FX%c%d", szType[0], idnum); in RealizeResource()
/external/chromium_org/third_party/npapi/npspy/common/
Dformat.cpp998 char szType[80]; in formatLogItem() local
1002 sprintf(szType, "NPWindowTypeWindow"); in formatLogItem()
1005 sprintf(szType, "NPWindowTypeDrawable"); in formatLogItem()
1008 sprintf(szType, "[Unlisted type]"); in formatLogItem()
1020 ((NPWindow*)plis->arg2.pData)->clipRect.right, szType); in formatLogItem()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h243 CFX_ByteString RealizeResource(CPDF_Object* pResourceObj, const FX_CHAR* szType);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dpageint.h502 CFX_ByteString GetName(const CPDF_Dictionary* pResList, FX_LPCSTR szType);