Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp763 CFX_FloatRect rcLabelContent = pEdit->GetContentRect(); in GetPushButtonAppStream() local
785 fHeight = rcLabelContent.Height(); in GetPushButtonAppStream()
810 fHeight = rcLabelContent.Height(); in GetPushButtonAppStream()
829 if (rcLabelContent.Width() < fWidth * fAutoFontScale) { in GetPushButtonAppStream()
835 if (rcLabelContent.Width() < fWidth) { in GetPushButtonAppStream()
836 rcLabel = CFX_FloatRect(rcBBox.right - rcLabelContent.Width(), in GetPushButtonAppStream()
845 fWidth = rcLabelContent.Width(); in GetPushButtonAppStream()
863 if (rcLabelContent.Width() < fWidth * fAutoFontScale) { in GetPushButtonAppStream()
870 if (rcLabelContent.Width() < fWidth) { in GetPushButtonAppStream()
872 rcBBox.left + rcLabelContent.Width(), in GetPushButtonAppStream()
[all …]