Home
last modified time | relevance | path

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

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/app/
H A D_Appmodule.c217 ThemeBrush inBrush; in App_SetThemePen() local
224 &inBrush, in App_SetThemePen()
228 _err = SetThemePen(inBrush, in App_SetThemePen()
241 ThemeBrush inBrush; in App_SetThemeBackground() local
248 &inBrush, in App_SetThemeBackground()
252 _err = SetThemeBackground(inBrush, in App_SetThemeBackground()
290 ThemeBrush inBrush; in App_SetThemeWindowBackground() local
297 &inBrush, in App_SetThemeWindowBackground()
1592 ThemeBrush inBrush; in App_GetThemeBrushAsColor() local
1600 &inBrush, in App_GetThemeBrushAsColor()
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Modules/app/
H A D_Appmodule.c217 ThemeBrush inBrush; in App_SetThemePen() local
224 &inBrush, in App_SetThemePen()
228 _err = SetThemePen(inBrush, in App_SetThemePen()
241 ThemeBrush inBrush; in App_SetThemeBackground() local
248 &inBrush, in App_SetThemeBackground()
252 _err = SetThemeBackground(inBrush, in App_SetThemeBackground()
290 ThemeBrush inBrush; in App_SetThemeWindowBackground() local
297 &inBrush, in App_SetThemeWindowBackground()
1592 ThemeBrush inBrush; in App_GetThemeBrushAsColor() local
1600 &inBrush, in App_GetThemeBrushAsColor()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DHITheme.pas3984 function HIThemeSetFill( inBrush: ThemeBrush; inInfo: UnivPtr; inContext: CGContextRef; inOrientati… in HIThemeSetFill()
4024 function HIThemeSetStroke( inBrush: ThemeBrush; inInfo: UnivPtr; inContext: CGContextRef; inOrienta… in HIThemeSetStroke()
4181 function HIThemeBrushCreateCGColor( inBrush: ThemeBrush; var outColor: CGColorRef ): OSStatus; exte… in HIThemeBrushCreateCGColor()
4228 function HIThemeGetTextColorForThemeBrush( inBrush: ThemeBrush; inWindowIsActive: Boolean; var outC… in HIThemeGetTextColorForThemeBrush()
H A DAppearance.pas2837 function SetThemePen( inBrush: ThemeBrush; inDepth: SInt16; inIsColorDevice: Boolean ): OSStatus; e… in SetThemePen()
2860 function SetThemeBackground( inBrush: ThemeBrush; inDepth: SInt16; inIsColorDevice: Boolean ): OSSt… in SetThemeBackground()
4863 function GetThemeBrushAsColor( inBrush: ThemeBrush; inDepth: SInt16; inColorDev: Boolean; var outCo… in GetThemeBrushAsColor()
H A DMacWindows.pas4237 function SetThemeWindowBackground( inWindow: WindowRef; inBrush: ThemeBrush; inUpdate: Boolean ): O… in SetThemeWindowBackground()