Home
last modified time | relevance | path

Searched refs:lplvcd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelListNotify.cpp698 bool CPanel::OnCustomDraw(LPNMLVCUSTOMDRAW lplvcd, LRESULT &result) in OnCustomDraw() argument
700 switch (lplvcd->nmcd.dwDrawStage) in OnCustomDraw()
716 const unsigned realIndex = (unsigned)lplvcd->nmcd.lItemlParam; in OnCustomDraw()
717 lplvcd->clrTextBk = _listView.GetBkColor(); in OnCustomDraw()
721 lplvcd->clrTextBk = RGB(255, 192, 192); in OnCustomDraw()
727 lplvcd->clrText = RGB(255, 0, 0); in OnCustomDraw()
H A DPanel.h408 bool OnCustomDraw(LPNMLVCUSTOMDRAW lplvcd, LRESULT &result);