Home | History | Annotate | Download | only in fxedit

Lines Matching refs:rcContent

1231     CFX_FloatRect rcContent = m_pVT->GetContentRect();
1232 if (rcContent.Width() != m_rcOldContent.Width() ||
1233 rcContent.Height() != m_rcOldContent.Height()) {
1236 m_pNotify->IOnContentChange(rcContent);
1239 m_rcOldContent = rcContent;
1269 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1279 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
1282 fPadding = rcPlate.Height() - rcContent.Height();
1291 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1301 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
1304 fPadding = rcPlate.Height() - rcContent.Height();
1323 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1328 rcContent.bottom, rcContent.top,
1380 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1383 if (rcPlate.Width() > rcContent.Width()) {
1386 if (IsFloatSmaller(m_ptScrollPos.x, rcContent.left)) {
1387 SetScrollPosX(rcContent.left);
1389 rcContent.right - rcPlate.Width())) {
1390 SetScrollPosX(rcContent.right - rcPlate.Width());
1394 if (rcPlate.Height() > rcContent.Height()) {
1398 rcContent.bottom + rcPlate.Height())) {
1399 SetScrollPosY(rcContent.bottom + rcPlate.Height());
1400 } else if (IsFloatBigger(m_ptScrollPos.y, rcContent.top)) {
1401 SetScrollPosY(rcContent.top);
2131 CFX_FloatRect rcContent = m_pVT->GetContentRect();
2134 IsFloatBigger(rcContent.Height(), rcPlate.Height())) {
2138 if (IsFloatBigger(rcContent.Width(), rcPlate.Width()))