Searched refs:rcContent (Results 1 – 8 of 8) sorted by relevance
1231 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in SetContentChanged() local1232 if (rcContent.Width() != m_rcOldContent.Width() || in SetContentChanged()1233 rcContent.Height() != m_rcOldContent.Height()) { in SetContentChanged()1236 m_pNotify->IOnContentChange(rcContent); in SetContentChanged()1239 m_rcOldContent = rcContent; in SetContentChanged()1269 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in VTToEdit() local1279 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in VTToEdit()1282 fPadding = rcPlate.Height() - rcContent.Height(); in VTToEdit()1291 CFX_FloatRect rcContent = m_pVT->GetContentRect(); in EditToVT() local1301 fPadding = (rcPlate.Height() - rcContent.Height()) * 0.5f; in EditToVT()[all …]
529 CFX_FloatRect rcContent = GetContentRectInternal(); in SetScrollInfo() local534 rcContent.bottom, rcContent.top, in SetScrollInfo()548 CFX_FloatRect rcContent = GetContentRectInternal(); in SetScrollPosY() local550 if (rcPlate.Height() > rcContent.Height()) { in SetScrollPosY()553 if (IsFloatSmaller(fy - rcPlate.Height(), rcContent.bottom)) { in SetScrollPosY()554 fy = rcContent.bottom + rcPlate.Height(); in SetScrollPosY()555 } else if (IsFloatBigger(fy, rcContent.top)) { in SetScrollPosY()556 fy = rcContent.top; in SetScrollPosY()
702 CFX_FloatRect rcContent = CPWL_Utils::DeflateRect( in RePosChildWnd() local708 CFX_FloatRect(rcContent.right - PWL_SCROLLBAR_WIDTH, rcContent.bottom, in RePosChildWnd()709 rcContent.right - 1.0f, rcContent.top); in RePosChildWnd()
105 void IOnContentChange(const CFX_FloatRect& rcContent);
163 CFX_FloatRect rcContent = pEdit->GetContentRect(); in DrawThisAppearance() local164 if (rcContent.Width() > rcClient.Width()) in DrawThisAppearance()
546 void CPWL_EditCtrl::IOnContentChange(const CFX_FloatRect& rcContent) {} in IOnContentChange() argument
1390 CFX_FloatRect rcContent = pEdit->GetContentRect(); local1397 if (rcContent.Width() > rcEdit.Width() ||1398 rcContent.Height() > rcEdit.Height()) {1455 CFX_FloatRect rcContent = pEdit->GetContentRect(); local1456 FX_FLOAT fItemHeight = rcContent.Height();1566 CFX_FloatRect rcContent = pEdit->GetContentRect(); local1573 if (rcContent.Width() > rcClient.Width() ||1574 rcContent.Height() > rcClient.Height()) {
248 CFX_FloatRect rcContent = vt.GetContentRect(); in GenerateWidgetAP() local252 CFX_PointF(0.0f, (rcContent.Height() - rcBody.Height()) / 2.0f); in GenerateWidgetAP()259 if (rcContent.Width() > rcBody.Width() || in GenerateWidgetAP()260 rcContent.Height() > rcBody.Height()) { in GenerateWidgetAP()298 CFX_FloatRect rcContent = vt.GetContentRect(); in GenerateWidgetAP() local300 CFX_PointF(0.0f, (rcContent.Height() - rcEdit.Height()) / 2.0f); in GenerateWidgetAP()