Searched refs:ScriptStringAnalyse (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/lpk/ |
H A D | lpk.c | 86 hr = ScriptStringAnalyse(hdc, str, count, (3 * count / 2 + 16), in LPK_DrawUnderscore() 336 hr = ScriptStringAnalyse(hdc, lpString, nSet, (3 * nSet / 2 + 16), -1, SSA_GLYPHS, -1, in LpkGetCharacterPlacement() 458 hr = ScriptStringAnalyse(hdc, lpString, cString, 3 * cString / 2 + 16, -1, in LpkGetTextExtentExPoint()
|
/reactos/dll/win32/usp10/ |
H A D | usp10.spec | 28 @ stdcall ScriptStringAnalyse(ptr ptr long long long long long ptr ptr ptr ptr ptr ptr)
|
H A D | usp10.c | 1985 HRESULT WINAPI ScriptStringAnalyse(HDC hdc, const void *pString, int cString, in ScriptStringAnalyse() function
|
/reactos/sdk/include/psdk/ |
H A D | usp10.h | 324 ScriptStringAnalyse(
|
/reactos/modules/rostests/winetests/usp10/ |
H A D | usp10.c | 3193 hr = ScriptStringAnalyse(NULL, teststr, len, Glyphs, -1, in test_ScriptString() 3198 hr = ScriptStringAnalyse(hdc, teststr, 0, Glyphs, -1, in test_ScriptString() 3203 hr = ScriptStringAnalyse(hdc, teststr, len, Glyphs, -1, in test_ScriptString() 3209 hr = ScriptStringAnalyse(hdc, teststr, len, Glyphs, -1, in test_ScriptString() 3256 hr = ScriptStringAnalyse(hdc, &teststr1, String_len, Glyphs, -1, in test_ScriptStringXtoCP_CPtoX() 3370 hr = ScriptStringAnalyse(hdc, &teststr1, String_len, Glyphs, -1, in test_ScriptStringXtoCP_CPtoX() 4050 …hr = ScriptStringAnalyse(hdc, textW, 1, 16, -1, SSA_GLYPHS, 0, NULL, NULL, NULL, NULL, NULL, &ssa); in test_ScriptString_pSize()
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 430 hr = ScriptStringAnalyse(udc, &es->text[index], line_def->net_length, in EDIT_UpdateUniscribeData_linedef() 474 …ScriptStringAnalyse(udc, &es->password_char, length, (3*length/2+16), -1, SSA_LINK|SSA_FALLBACK|SS… in EDIT_UpdateUniscribeData() 476 …ScriptStringAnalyse(udc, &es->password_char, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SS… in EDIT_UpdateUniscribeData() 481 …ScriptStringAnalyse(udc, es->text, length, (3*length/2+16), -1, SSA_LINK|SSA_FALLBACK|SSA_GLYPHS, … in EDIT_UpdateUniscribeData() 483 …ScriptStringAnalyse(udc, es->text, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SSA_GLYPHS, … in EDIT_UpdateUniscribeData()
|
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 354 hr = ScriptStringAnalyse(udc, &es->text[index], line_def->net_length, in EDIT_UpdateUniscribeData_linedef() 391 …ScriptStringAnalyse(udc, &es->password_char, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SS… in EDIT_UpdateUniscribeData() 393 …ScriptStringAnalyse(udc, es->text, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SSA_GLYPHS, … in EDIT_UpdateUniscribeData()
|