Home
last modified time | relevance | path

Searched refs:tmUnderlined (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/apitests/gdi32/
H A DAddFontMemResourceEx.c268 ok_int2(tm.tmUnderlined); in test_font_caps()
H A DCreateFontIndirect.c728 ok(tm.tmUnderlined, "Entry #%u: Underlined was FALSE\n", nIndex); in Test_FontSelectionEntry()
730 ok(!tm.tmUnderlined, "Entry #%u: Underlined was TRUE\n", nIndex); in Test_FontSelectionEntry()
/reactos/dll/win32/gdiplus/
H A Dfont.c372 if (font->otm.otmTextMetrics.tmUnderlined) in get_font_style()
503 lf->lfUnderline = font->otm.otmTextMetrics.tmUnderlined ? 1 : 0; in GdipGetLogFontW()
970 if (ntm->tmUnderlined) fontstyle |= FontStyleUnderline; in font_has_style_proc()
H A Dgraphics.c2327 lf->lfUnderline = font->otm.otmTextMetrics.tmUnderlined ? 1 : 0; in get_log_fontW()
/reactos/modules/rostests/winetests/gdi32/
H A Dgenerated.c6434 TEST_FIELD_SIZE (TEXTMETRICA, tmUnderlined, 1) in test_pack_TEXTMETRICA()
6435 TEST_FIELD_ALIGN (TEXTMETRICA, tmUnderlined, 1) in test_pack_TEXTMETRICA()
6436 TEST_FIELD_OFFSET(TEXTMETRICA, tmUnderlined, 49) in test_pack_TEXTMETRICA()
6501 TEST_FIELD_SIZE (TEXTMETRICW, tmUnderlined, 1) in test_pack_TEXTMETRICW()
6502 TEST_FIELD_ALIGN (TEXTMETRICW, tmUnderlined, 1) in test_pack_TEXTMETRICW()
6503 TEST_FIELD_OFFSET(TEXTMETRICW, tmUnderlined, 53) in test_pack_TEXTMETRICW()
12957 TEST_FIELD_SIZE (TEXTMETRICA, tmUnderlined, 1) in test_pack_TEXTMETRICA()
12958 TEST_FIELD_ALIGN (TEXTMETRICA, tmUnderlined, 1) in test_pack_TEXTMETRICA()
12959 TEST_FIELD_OFFSET(TEXTMETRICA, tmUnderlined, 49) in test_pack_TEXTMETRICA()
13024 TEST_FIELD_SIZE (TEXTMETRICW, tmUnderlined, 1) in test_pack_TEXTMETRICW()
[all …]
H A Dfont.c303 …ok(tm->tmUnderlined == otm->tmUnderlined, "tmUnderlined %d != %d\n", tm->tmUnderlined, otm->tmUnde… in compare_tm()
/reactos/sdk/include/psdk/
H A Dwtypes.idl263 BYTE tmUnderlined;
287 BYTE tmUnderlined;
H A Dwingdi.h2377 BYTE tmUnderlined; member
2399 BYTE tmUnderlined; member
2634 BYTE tmUnderlined; member
2660 BYTE tmUnderlined; member
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c513 …ok(metrics.tmUnderlined == expmetrics.tmUnderlined, "Got unexpected underlined %u, expected %u.\n", in test_ID3DXFont()
514 metrics.tmUnderlined, expmetrics.tmUnderlined); in test_ID3DXFont()
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c106 ptmA->tmUnderlined = ptmW->tmUnderlined; in FONT_TextMetricWToA()
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c2805 TM->tmUnderlined = FontGDI->RequestUnderline; in FillTM()
2902 TM->tmUnderlined = (FontGDI->RequestUnderline ? 0xFF : 0); in FillTM()
3516 Ntm->tmUnderlined = TM->tmUnderlined; in FontFamilyFillInfo()
5678 if (!LogFont->lfUnderline && TM->tmUnderlined) in GetFontPenalty()