Home
last modified time | relevance | path

Searched refs:wWeight (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/riched20/
H A Dstyle.c53 ZeroMemory(&to->wWeight, sizeof(CHARFORMAT2W)-FIELD_OFFSET(CHARFORMAT2W, wWeight)); in cfany_to_cf2w()
66 CopyMemory(&to->wWeight, &f->wWeight, sizeof(CHARFORMAT2A)-FIELD_OFFSET(CHARFORMAT2A, wWeight)); in cfany_to_cf2w()
109 … CopyMemory(&t->wWeight, &from->wWeight, sizeof(CHARFORMAT2W)-FIELD_OFFSET(CHARFORMAT2W,wWeight)); in cf2w_to_cfany()
177 COPY_STYLE_ITEM(CFM_WEIGHT, wWeight); in ME_ApplyStyle()
205 fmt.wWeight = (mod->dwEffects & CFE_BOLD) ? FW_BOLD : FW_NORMAL; in ME_ApplyStyle()
207 if (mod->wWeight > FW_NORMAL) in ME_ApplyStyle()
313 lf->lfWeight = s->fmt.wWeight; in ME_LogFontFromStyle()
340 fmt->wWeight = lf->lfWeight; in ME_CharFormatFromLogFont()
H A Dpara.c184 cf.wWeight = lf.lfWeight; in ME_MakeFirstParagraph()
H A Drichole.c501 value->l = fmt.wWeight; in get_textfont_prop_for_pos()
662 fmt.wWeight = value; in textrange_set_font()
818 fmt.wWeight = value->l; in set_textfont_prop()
H A Deditor.c440 fmt.wWeight = FW_NORMAL; in ME_RTFCharAttrHook()
446 fmt.wWeight = info->rtfParam ? FW_BOLD : FW_NORMAL; in ME_RTFCharAttrHook()
/reactos/sdk/include/psdk/
H A Drichedit.h291 WORD wWeight; member
314 WORD wWeight; member
H A Dwindns.h371 WORD wWeight; member
379 WORD wWeight; member
/reactos/dll/win32/dnsapi/
H A Drecord.c266 r1->Data.SRV.wWeight != r2->Data.SRV.wWeight || in DnsRecordCompare()
/reactos/base/applications/network/ipconfig/
H A Dipconfig.c1163 pThisRecord->Data.SRV.wWeight, in DisplayDnsRecord()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c785 if (cf2.wWeight > 550) expect_effects |= CFE_BOLD; in test_EM_SETCHARFORMAT()
933 cf2.wWeight = FW_DONTCARE; in test_EM_SETCHARFORMAT()
1005 cf2.wWeight = FW_DONTCARE; in test_EM_SETCHARFORMAT()
1227 cf2.wWeight = 100; in test_EM_SETCHARFORMAT()
1232 ok(cf2.wWeight == 100, "got %d\n", cf2.wWeight); in test_EM_SETCHARFORMAT()
1248 cfW.wWeight = 100; in test_EM_SETCHARFORMAT()
1253 ok(cfW.wWeight == 100, "got %d\n", cfW.wWeight); in test_EM_SETCHARFORMAT()