Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp249 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in DrawThisAppearance()
417 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetClientRect()
469 int32_t CPWL_Wnd::GetInnerBorderWidth() const { in GetInnerBorderWidth() function in CPWL_Wnd
603 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in RePosChildWnd()
Dcpwl_wnd.h214 int32_t GetInnerBorderWidth() const;
Dcpwl_list_box.cpp371 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetListRect()
Dcpwl_edit.cpp110 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetClientRect()