Home
last modified time | relevance | path

Searched refs:ProcessPath (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.h35 void ProcessPath(std::ostringstream* buf, CPDF_PathObject* pPathObj);
Dcpdf_pagecontentgenerator.cpp162 ProcessPath(buf, pPathObj); in ProcessPageObjects()
209 void CPDF_PageContentGenerator::ProcessPath(std::ostringstream* buf, in ProcessPath() function in CPDF_PageContentGenerator
Dcpdf_pagecontentgenerator_unittest.cpp35 pGen->ProcessPath(buf, pPathObj); in TestProcessPath()
77 TEST_F(CPDF_PageContentGeneratorTest, ProcessPath) { in TEST_F() argument
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h109 bool ProcessPath(CPDF_PathObject* pPathObj, const CFX_Matrix* pObj2Device);
Dcpdf_renderstatus.cpp1195 bRet = ProcessPath(pObj->AsPath(), pObj2Device); in ProcessObjectNoClip()
1219 bRet = ProcessPath(pObj->AsPath(), pObj2Device); in DrawObjWithBlend()
1304 bool CPDF_RenderStatus::ProcessPath(CPDF_PathObject* pPathObj, in ProcessPath() function in CPDF_RenderStatus
2064 ProcessPath(&path, pObj2Device); in DrawTextPathWithPattern()