Searched refs:cRanges (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/usp10/ |
H A D | usp10.c | 3128 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 D | mlang.c | 3534 *puiRanges = gs->cRanges; in fnIMLangFontLink2_GetFontUnicodeRanges() 3538 for (i = 0; i < gs->cRanges; i++) in fnIMLangFontLink2_GetFontUnicodeRanges()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | font.c | 2775 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 D | wingdi.h | 2459 DWORD cRanges; member
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 64 …angSys, int *rcRangeChars, TEXTRANGE_PROPERTIES **rpRangeProperties, int cRanges, const WCHAR *pwc…
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | freetype.c | 5258 glyphset->cRanges = num_ranges; in ftGetFontUnicodeRanges()
|