Home
last modified time | relevance | path

Searched refs:uiFontSmoothingType (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/cpl/desk/
H A Deffappdlg.c42 RSET_COMBOBOX(IDC_EFFAPPEARANCE_SMOOTHINGTYPE, bFontSmoothing, uiFontSmoothingType - 1); in EffAppearanceDlgUpdateControls()
179 … g->SchemeAdv.Effects.uiFontSmoothingType = (Index == CB_ERR) ? 0 : (Index + 1); in EffAppearanceDlgProc()
H A Dappearance.h53 UINT uiFontSmoothingType; member
H A Dtheme.c203 &scheme->Effects.uiFontSmoothingType, in LoadCurrentScheme()
393 SYS_CONFIG(SPI_SETFONTSMOOTHINGTYPE, 0, IntToPtr(scheme->Effects.uiFontSmoothingType)); in ApplyScheme()
/reactos/win32ss/user/ntuser/
H A Dsysparams.h126 UINT uiFontSmoothingType; member
H A Dsysparams.c309 gspv.uiFontSmoothingType = SpiLoadDWord(KEY_DESKTOP, VAL_FONTSMOOTHINGTYPE, 1); in SpiUpdatePerUserSystemParameters()
1767 return SpiGetInt(pvParam, &gspv.uiFontSmoothingType, fl); in SpiGetSet()
1770 …return SpiSetDWord(&gspv.uiFontSmoothingType, PtrToUlong(pvParam), KEY_DESKTOP, VAL_FONTSMOOTHINGT… in SpiGetSet()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c2659 if (!gspv.uiFontSmoothingType) in IntGetFontRenderMode()