Home | History | Annotate | Download | only in pwl

Lines Matching refs:rcContent

1626   CFX_FloatRect rcContent = pEdit->GetContentRect();
1634 if (rcContent.Width() > rcEdit.Width() ||
1635 rcContent.Height() > rcEdit.Height()) {
1690 CFX_FloatRect rcContent = pEdit->GetContentRect();
1691 float fItemHeight = rcContent.Height();
1805 CFX_FloatRect rcContent = pEdit->GetContentRect();
1815 if (rcContent.Width() > rcClient.Width() ||
1816 rcContent.Height() > rcClient.Height()) {