Searched refs:target_rec (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchListCtrl.cpp855 wxRect target_rec = cur_rec; local
858 target_rec.y += iTextOffset;
863 target_rec.x += treeOffset;
864 target_rec.width -= treeOffset;
868 target_rec.x += 4;
869 target_rec.width -= 4;
879 theApp->amuledlg->m_imagelist.Draw(image, *dc, target_rec.GetX(),
880 target_rec.GetY() - 1, wxIMAGELIST_DRAW_TRANSPARENT);
883 target_rec.x += imgWidth + 4;
884 target_rec
[all...]
H A DDownloadListCtrl.cpp884 wxRect target_rec = cur_rec; local
887 target_rec.x += iOffset;
888 target_rec.width -= iOffset;
891 target_rec.y += iTextOffset;
895 DrawFileItem(dc, i, target_rec, content);
H A DGenericClientListCtrl.cpp694 wxRect target_rec = cur_rec; local
695 target_rec.width = columnwidth - 2*iOffset;
700 DrawClientItem(dc, cid, target_rec, content, iTextOffset, imageListBitmapYOffset, imageListBitmapXSize);

Completed in 30 milliseconds