Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:rcItem

144 			CPDF_Rect rcItem = m_pList->GetItemRect(i);

146 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
148 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f);
151 sListItems << CPWL_Utils::GetRectFillAppStream(rcItem,PWL_DEFAULT_SELBACKCOLOR);
196 CPDF_Rect rcItem = m_pList->GetItemRect(i);
197 if (rcItem.bottom > rcPlate.top || rcItem.top < rcPlate.bottom) continue;
199 CPDF_Point ptOffset(rcItem.left, (rcItem.top + rcItem.bottom) * 0.5f);
204 rcItem.Intersect(rcList);
206 rcItem.Intersect(rcClient);
211 // CPWL_Utils::DrawFillRect(pDevice, pUser2Device, rcItem, ArgbEncode(255,0,51,113));
217 pSysHandler->OutputSelectedRect(m_pFormFiller, rcItem);
221 CPWL_Utils::DrawFillRect(pDevice, pUser2Device, rcItem, ArgbEncode(255,0,51,113));