Searched refs:BT_BORDERFILL (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/uxtheme/ |
H A D | draw.c | 749 int bgtype = BT_BORDERFILL; in DrawThemeBackgroundEx() 775 else if(bgtype == BT_BORDERFILL) in DrawThemeBackgroundEx() 1544 int bgtype = BT_BORDERFILL; in GetThemeBackgroundContentRect() 1548 if(bgtype == BT_BORDERFILL) { in GetThemeBackgroundContentRect() 1592 int bgtype = BT_BORDERFILL; in GetThemeBackgroundExtent() 1596 if(bgtype == BT_BORDERFILL) { in GetThemeBackgroundExtent() 1773 int bgtype = BT_BORDERFILL; in GetThemeBackgroundRegion() 1785 else if(bgtype == BT_BORDERFILL) { in GetThemeBackgroundRegion() 1825 int bgtype = BT_BORDERFILL; in GetThemePartSize() 1837 else if(bgtype == BT_BORDERFILL) in GetThemePartSize() [all …]
|
H A D | stylemap.c | 252 {TMT_BGTYPE,BT_BORDERFILL,{'B','O','R','D','E','R','F','I','L','L','\0'}},
|
/reactos/sdk/include/psdk/ |
H A D | vssym32.h | 27 BT_BORDERFILL = 1, enumerator
|