Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp759 CFX_FloatRect rcLabelContent = pEdit->GetContentRect(); in GetPushButtonAppStream() local
781 fHeight = rcLabelContent.Height(); in GetPushButtonAppStream()
806 fHeight = rcLabelContent.Height(); in GetPushButtonAppStream()
825 if (rcLabelContent.Width() < fWidth * fAutoFontScale) { in GetPushButtonAppStream()
831 if (rcLabelContent.Width() < fWidth) { in GetPushButtonAppStream()
832 rcLabel = CFX_FloatRect(rcBBox.right - rcLabelContent.Width(), in GetPushButtonAppStream()
841 fWidth = rcLabelContent.Width(); in GetPushButtonAppStream()
859 if (rcLabelContent.Width() < fWidth * fAutoFontScale) { in GetPushButtonAppStream()
866 if (rcLabelContent.Width() < fWidth) { in GetPushButtonAppStream()
868 rcBBox.left + rcLabelContent.Width(), in GetPushButtonAppStream()
[all …]