Home
last modified time | relevance | path

Searched refs:abc (Results 1 – 20 of 20) sorted by relevance

/reactos/dll/win32/usp10/
H A Dusp10.c699 ABC abc; member
3422 ABC abc; in ScriptPlaceOpenType() local
3429 abc.abcA = abc.abcB = abc.abcC = 0; in ScriptPlaceOpenType()
3455 abc.abcB = width; in ScriptPlaceOpenType()
3456 abc.abcA = abc.abcC = 0; in ScriptPlaceOpenType()
3470 abc.abcB = width; in ScriptPlaceOpenType()
3471 abc.abcA = abc.abcC = 0; in ScriptPlaceOpenType()
3481 if (piAdvance) piAdvance[i] = abc.abcA + abc.abcB + abc.abcC; in ScriptPlaceOpenType()
3714 if (!abc) return E_INVALIDARG; in ScriptGetGlyphABCWidth()
3728 abc->abcB = width; in ScriptGetGlyphABCWidth()
[all …]
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c1133 ABC abc[1]; in ABCWidths_helper() local
1163 ABC abc[1]; in test_GetCharABCWidths() local
5962 ABC abc, vabc; in check_vertical_metrics() local
6038 ok(vgm.gmptGlyphOrigin.y == abc.abcA + abc.abcB + otm.otmDescent || in check_vertical_metrics()
6039 … broken(vgm.gmptGlyphOrigin.y == abc.abcA + abc.abcB - otm.otmTextMetrics.tmDescent) /* win2k */, in check_vertical_metrics()
6041 (INT)vgm.gmptGlyphOrigin.y, abc.abcA, abc.abcB, otm.otmDescent); in check_vertical_metrics()
6513 ABC abc; in test_fake_bold_font() member
6544 data[i].w = data[i].abc.abcA + data[i].abc.abcB + data[i].abc.abcC; in test_fake_bold_font()
6769 ABC abc[5]; in test_GetCharWidthI() local
6788 memset(abc, 0xcc, sizeof(abc)); in test_GetCharWidthI()
[all …]
/reactos/modules/rostests/winetests/jscript/
H A Dregexp.js651 ok(/abc/.toString() === "/abc/", "/abc/.toString() = " + /abc/.toString());
655 ok(/abc/g.toString() === "/abc/g", "/abc/g.toString() = " + /abc/g.toString());
656 ok(/abc/i.toString() === "/abc/i", "/abc/i.toString() = " + /abc/i.toString());
657 ok(/abc/ig.toString() === "/abc/ig", "/abc/ig.toString() = " + /abc/ig.toString());
658 ok(/abc/mgi.toString() === "/abc/igm", "/abc/mgi.toString() = " + /abc/mgi.toString());
661 ok(/abc/.toString(1, false, "3") === "/abc/", "/abc/.toString(1, false, \"3\") = " + /abc/.toString…
H A Dlang.js1601 obj.abc = 1;
/reactos/modules/rostests/win32/cmd/
H A Dtest_echoer_parser.cmd.exp182 abc
185 abc
H A Dtest_echoer_parser.cmd160 set test=abc
161 set abc=def variable
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c2106 ABC abc[4]; in test_ScriptPlace() local
3472 ABC abc, abc2; in test_ScriptGetGlyphABCWidth() local
3499 hr = ScriptGetGlyphABCWidth(hdc, &sc, glyph, &abc); in test_ScriptGetGlyphABCWidth()
3501 ok(abc.abcB != 0, "Unexpected width.\n"); in test_ScriptGetGlyphABCWidth()
3505 ok(!memcmp(&abc, &abc2, sizeof(abc)), "Unexpected width.\n"); in test_ScriptGetGlyphABCWidth()
3528 hr = ScriptGetGlyphABCWidth(hdc, &sc, glyph, &abc); in test_ScriptGetGlyphABCWidth()
3530 ok(abc.abcB != 0, "Unexpected width.\n"); in test_ScriptGetGlyphABCWidth()
3536 ok(!memcmp(&abc, &abc2, sizeof(abc)), "Unexpected width.\n"); in test_ScriptGetGlyphABCWidth()
4048 ABC abc; in test_ScriptString_pSize() local
4056 GetCharABCWidthsW(hdc, textW[0], textW[0], &abc); in test_ScriptString_pSize()
[all …]
/reactos/sdk/tools/winesync/wininet_staging/
H A D0001-wininet_tests__Add_more_tests_for_cookies.diff92 + req = HttpOpenRequestA(con, NULL, "/test_cookie_path1/abc", NULL, NULL, NULL, INTERNET_FLAG_KE…
/reactos/modules/rostests/winetests/comctl32/
H A Drsrc.rc90 IDS_TBADD1 "abc"
H A Dedit.c1638 ABC abc[256]; in get_cjk_font_margins() local
1642 if (!GetCharABCWidthsW(hdc, 0, 255, abc)) in get_cjk_font_margins()
1646 for (i = 0; i < ARRAY_SIZE(abc); i++) { in get_cjk_font_margins()
1647 if (-abc[i].abcA > right) right = -abc[i].abcA; in get_cjk_font_margins()
1648 if (-abc[i].abcC > left) left = -abc[i].abcC; in get_cjk_font_margins()
/reactos/modules/rostests/winetests/user32/
H A Dedit.c1572 ABC abc[256]; in get_cjk_font_margins() local
1578 if (!GetCharABCWidthsW(hdc, 0, 255, abc)) in get_cjk_font_margins()
1582 if (!GetCharABCWidthsA(hdc, 0, 255, abc)) in get_cjk_font_margins()
1585 for (i = 0; i < ARRAY_SIZE(abc); i++) { in get_cjk_font_margins()
1586 if (-abc[i].abcA > right) right = -abc[i].abcA; in get_cjk_font_margins()
1587 if (-abc[i].abcC > left) left = -abc[i].abcC; in get_cjk_font_margins()
/reactos/modules/rosapps/applications/devutils/btrfstools/
H A Dbtrfs_structures.py11 import collections.abc
714 class InodeRefList(ItemData, collections.abc.MutableSequence):
763 class DirItemList(ItemData, collections.abc.MutableSequence):
/reactos/drivers/network/tcpip/lwip/
H A DUPGRADING99 * Continued moving stack-internal parts from abc.h to abc_priv.h in sub-folder "priv"
100 to let abc.h only contain the actual application programmer's API
/reactos/modules/rostests/winetests/cmd/
H A Dtest_builtins.cmd1032 if abc == abc (echo equal) else echo non equal
1033 if abc =="abc" (echo equal) else echo non equal
1034 if "abc"== abc (echo equal) else echo non equal
1035 if "abc"== "abc" (echo equal) else echo non equal
1953 echo abc > file
1993 echo abc > file1
1994 echo abc > file2.dat
2043 ren foo baz\abc
2071 if not exist baz\abc (
3141 echo abc%ErrorLevel%def
H A Dtest_cmdline.cmd193 cmd abc "def ghi/c say one"
/reactos/dll/win32/comctl32/
H A Dedit.c3800 ABC abc[256]; in get_font_margins() local
3810 if (!GetCharABCWidthsW(hdc, 0, 255, abc)) in get_font_margins()
3814 for (i = 0; i < ARRAY_SIZE(abc); i++) { in get_font_margins()
3815 if (-abc[i].abcA > right) right = -abc[i].abcA; in get_font_margins()
3816 if (-abc[i].abcC > left ) left = -abc[i].abcC; in get_font_margins()
/reactos/modules/rostests/apitests/atl/
H A DCString.inl222 ok(m == _X("abc"), "Expected str to be 'abc', was: %s\n", dbgstrx(m));
/reactos/drivers/storage/ide/uniata/
H A Dbm_devs.h513 …PCI_DEV_HW_SPEC_BM( 0abc, 10de, 0x00, ATA_SA300, "nVidia nForce MCP79 A8", UNIATA_SATA | UNIATA_AH…
/reactos/dll/win32/gdiplus/
H A Dgraphics.c7145 ABC abc; in GdipMeasureDriverString() local
7153 GetCharABCWidthsW(hdc, glyph_indices[i], glyph_indices[i], &abc); in GdipMeasureDriverString()
7154 char_width = abc.abcA + abc.abcB + abc.abcC; in GdipMeasureDriverString()
/reactos/hal/halx86/legacy/bus/
H A Dpci_vendors.ids11415 0abc MCP79 RAID Controller
33673 5abc Celeron N3350/Pentium N4200/Atom E3900 Series HSUART Controller #1
33994 7abc Alder Lake-S PCH PCI Express Root Port #5