Searched refs:rcOptions (Results 1 – 1 of 1) sorted by relevance
1155 CPDF_Rect rcOptions = rcClient; in RePosNoteChildren() local1156 rcOptions.left = in RePosNoteChildren()1157 PWL_MAX(rcOptions.right - m_pOptions->GetContentRect().Width(), in RePosNoteChildren()1159 rcOptions.top = rcSubject.bottom - 4.0f; in RePosNoteChildren()1160 rcOptions.bottom = rcOptions.top - m_pOptions->GetContentRect().Height(); in RePosNoteChildren()1161 rcOptions.Normalize(); in RePosNoteChildren()1162 m_pOptions->Move(rcOptions, TRUE, FALSE); in RePosNoteChildren()1163 m_pOptions->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcOptions)); in RePosNoteChildren()1170 rcOptions.left - 1.0f); in RePosNoteChildren()