ReactOS 0.4.16-dev-319-g6cf4263
|
Go to the source code of this file.
Macros | |
#define | MSSTYLES_VERSION 0x0003 |
Variables | |
int | alphaBlendMode |
static const WCHAR | szThemesIniResource [] |
#define MSSTYLES_VERSION 0x0003 |
Definition at line 31 of file msstyles.c.
|
static |
Definition at line 422 of file msstyles.c.
Referenced by MSSTYLES_ParseThemeIni().
|
static |
Definition at line 617 of file msstyles.c.
Referenced by MSSTYLES_ParseThemeIni().
|
static |
Definition at line 479 of file msstyles.c.
Referenced by MSSTYLES_ParseThemeIni().
|
static |
Definition at line 576 of file msstyles.c.
Referenced by MSSTYLES_ParseThemeIni().
HRESULT MSSTYLES_CloseThemeClass | ( | PTHEME_CLASS | tc | ) |
Definition at line 822 of file msstyles.c.
Referenced by CloseThemeData(), and OpenThemeDataInternal().
void MSSTYLES_CloseThemeFile | ( | PTHEME_FILE | tf | ) |
Definition at line 179 of file msstyles.c.
Referenced by CheckThemeSignature(), CloseThemeFile(), EnumThemeColors(), EnumThemeSizes(), GetThemeDefaults(), GetThemeDocumentationProperty(), MSSTYLES_CloseThemeClass(), UXTHEME_LoadTheme(), and UXTHEME_SetActiveTheme().
|
static |
Definition at line 392 of file msstyles.c.
Referenced by MSSTYLES_AddClass(), MSSTYLES_OpenThemeClass(), and MSSTYLES_ParseThemeIni().
PTHEME_PROPERTY MSSTYLES_FindMetric | ( | PTHEME_FILE | tf, |
int | iPropertyPrimitive, | ||
int | iPropertyId | ||
) |
Definition at line 556 of file msstyles.c.
Referenced by GetThemeSysBool(), GetThemeSysColor(), GetThemeSysFont(), GetThemeSysInt(), GetThemeSysSize(), GetThemeSysString(), and MSSTYLES_AddMetric().
PTHEME_PARTSTATE MSSTYLES_FindPartState | ( | PTHEME_CLASS | tc, |
int | iPartId, | ||
int | iStateId, | ||
PTHEME_CLASS * | tcNext | ||
) |
Definition at line 452 of file msstyles.c.
Referenced by IsThemePartDefined(), MSSTYLES_AddPartState(), MSSTYLES_FindPartState(), and MSSTYLES_FindProperty().
PTHEME_PROPERTY MSSTYLES_FindProperty | ( | PTHEME_CLASS | tc, |
int | iPartId, | ||
int | iStateId, | ||
int | iPropertyPrimitive, | ||
int | iPropertyId | ||
) |
Definition at line 835 of file msstyles.c.
Referenced by GetThemeBool(), GetThemeColor(), GetThemeEnumValue(), GetThemeFilename(), GetThemeFont(), GetThemeInt(), GetThemeIntList(), GetThemeMargins(), GetThemeMetric(), GetThemePosition(), GetThemePropertyOrigin(), GetThemeRect(), GetThemeString(), MSSTYLES_FindProperty(), and UXTHEME_SelectImage().
|
static |
Definition at line 246 of file msstyles.c.
Referenced by MSSTYLES_ParseThemeIni().
|
static |
Definition at line 1037 of file msstyles.c.
Referenced by MSSTYLES_GetPropertyFont().
|
static |
Definition at line 945 of file msstyles.c.
Referenced by MSSTYLES_GetFont(), MSSTYLES_GetPropertyColor(), MSSTYLES_GetPropertyInt(), MSSTYLES_GetPropertyIntList(), MSSTYLES_GetPropertyMargins(), MSSTYLES_GetPropertyPosition(), and MSSTYLES_GetPropertyRect().
|
static |
Definition at line 969 of file msstyles.c.
Referenced by MSSTYLES_GetFont().
HRESULT MSSTYLES_GetPropertyBool | ( | PTHEME_PROPERTY | tp, |
BOOL * | pfVal | ||
) |
Definition at line 994 of file msstyles.c.
Referenced by GetThemeBool(), GetThemeMetric(), and GetThemeSysBool().
HRESULT MSSTYLES_GetPropertyColor | ( | PTHEME_PROPERTY | tp, |
COLORREF * | pColor | ||
) |
Definition at line 1007 of file msstyles.c.
Referenced by GetThemeColor(), GetThemeMetric(), and GetThemeSysColor().
HRESULT MSSTYLES_GetPropertyFont | ( | PTHEME_PROPERTY | tp, |
HDC | hdc, | ||
LOGFONTW * | pFont | ||
) |
Definition at line 1077 of file msstyles.c.
Referenced by GetThemeFont(), and GetThemeSysFont().
HRESULT MSSTYLES_GetPropertyInt | ( | PTHEME_PROPERTY | tp, |
int * | piVal | ||
) |
Definition at line 1094 of file msstyles.c.
Referenced by GetThemeInt(), GetThemeMetric(), GetThemeSysInt(), and GetThemeSysSize().
HRESULT MSSTYLES_GetPropertyIntList | ( | PTHEME_PROPERTY | tp, |
INTLIST * | pIntList | ||
) |
Definition at line 1108 of file msstyles.c.
Referenced by GetThemeIntList().
HRESULT MSSTYLES_GetPropertyMargins | ( | PTHEME_PROPERTY | tp, |
RECT * | prc, | ||
MARGINS * | pMargins | ||
) |
Definition at line 1182 of file msstyles.c.
Referenced by GetThemeMargins().
HRESULT MSSTYLES_GetPropertyPosition | ( | PTHEME_PROPERTY | tp, |
POINT * | pPoint | ||
) |
Definition at line 1127 of file msstyles.c.
Referenced by GetThemePosition().
HRESULT MSSTYLES_GetPropertyRect | ( | PTHEME_PROPERTY | tp, |
RECT * | pRect | ||
) |
HRESULT MSSTYLES_GetPropertyString | ( | PTHEME_PROPERTY | tp, |
LPWSTR | pszBuff, | ||
int | cchMaxBuffChars | ||
) |
Definition at line 1151 of file msstyles.c.
Referenced by GetThemeEnumValue(), GetThemeFilename(), GetThemeMetric(), GetThemeString(), and GetThemeSysString().
PUXINI_FILE MSSTYLES_GetThemeIni | ( | PTHEME_FILE | tf | ) |
|
static |
Definition at line 506 of file msstyles.c.
Referenced by MSSTYLES_FindMetric(), and MSSTYLES_PSFindProperty().
HBITMAP MSSTYLES_LoadBitmap | ( | PTHEME_CLASS | tc, |
LPCWSTR | lpFilename, | ||
BOOL * | hasAlpha | ||
) |
Definition at line 896 of file msstyles.c.
Referenced by UXTHEME_LoadImage(), and UXTHEME_SelectImage().
PTHEME_CLASS MSSTYLES_OpenThemeClass | ( | PTHEME_FILE | tf, |
LPCWSTR | pszAppName, | ||
LPCWSTR | pszClassList | ||
) |
Definition at line 756 of file msstyles.c.
Referenced by OpenThemeDataInternal().
HRESULT MSSTYLES_OpenThemeFile | ( | LPCWSTR | lpThemeFile, |
LPCWSTR | pszColorName, | ||
LPCWSTR | pszSizeName, | ||
PTHEME_FILE * | tf | ||
) |
Definition at line 54 of file msstyles.c.
Referenced by CheckThemeSignature(), EnumThemeColors(), EnumThemeSizes(), GetThemeDefaults(), GetThemeDocumentationProperty(), OpenThemeFile(), and UXTHEME_LoadTheme().
|
static |
Definition at line 313 of file msstyles.c.
Referenced by MSSTYLES_ParseThemeIni().
void MSSTYLES_ParseThemeIni | ( | PTHEME_FILE | tf | ) |
Definition at line 644 of file msstyles.c.
Referenced by OpenThemeDataInternal(), and UXTHEME_SetActiveTheme().
|
inlinestatic |
Definition at line 538 of file msstyles.c.
Referenced by MSSTYLES_AddProperty(), and MSSTYLES_FindProperty().
HRESULT MSSTYLES_ReferenceTheme | ( | PTHEME_FILE | tf | ) |
Definition at line 224 of file msstyles.c.
Referenced by UXTHEME_SetActiveTheme().
Definition at line 863 of file msstyles.c.
Referenced by MSSTYLES_LoadBitmap().
|
extern |
Definition at line 33 of file msstyles.c.
Referenced by MSSTYLES_GetThemeIni().