Home
last modified time | relevance | path

Searched refs:fLayoutRTL (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/usp10/
H A Dusp10.c1666 pItems[index].a.fLayoutRTL = layoutRTL; in _ItemizeInternal()
1668 pItems[index].a.fLayoutRTL = pItems[index].a.fRTL; in _ItemizeInternal()
1679 pItems[index].a.fLayoutRTL = odd(baselayout); in _ItemizeInternal()
1681 pItems[index].a.fLayoutRTL = pItems[index].a.fRTL; in _ItemizeInternal()
1734 pItems[index].a.fLayoutRTL = layoutRTL; in _ItemizeInternal()
1764 pItems[index].a.fLayoutRTL = layoutRTL; in _ItemizeInternal()
1766 pItems[index].a.fLayoutRTL = pItems[index].a.fRTL; in _ItemizeInternal()
1776 pItems[index].a.fLayoutRTL = layoutRTL; in _ItemizeInternal()
1778 pItems[index].a.fLayoutRTL = pItems[index].a.fRTL; in _ItemizeInternal()
3146 …f (psa) TRACE("psa values: %d, %d, %d, %d, %d, %d, %d\n", psa->eScript, psa->fRTL, psa->fLayoutRTL, in ScriptShapeOpenType()
/reactos/sdk/include/psdk/
H A Dusp10.h141 WORD fLayoutRTL :1; member
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c38 int fLayoutRTL; member
106 if (items[x].isBroken && broken(outpItems[x].a.fLayoutRTL == items[x].broken_value[2])) in _test_items_ok()
107 …n_skip("This test broken on this platform: item %d fLayoutRTL %d\n", x, outpItems[x].a.fLayoutRTL); in _test_items_ok()
109 …winetest_ok(outpItems[x].a.fLayoutRTL == items[x].fLayoutRTL, "%i:Wrong fLayoutRTL(%i)\n",x,outpIt… in _test_items_ok()