Home
last modified time | relevance | path

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

/reactos/dll/win32/lpk/
H A Dlpk.c205 LPWSTR reordered_str = NULL; in LpkExtTextOut() local
227 reordered_str = HeapAlloc(GetProcessHeap(), 0, uCount * sizeof(WCHAR)); in LpkExtTextOut()
231 reordered_str, uCount, NULL, &glyphs, &cGlyphs); in LpkExtTextOut()
234 if ((glyphs || reordered_str) && bReorder) in LpkExtTextOut()
243 glyphs ? (LPWSTR)glyphs : reordered_str, uCount, lpDx); in LpkExtTextOut()
252 HeapFree(GetProcessHeap(), 0, reordered_str); in LpkExtTextOut()