OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBorderRegion
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_form.h
78
FWL_ERR
SetBorderRegion
(CFX_Path* pPath);
/external/pdfium/xfa/include/fwl/adapter/
fwl_adapterwidgetmgr.h
36
virtual FWL_ERR
SetBorderRegion
(IFWL_Widget* pWidget, CFX_Path* pPath) = 0;
fwl_sdadapterimp.h
51
virtual FWL_ERR
SetBorderRegion
(IFWL_Widget* pWidget, CFX_Path* pPath);
/external/pdfium/xfa/src/fwl/src/core/
fwl_sdadapterimp.cpp
77
FWL_ERR CFWL_SDAdapterWidgetMgr::
SetBorderRegion
(IFWL_Widget* pWidget,
fwl_formimp.cpp
49
FWL_ERR IFWL_Form::
SetBorderRegion
(CFX_Path* pPath) {
50
return static_cast<CFWL_FormImp*>(GetImpl())->
SetBorderRegion
(pPath);
430
FWL_ERR CFWL_FormImp::
SetBorderRegion
(CFX_Path* pPath) {
[
all
...]
fwl_widgetmgrimp.cpp
423
return m_pAdapter->
SetBorderRegion
(pWidget, pPath);
[
all
...]
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h
89
virtual FWL_ERR
SetBorderRegion
(CFX_Path* pPath);
Completed in 1323 milliseconds