Searched refs:GetBorderWidth (Results 1 – 15 of 15) sorted by relevance
20 return GetWindowRect().GetDeflated(static_cast<float>(GetBorderWidth()), in GetFocusRect()21 static_cast<float>(GetBorderWidth())); in GetFocusRect()
249 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_Wnd603 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in RePosChildWnd()
110 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()
329 const float fOldClientHeight = fOldWindowHeight - GetBorderWidth() * 2; in RePosChildWnd()435 float fBorderWidth = m_pList->GetBorderWidth() * 2; in SetPopup()
1155 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()
213 int32_t GetBorderWidth() const;
371 float width = static_cast<float>(GetBorderWidth() + GetInnerBorderWidth()); in GetListRect()
60 int GetBorderWidth() const;
189 int CPDFSDK_BAAnnot::GetBorderWidth() const { in GetBorderWidth() function in CPDFSDK_BAAnnot
865 float fBorderWidth = (float)GetBorderWidth();
71 const CFX_CSSRect* GetBorderWidth() const;
81 const CFX_CSSRect* CFX_CSSComputedStyle::GetBorderWidth() const { in GetBorderWidth() function in CFX_CSSComputedStyle
312 float GetBorderWidth(const CPDF_Dictionary& pAnnotDict) { in GetBorderWidth() function538 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateCircleAP()625 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateInkAP()775 float fBorderWidth = GetBorderWidth(*pAnnotDict); in GenerateSquareAP()
310 cp.dwBorderWidth = m_pWidget->GetBorderWidth(); in GetCreateParam()
1275 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()