Searched refs:rcText (Results 1 – 2 of 2) sorted by relevance
135 CPDF_Rect rcText = rcClient; in RePosChildWnd() local145 rcText.right = rcText.left + rcClient.Width() / 2.0f; in RePosChildWnd()150 rcText.bottom = rcText.top - rcClient.Height() / 2.0f; in RePosChildWnd()158 m_pText->Move(rcText, TRUE, FALSE); in RePosChildWnd()159 m_pImage->Move(rcText, TRUE, FALSE); in RePosChildWnd()
118 CPDF_Rect rcText = m_pText->GetContentRect(); in GetContentRect() local119 rcText.right += 15.0f; in GetContentRect()120 return rcText; in GetContentRect()