Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp121 CFFL_FormFiller* pFFL = (CFFL_FormFiller*)pFormFiller; in OutputSelectedRect() local
122 if (pFFL) { in OutputSelectedRect()
125 CPDF_Point ptA = pFFL->PWLtoFFL(leftbottom); in OutputSelectedRect()
126 CPDF_Point ptB = pFFL->PWLtoFFL(righttop); in OutputSelectedRect()
127 CPDFSDK_Annot* pAnnot = pFFL->GetSDKAnnot(); in OutputSelectedRect()