Home
last modified time | relevance | path

Searched refs:GetBorderWidth (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_special_button.cpp20 return GetWindowRect().GetDeflated(static_cast<float>(GetBorderWidth()), in GetFocusRect()
21 static_cast<float>(GetBorderWidth())); in GetFocusRect()
Dcpwl_wnd.cpp249 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in DrawThisAppearance()
256 static_cast<float>(GetBorderWidth()), GetBorderColor(), in DrawThisAppearance()
417 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetClientRect()
465 int32_t CPWL_Wnd::GetBorderWidth() const { in GetBorderWidth() function in CPWL_Wnd
603 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in RePosChildWnd()
Dcpwl_edit.cpp110 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetClientRect()
216 gsd.m_LineWidth = (float)GetBorderWidth(); in DrawThisAppearance()
242 gsd.m_LineWidth = (float)GetBorderWidth(); in DrawThisAppearance()
Dcpwl_combo_box.cpp329 const float fOldClientHeight = fOldWindowHeight - GetBorderWidth() * 2; in RePosChildWnd()
435 float fBorderWidth = m_pList->GetBorderWidth() * 2; in SetPopup()
Dcpwl_appstream.cpp1155 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsPushButton()
1331 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsCheckBox()
1447 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsRadioButton()
1836 sLines << widget_->GetBorderWidth() << " " << kSetLineWidthOperator in SetAsTextField()
1860 sLines << widget_->GetBorderWidth() << " " << kSetLineWidthOperator in SetAsTextField()
1969 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in GetBorderAppStream()
Dcpwl_wnd.h213 int32_t GetBorderWidth() const;
Dcpwl_list_box.cpp371 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetListRect()
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.h60 int GetBorderWidth() const;
Dcpdfsdk_baannot.cpp189 int CPDFSDK_BAAnnot::GetBorderWidth() const { in GetBorderWidth() function in CPDFSDK_BAAnnot
Dcpdfsdk_widget.cpp865 float fBorderWidth = (float)GetBorderWidth();
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h71 const CFX_CSSRect* GetBorderWidth() const;
Dcfx_csscomputedstyle.cpp81 const CFX_CSSRect* CFX_CSSComputedStyle::GetBorderWidth() const { in GetBorderWidth() function in CFX_CSSComputedStyle
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp312 float GetBorderWidth(const CPDF_Dictionary& pAnnotDict) { in GetBorderWidth() function
538 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateCircleAP()
625 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateInkAP()
775 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateSquareAP()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp310 cp.dwBorderWidth = m_pWidget->GetBorderWidth(); in GetCreateParam()
/external/pdfium/fxjs/
Dcjs_field.cpp1275 return CJS_Return(pRuntime->NewNumber(pWidget->GetBorderWidth())); in get_line_width()
1307 if (number != pWidget->GetBorderWidth()) { in SetLineWidth()
1321 if (number != pWidget->GetBorderWidth()) { in SetLineWidth()