Home
last modified time | relevance | path

Searched refs:rcText (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Signature.cpp135 CPDF_Rect rcText = rcClient; in RePosChildWnd() local
145 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()
DPWL_Note.cpp118 CPDF_Rect rcText = m_pText->GetContentRect(); in GetContentRect() local
119 rcText.right += 15.0f; in GetContentRect()
120 return rcText; in GetContentRect()