Home | History | Annotate | Download | only in src

Lines Matching refs:rcContent

1083 		CPDF_Rect rcContent = pEdit->GetContentRect();
1089 if (rcContent.Width() > rcEdit.Width() ||
1090 rcContent.Height() > rcEdit.Height())
1167 CPDF_Rect rcContent = pEdit->GetContentRect();
1168 FX_FLOAT fItemHeight = rcContent.Height();
1286 CPDF_Rect rcContent = pEdit->GetContentRect();
1294 if (rcContent.Width() > rcClient.Width() ||
1295 rcContent.Height() > rcClient.Height())