Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dheader.c457 INT img_cx, img_cy; in HEADER_DrawItem() local
486 … if ((phdi->fmt & HDF_IMAGE) && ImageList_GetIconSize( infoPtr->himl, &img_cx, &img_cy )) { in HEADER_DrawItem()
487 iw = img_cx + 2 * infoPtr->iMargin; in HEADER_DrawItem()
573 img_cx, img_cy, CLR_DEFAULT, CLR_DEFAULT, 0); in HEADER_DrawItem()