Home
last modified time | relevance | path

Searched refs:lfStrikeOut (Results 1 – 25 of 30) sorted by relevance

12

/reactos/modules/rostests/apitests/gdi32/
H A DCreateFontIndirect.c28 logfont.lfStrikeOut = 0; in Test_CreateFontIndirectA()
60 logfont.lfStrikeOut = 0; in Test_CreateFontIndirectW()
99 plogfonta->lfStrikeOut = 0; in Test_CreateFontIndirectExA()
145 plogfontw->lfStrikeOut = 0; in Test_CreateFontIndirectExW()
698 lf.lfStrikeOut = Entry->StruckOutBefore; in Test_FontSelectionEntry()
/reactos/sdk/include/reactos/wine/
H A Dwingdi16.h46 BYTE lfStrikeOut; member
/reactos/modules/rostests/tests/primitives/
H A Dmk_font.cpp60 lf.lfStrikeOut = (style & FS_STRIKEOUT) ? true : false; in MakeFont()
/reactos/modules/rostests/tests/txtscale/
H A Dmk_font.cpp60 lf.lfStrikeOut = (style & FS_STRIKEOUT) ? true : false; in MakeFont()
/reactos/win32ss/gdi/gdi32/objects/
H A Dutils.c360 COPYN(lfStrikeOut); in LogFontA2W()
387 COPYN(lfStrikeOut); in LogFontW2A()
/reactos/base/applications/notepad/
H A Dsettings.c140 QueryByte(hKey, _T("lfStrikeOut"), &Globals.lfFont.lfStrikeOut); in NOTEPAD_LoadSettingsFromRegistry()
266 SaveDword(hKey, _T("lfStrikeOut"), Globals.lfFont.lfStrikeOut); in NOTEPAD_SaveSettingsToRegistry()
/reactos/win32ss/gdi/gdi32/wine/mfdrv/
H A Dobjects.c273 font16->lfStrikeOut = logfont->lfStrikeOut; in MFDRV_CreateFontIndirect()
/reactos/win32ss/user/user32/misc/
H A Ddesktop.c89 COPYN(lfStrikeOut); in LogFontA2W()
115 COPYN(lfStrikeOut); in LogFontW2A()
/reactos/dll/win32/riched20/
H A Dstyle.c321 lf->lfStrikeOut = 1; in ME_LogFontFromStyle()
346 if (lf->lfStrikeOut) fmt->dwEffects |= CFM_STRIKEOUT; in ME_CharFormatFromLogFont()
H A Dpara.c188 if (lf.lfStrikeOut) cf.dwEffects |= CFE_STRIKEOUT; in ME_MakeFirstParagraph()
/reactos/sdk/include/psdk/
H A Ddimm.idl49 BYTE lfStrikeOut;
66 BYTE lfStrikeOut;
/reactos/modules/rostests/winetests/user32/
H A Dsysparams.c504 BYTE lfStrikeOut; member
536 plf->lfStrikeOut = plf16->lfStrikeOut; in lffromreg()
553 plf->lfStrikeOut = lfw.lfStrikeOut; in lffromreg()
1784 im_cur.lfFont.lfStrikeOut = !im_cur.lfFont.lfStrikeOut; in test_SPI_SETICONMETRICS()
1813 eq( im_new.lfFont.lfStrikeOut, im_cur.lfFont.lfStrikeOut, "lfStrikeOut", "%d" ); in test_SPI_SETICONMETRICS()
/reactos/dll/win32/comdlg32/
H A Dfontdlg.c513 lplf->lfStrikeOut,lplf->lfCharSet, lplf->lfOutPrecision, in AddFontStyle()
649 if(lpxx->lfStrikeOut) in CFn_WMInitDialog()
1053 lpxx->lfStrikeOut=IsDlgButtonChecked(hDlg,chx1); in CFn_WMCommand()
/reactos/modules/rostests/winetests/gdiplus/
H A Dfont.c203 expect(0, lfa2.lfStrikeOut); in test_logfont()
217 lfa.lfItalic = lfa.lfUnderline = lfa.lfStrikeOut = TRUE; in test_logfont()
234 expect(TRUE, lfa2.lfStrikeOut); in test_logfont()
/reactos/dll/win32/gdiplus/
H A Dfont.c169 lfw.lfStrikeOut = style & FontStyleStrikeout; in GdipCreateFont()
504 lf->lfStrikeOut = font->otm.otmTextMetrics.tmStruckOut ? 1 : 0; in GdipGetLogFontW()
/reactos/win32ss/gdi/gdi32/wine/
H A Dmetadc.c1086 font16->lfStrikeOut = logfont->lfStrikeOut; in metadc_create_font()
H A Dmetafile.c802 font.lfStrikeOut = LOBYTE(mr->rdParm[6]); in PlayMetaFileRecord()
/reactos/dll/win32/uxtheme/
H A Dmsstyles.c1071 else if(!lstrcmpiW(szStrikeOut, attr)) pFont->lfStrikeOut = TRUE; in MSSTYLES_GetFont()
/reactos/modules/rostests/winetests/gdi32/
H A Dgenerated.c3446 TEST_FIELD_SIZE (LOGFONTA, lfStrikeOut, 1) in test_pack_LOGFONTA()
3447 TEST_FIELD_ALIGN (LOGFONTA, lfStrikeOut, 1) in test_pack_LOGFONTA()
3448 TEST_FIELD_OFFSET(LOGFONTA, lfStrikeOut, 22) in test_pack_LOGFONTA()
3495 TEST_FIELD_SIZE (LOGFONTW, lfStrikeOut, 1) in test_pack_LOGFONTW()
3496 TEST_FIELD_ALIGN (LOGFONTW, lfStrikeOut, 1) in test_pack_LOGFONTW()
3497 TEST_FIELD_OFFSET(LOGFONTW, lfStrikeOut, 22) in test_pack_LOGFONTW()
9969 TEST_FIELD_SIZE (LOGFONTA, lfStrikeOut, 1) in test_pack_LOGFONTA()
9970 TEST_FIELD_ALIGN (LOGFONTA, lfStrikeOut, 1) in test_pack_LOGFONTA()
9971 TEST_FIELD_OFFSET(LOGFONTA, lfStrikeOut, 22) in test_pack_LOGFONTA()
10018 TEST_FIELD_SIZE (LOGFONTW, lfStrikeOut, 1) in test_pack_LOGFONTW()
[all …]
H A Dfont.c226 …ok(lf->lfStrikeOut == getobj_lf.lfStrikeOut, "lfStrikeOut: expect %02x got %02x\n", lf->lfStrikeOu… in check_font()
5920 lf.lfStrikeOut = 0; in check_vertical_font()
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c571 if (lf.lfStrikeOut) cf->dwEffects |= CFE_SUBSCRIPT; in hf_to_cf()
/reactos/base/applications/winhlp32/
H A Dhlpfile.c1497 page->file->fonts[font].LogFont.lfStrikeOut ? "\\strike" : "\\strike0"); in HLPFILE_BrowseParagraph()
1915 hlpfile->fonts[i].LogFont.lfStrikeOut = (flag & 8) != 0; in HLPFILE_ReadFont()
/reactos/base/applications/wordpad/
H A Dwordpad.c587 cf.lpLogFont->lfStrikeOut = (fmt.dwEffects & CFE_STRIKEOUT) != 0; in dialog_choose_font()
604 if(cf.lpLogFont->lfStrikeOut) in dialog_choose_font()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c5686 if (!LogFont->lfStrikeOut && TM->tmStruckOut) in GetFontPenalty()
5997 FontGdi->RequestStrikeOut = pLogFont->lfStrikeOut ? 0xFF : 0; in TextIntRealizeFont()
7192 if (plf->lfUnderline || plf->lfStrikeOut) /* Underline or strike-out? */ in IntExtTextOutW()
7250 if (plf->lfStrikeOut) /* Draw strike-out */ in IntExtTextOutW()
/reactos/dll/win32/oleaut32/
H A Dolefont.c632 logFont.lfStrikeOut = This->description.fStrikethrough; in realize_font()

12