• Home
  • Raw
  • Download

Lines Matching refs:rcContent

1715     CPDF_Rect rcContent = m_pVT->GetContentRect();  in SetContentChanged()  local
1716 if (rcContent.Width() != m_rcOldContent.Width() || in SetContentChanged()
1717 rcContent.Height() != m_rcOldContent.Height()) { in SetContentChanged()
1720 m_pNotify->IOnContentChange(rcContent); in SetContentChanged()
1723 m_rcOldContent = rcContent; in SetContentChanged()
1755 CPDF_Rect rcContent = m_pVT->GetContentRect(); in VTToEdit() local
1765 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in VTToEdit()
1768 fPadding = rcPlate.Height() - rcContent.Height(); in VTToEdit()
1777 CPDF_Rect rcContent = m_pVT->GetContentRect(); in EditToVT() local
1787 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in EditToVT()
1790 fPadding = rcPlate.Height() - rcContent.Height(); in EditToVT()
1815 CPDF_Rect rcContent = m_pVT->GetContentRect(); in SetScrollInfo() local
1819 m_pNotify->IOnSetScrollInfoX(rcPlate.left, rcPlate.right, rcContent.left, in SetScrollInfo()
1820 rcContent.right, rcPlate.Width() / 3, in SetScrollInfo()
1824 rcContent.bottom, rcContent.top, in SetScrollInfo()
1884 CPDF_Rect rcContent = m_pVT->GetContentRect(); in SetScrollLimit() local
1887 if (rcPlate.Width() > rcContent.Width()) { in SetScrollLimit()
1890 if (FX_EDIT_IsFloatSmaller(m_ptScrollPos.x, rcContent.left)) { in SetScrollLimit()
1891 SetScrollPosX(rcContent.left); in SetScrollLimit()
1893 rcContent.right - rcPlate.Width())) { in SetScrollLimit()
1894 SetScrollPosX(rcContent.right - rcPlate.Width()); in SetScrollLimit()
1898 if (rcPlate.Height() > rcContent.Height()) { in SetScrollLimit()
1902 rcContent.bottom + rcPlate.Height())) { in SetScrollLimit()
1903 SetScrollPosY(rcContent.bottom + rcPlate.Height()); in SetScrollLimit()
1904 } else if (FX_EDIT_IsFloatBigger(m_ptScrollPos.y, rcContent.top)) { in SetScrollLimit()
1905 SetScrollPosY(rcContent.top); in SetScrollLimit()
2857 CPDF_Rect rcContent = m_pVT->GetContentRect(); in IsTextOverflow() local
2860 if (FX_EDIT_IsFloatBigger(rcContent.Height(), rcPlate.Height())) in IsTextOverflow()
2864 if (FX_EDIT_IsFloatBigger(rcContent.Width(), rcPlate.Width())) in IsTextOverflow()