Searched refs:partIndex (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/comctl32/ |
H A D | tab.c | 1940 int partIndex = iItem == infoPtr->iSelected ? TABP_TABITEM : TABP_TOPTABITEM; in TAB_DrawItemInterior() local 1952 partIndex, in TAB_DrawItemInterior() 2100 int partIndex = 0; in TAB_DrawItem() local 2105 partIndex += 4; in TAB_DrawItem() 2110 partIndex += 1; in TAB_DrawItem() 2112 partIndex += 2; in TAB_DrawItem() 2125 DrawThemeBackground (theme, hdc, partIds[partIndex], stateId, &r, NULL); in TAB_DrawItem() 2126 GetThemeBackgroundContentRect (theme, hdc, partIds[partIndex], stateId, &r, &r); in TAB_DrawItem()
|