Lines Matching refs:widget_
1122 : widget_(widget), dict_(dict) {} in CPDFSDK_AppStream()
1127 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton()
1128 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsPushButton()
1166 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsPushButton()
1171 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsPushButton()
1236 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsPushButton()
1237 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsPushButton()
1315 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsCheckBox()
1328 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsCheckBox()
1332 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsCheckBox()
1351 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsCheckBox()
1424 ByteString csAS = widget_->GetAppState(); in SetAsCheckBox()
1426 widget_->SetAppState("Off"); in SetAsCheckBox()
1430 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsRadioButton()
1445 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in SetAsRadioButton()
1449 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in SetAsRadioButton()
1468 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsRadioButton()
1577 ByteString csAS = widget_->GetAppState(); in SetAsRadioButton()
1579 widget_->SetAppState("Off"); in SetAsRadioButton()
1583 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsComboBox()
1587 CFX_FloatRect rcClient = widget_->GetClientRect(); in SetAsComboBox()
1593 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsComboBox()
1594 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsComboBox()
1607 float fFontSize = widget_->GetFontSize(); in SetAsComboBox()
1641 CFX_Color crText = widget_->GetTextPWLColor(); in SetAsComboBox()
1653 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsListBox()
1655 CFX_FloatRect rcClient = widget_->GetClientRect(); in SetAsListBox()
1659 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsListBox()
1660 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsListBox()
1667 float fFontSize = widget_->GetFontSize(); in SetAsListBox()
1709 CFX_Color crText = widget_->GetTextPWLColor(); in SetAsListBox()
1737 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsTextField()
1743 CBA_FontMap font_map(widget_->GetPDFPage()->GetDocument(), in SetAsTextField()
1744 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsTextField()
1750 CFX_FloatRect rcClient = widget_->GetClientRect(); in SetAsTextField()
1771 float fFontSize = widget_->GetFontSize(); in SetAsTextField()
1774 if (!sValue.has_value() && widget_->GetMixXFAWidget()) in SetAsTextField()
1775 sValue = widget_->GetValue(); in SetAsTextField()
1818 CFX_Color crText = widget_->GetTextPWLColor(); in SetAsTextField()
1825 switch (widget_->GetBorderStyle()) { in SetAsTextField()
1828 GetColorAppStream(widget_->GetBorderPWLColor(), false); in SetAsTextField()
1831 sLines << widget_->GetBorderWidth() << " " << kSetLineWidthOperator in SetAsTextField()
1833 << GetColorAppStream(widget_->GetBorderPWLColor(), false) in SetAsTextField()
1851 GetColorAppStream(widget_->GetBorderPWLColor(), false); in SetAsTextField()
1855 sLines << widget_->GetBorderWidth() << " " << kSetLineWidthOperator in SetAsTextField()
1857 << GetColorAppStream(widget_->GetBorderPWLColor(), false) in SetAsTextField()
1903 widget_->GetPageView()->GetPDFDocument(), in AddImage()
1925 CPDF_Document* doc = widget_->GetPageView()->GetPDFDocument(); in Write()
1933 widget_->GetPDFAnnot()->GetDocument()->New<CPDF_Dictionary>(); in Write()
1940 pStreamDict->SetMatrixFor("Matrix", widget_->GetMatrix()); in Write()
1941 pStreamDict->SetRectFor("BBox", widget_->GetRotatedRect()); in Write()
1950 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBackgroundAppStream()
1952 return GetRectFillAppStream(widget_->GetRotatedRect(), crBackground); in GetBackgroundAppStream()
1958 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in GetBorderAppStream()
1959 CFX_Color crBorder = widget_->GetBorderPWLColor(); in GetBorderAppStream()
1960 CFX_Color crBackground = widget_->GetFillPWLColor(); in GetBorderAppStream()
1964 float fBorderWidth = static_cast<float>(widget_->GetBorderWidth()); in GetBorderAppStream()
1967 BorderStyle nBorderStyle = widget_->GetBorderStyle(); in GetBorderAppStream()