Searched refs:rectAnnot (Results 1 – 2 of 2) sorted by relevance
417 CFX_FloatRect rectAnnot = m_pWidget->GetPDFAnnot()->GetRect(); in GetPDFWindowRect() local419 float fWidth = rectAnnot.right - rectAnnot.left; in GetPDFWindowRect()420 float fHeight = rectAnnot.top - rectAnnot.bottom; in GetPDFWindowRect()
878 CFX_FloatRect rectAnnot = GetRect(); local879 float fWidth = rectAnnot.right - rectAnnot.left;880 float fHeight = rectAnnot.top - rectAnnot.bottom;