Searched refs:rcRectWnd (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Wnd.h | 206 : rcRectWnd(0, 0, 0, 0), in PWL_CREATEPARAM() 229 CPDF_Rect rcRectWnd; // required member
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Wnd.cpp | 208 m_sPrivateParam.rcRectWnd.Normalize(); in Create() 209 m_rcWindow = m_sPrivateParam.rcRectWnd; in Create() 293 m_sPrivateParam.rcRectWnd = m_rcWindow; in Move()
|
D | PWL_ComboBox.cpp | 300 ecp.rcRectWnd = CPDF_Rect(0, 0, 0, 0); in CreateEdit() 336 lcp.rcRectWnd = CPDF_Rect(0, 0, 0, 0); in CreateListBox()
|
D | PWL_EditCtrl.cpp | 130 ecp.rcRectWnd = CPDF_Rect(0, 0, 0, 0); in CreateEditCaret()
|
/external/pdfium/fpdfsdk/src/formfiller/ |
D | FFL_FormFiller.cpp | 297 cp.rcRectWnd = GetPDFWindowRect(); in GetCreateParam()
|