Home
last modified time | relevance | path

Searched refs:cRanges (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/usp10/
H A Dusp10.c3128 int cRanges, const WCHAR *pwcChars, int cChars, in ScriptShapeOpenType() argument
3143 rcRangeChars, rpRangeProperties, cRanges, debugstr_wn(pwcChars, cChars), in ScriptShapeOpenType()
3152 if (cRanges) in ScriptShapeOpenType()
3390 int cRanges, const WCHAR *pwcChars, WORD *pwLogClust, in ScriptPlaceOpenType() argument
3404 rcRangeChars, rpRangeProperties, cRanges, debugstr_wn(pwcChars, cChars), in ScriptPlaceOpenType()
3412 if (cRanges) in ScriptPlaceOpenType()
/reactos/dll/win32/mlang/
H A Dmlang.c3534 *puiRanges = gs->cRanges; in fnIMLangFontLink2_GetFontUnicodeRanges()
3538 for (i = 0; i < gs->cRanges; i++) in fnIMLangFontLink2_GetFontUnicodeRanges()
/reactos/modules/rostests/winetests/gdi32/
H A Dfont.c2775 for (i = 0; i < gs->cRanges; i++) in test_GetFontUnicodeRanges()
2777 trace("found %u ranges\n", gs->cRanges); in test_GetFontUnicodeRanges()
/reactos/sdk/include/psdk/
H A Dwingdi.h2459 DWORD cRanges; member
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c64 …angSys, int *rcRangeChars, TEXTRANGE_PROPERTIES **rpRangeProperties, int cRanges, const WCHAR *pwc…
/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c5258 glyphset->cRanges = num_ranges; in ftGetFontUnicodeRanges()