OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetGlobalRect
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/include/fwl/core/
fwl_widget.h
28
FWL_ERR
GetGlobalRect
(CFX_RectF& rect);
/external/pdfium/xfa/include/fwl/lightwidget/
widget.h
55
FWL_ERR
GetGlobalRect
(CFX_RectF& rect);
/external/pdfium/xfa/src/fwl/src/lightwidget/
widget.cpp
58
FWL_ERR CFWL_Widget::
GetGlobalRect
(CFX_RectF& rect) {
61
return m_pIface->
GetGlobalRect
(rect);
/external/pdfium/xfa/src/fwl/src/core/include/
fwl_widgetimp.h
28
virtual FWL_ERR
GetGlobalRect
(CFX_RectF& rect);
/external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp
20
FWL_ERR IFWL_Widget::
GetGlobalRect
(CFX_RectF& rect) {
21
return static_cast<CFWL_WidgetImp*>(GetImpl())->
GetGlobalRect
(rect);
182
FWL_ERR CFWL_WidgetImp::
GetGlobalRect
(CFX_RectF& rect) {
[
all
...]
Completed in 40 milliseconds