Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp106 CFFL_FormFiller* pFFL = (CFFL_FormFiller*)pFormFiller; in OutputSelectedRect() local
107 if(pFFL) in OutputSelectedRect()
111 CPDF_Point ptA = pFFL->PWLtoFFL(leftbottom); in OutputSelectedRect()
112 CPDF_Point ptB = pFFL->PWLtoFFL(righttop); in OutputSelectedRect()
115 CPDFSDK_Annot* pAnnot = pFFL->GetSDKAnnot(); in OutputSelectedRect()