Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:rcContent

1390   CFX_FloatRect rcContent = pEdit->GetContentRect();
1397 if (rcContent.Width() > rcEdit.Width() ||
1398 rcContent.Height() > rcEdit.Height()) {
1455 CFX_FloatRect rcContent = pEdit->GetContentRect();
1456 FX_FLOAT fItemHeight = rcContent.Height();
1566 CFX_FloatRect rcContent = pEdit->GetContentRect();
1573 if (rcContent.Width() > rcClient.Width() ||
1574 rcContent.Height() > rcClient.Height()) {