Home
last modified time | relevance | path

Searched refs:ScriptStringAnalyse (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/lpk/
H A Dlpk.c86 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 Dusp10.spec28 @ stdcall ScriptStringAnalyse(ptr ptr long long long long long ptr ptr ptr ptr ptr ptr)
H A Dusp10.c1985 HRESULT WINAPI ScriptStringAnalyse(HDC hdc, const void *pString, int cString, in ScriptStringAnalyse() function
/reactos/sdk/include/psdk/
H A Dusp10.h324 ScriptStringAnalyse(
/reactos/modules/rostests/winetests/usp10/
H A Dusp10.c3193 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 Dedit.c430 hr = ScriptStringAnalyse(udc, &es->text[index], line_def->net_length, in EDIT_UpdateUniscribeData_linedef()
474ScriptStringAnalyse(udc, &es->password_char, length, (3*length/2+16), -1, SSA_LINK|SSA_FALLBACK|SS… in EDIT_UpdateUniscribeData()
476ScriptStringAnalyse(udc, &es->password_char, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SS… in EDIT_UpdateUniscribeData()
481ScriptStringAnalyse(udc, es->text, length, (3*length/2+16), -1, SSA_LINK|SSA_FALLBACK|SSA_GLYPHS, … in EDIT_UpdateUniscribeData()
483ScriptStringAnalyse(udc, es->text, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SSA_GLYPHS, … in EDIT_UpdateUniscribeData()
/reactos/dll/win32/comctl32/
H A Dedit.c354 hr = ScriptStringAnalyse(udc, &es->text[index], line_def->net_length, in EDIT_UpdateUniscribeData_linedef()
391ScriptStringAnalyse(udc, &es->password_char, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SS… in EDIT_UpdateUniscribeData()
393ScriptStringAnalyse(udc, es->text, length, (1.5*length+16), -1, SSA_LINK|SSA_FALLBACK|SSA_GLYPHS, … in EDIT_UpdateUniscribeData()