Lines Matching refs:pClass

30     PTHEME_CLASS pClass = ValidateHandle(hTheme);  in GetThemeBool()  local
34 if(!pClass) in GetThemeBool()
37 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_BOOL, iPropId))) in GetThemeBool()
49 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeColor() local
52 if(!pClass) in GetThemeColor()
55 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_COLOR, iPropId))) in GetThemeColor()
69 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeEnumValue() local
72 if(!pClass) in GetThemeEnumValue()
75 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_ENUM, iPropId))) in GetThemeEnumValue()
94 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeFilename() local
97 if(!pClass) in GetThemeFilename()
100 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_FILENAME, iPropId))) in GetThemeFilename()
112 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeFont() local
115 if(!pClass) in GetThemeFont()
118 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_FONT, iPropId))) in GetThemeFont()
130 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeInt() local
133 if(!pClass) in GetThemeInt()
136 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_INT, iPropId))) in GetThemeInt()
148 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeIntList() local
151 if(!pClass) in GetThemeIntList()
154 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_INTLIST, iPropId))) in GetThemeIntList()
166 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemePosition() local
169 if(!pClass) in GetThemePosition()
172 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_POSITION, iPropId))) in GetThemePosition()
184 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeRect() local
187 if(!pClass) in GetThemeRect()
190 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_RECT, iPropId))) in GetThemeRect()
202 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeString() local
205 if(!pClass) in GetThemeString()
208 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_STRING, iPropId))) in GetThemeString()
221 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeMargins() local
225 if(!pClass) in GetThemeMargins()
228 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, TMT_MARGINS, iPropId))) in GetThemeMargins()
242 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemeMetric() local
245 if(!pClass) in GetThemeMetric()
248 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, 0, iPropId))) in GetThemeMetric()
284 PTHEME_CLASS pClass = ValidateHandle(hTheme); in GetThemePropertyOrigin() local
287 if(!pClass) in GetThemePropertyOrigin()
290 if(!(tp = MSSTYLES_FindProperty(pClass, iPartId, iStateId, 0, iPropId))) { in GetThemePropertyOrigin()