Searched refs:unRect (Results 1 – 1 of 1) sorted by relevance
826 CPDF_Rect unRect = rcOld; in OnSetWindowRect() local827 unRect.Union(rcNew); in OnSetWindowRect()829 unRect.left = (FX_FLOAT)(unRect.left - 0.5); in OnSetWindowRect()830 unRect.right = (FX_FLOAT)(unRect.right + 0.5); in OnSetWindowRect()831 unRect.top = (FX_FLOAT)(unRect.top + 0.5); in OnSetWindowRect()832 unRect.bottom = (FX_FLOAT)(unRect.bottom -0.5); in OnSetWindowRect()833 …m_pApp->FFI_Invalidate(pData->pWidget->GetPDFPage(), unRect.left, unRect.top, unRect.right, unRect… in OnSetWindowRect()