Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp65 void CFX_SystemHandler::OutputSelectedRect(CFFL_FormFiller* pFormFiller, in OutputSelectedRect() function in CFX_SystemHandler
77 m_pFormFillEnv->OutputSelectedRect(pPage, in OutputSelectedRect()
Dcfx_systemhandler.h58 void OutputSelectedRect(CFFL_FormFiller* pFormFiller, CFX_FloatRect& rect);
Dcpdfsdk_formfillenvironment.h91 void OutputSelectedRect(UnderlyingPageType* page, const CFX_FloatRect& rect);
Dcpdfsdk_formfillenvironment.cpp244 void CPDFSDK_FormFillEnvironment::OutputSelectedRect( in OutputSelectedRect() function in CPDFSDK_FormFillEnvironment
/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_box.cpp126 pSysHandler->OutputSelectedRect(m_pFormFiller.Get(), rcItem); in DrawThisAppearance()
Dcpwl_edit_impl.cpp491 pSystemHandler->OutputSelectedRect(pFFLData, rc); in DrawEdit()