Home
last modified time | relevance | path

Searched refs:GetCreationParams (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h274 const CreateParams& GetCreationParams() const { return m_CreationParams; } in GetCreationParams() function
Dcpwl_edit_ctrl.cpp31 SetFontSize(GetCreationParams().fFontSize); in OnCreated()
Dcpwl_list_box.cpp86 m_pList->SetFontSize(GetCreationParams().fFontSize); in OnCreated()
Dcpwl_wnd.cpp625 int32_t nCursorType = GetCreationParams().eCursorType; in SetCursor()