Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:rcIcon

1116     CPDF_Rect rcIcon = rcClient;
1117 rcIcon.top -= 2.0f;
1118 rcIcon.right = rcIcon.left + 14.0f;
1119 rcIcon.bottom = rcIcon.top - 14.0f;
1120 rcIcon.Normalize();
1121 m_pIcon->Move(rcIcon, TRUE, FALSE);
1122 m_pIcon->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcIcon));
1137 rcIcon.right + 1.0f);
1146 rcSubject.left = rcIcon.right + POPUP_ITEM_TEXT_INDENT;
1158 rcIcon.right + 1.0f);