Home | History | Annotate | Download | only in pwl

Lines Matching refs:rcContent

905     CFX_FloatRect rcContent = m_pVT->GetContentRect();
906 if (rcContent.Width() != m_rcOldContent.Width() ||
907 rcContent.Height() != m_rcOldContent.Height()) {
908 m_rcOldContent = rcContent;
936 CFX_FloatRect rcContent = m_pVT->GetContentRect();
946 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
949 fPadding = rcPlate.Height() - rcContent.Height();
958 CFX_FloatRect rcContent = m_pVT->GetContentRect();
968 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f;
971 fPadding = rcPlate.Height() - rcContent.Height();
992 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1001 Info.fContentMin = rcContent.bottom;
1002 Info.fContentMax = rcContent.top;
1053 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1056 if (rcPlate.Width() > rcContent.Width()) {
1059 if (IsFloatSmaller(m_ptScrollPos.x, rcContent.left)) {
1060 SetScrollPosX(rcContent.left);
1062 rcContent.right - rcPlate.Width())) {
1063 SetScrollPosX(rcContent.right - rcPlate.Width());
1067 if (rcPlate.Height() > rcContent.Height()) {
1071 rcContent.bottom + rcPlate.Height())) {
1072 SetScrollPosY(rcContent.bottom + rcPlate.Height());
1073 } else if (IsFloatBigger(m_ptScrollPos.y, rcContent.top)) {
1074 SetScrollPosY(rcContent.top);
1768 CFX_FloatRect rcContent = m_pVT->GetContentRect();
1771 IsFloatBigger(rcContent.Height(), rcPlate.Height())) {
1775 if (IsFloatBigger(rcContent.Width(), rcPlate.Width()))