Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/adapter/
Dfwl_adapterwidgetmgr.h66 virtual FWL_ERR GetSystemBorder(FX_FLOAT& l,
Dfwl_sdadapterimp.h71 virtual FWL_ERR GetSystemBorder(FX_FLOAT& l,
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_sdadapterimp.cpp134 FWL_ERR CFWL_SDAdapterWidgetMgr::GetSystemBorder(FX_FLOAT& l, in GetSystemBorder() function in CFWL_SDAdapterWidgetMgr
Dfwl_widgetimp.cpp383 FWL_GetAdapterWidgetMgr()->GetSystemBorder(l, t, r, b); in TransformTo()
405 FWL_GetAdapterWidgetMgr()->GetSystemBorder(l, t, r, b); in TransformTo()
Dfwl_formimp.cpp150 adapterWidgetMgr->GetSystemBorder(l, t, r, b); in GetClientRect()