Home
last modified time | relevance | path

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

/reactos/dll/win32/lpk/
H A Dlpk.c270 LPGCP_RESULTSW lpResults, in LpkGetCharacterPlacement() argument
289 if (nSet > lpResults->nGlyphs) in LpkGetCharacterPlacement()
290 nSet = lpResults->nGlyphs; in LpkGetCharacterPlacement()
295 lpResults->nGlyphs = (UINT)cGlyphs; in LpkGetCharacterPlacement()
297 if (lpResults->lpGlyphs) in LpkGetCharacterPlacement()
301 else if (lpResults->lpOutString) in LpkGetCharacterPlacement()
302 GetGlyphIndicesW(hdc, lpResults->lpOutString, nSet, lpResults->lpGlyphs, 0); in LpkGetCharacterPlacement()
305 if (lpResults->lpDx) in LpkGetCharacterPlacement()
312 if (lpResults->lpGlyphs) in LpkGetCharacterPlacement()
326 if (GetCharWidth32W(hdc, lpResults->lpOutString[i], lpResults->lpOutString[i], &c)) in LpkGetCharacterPlacement()
[all …]
H A Dros_lpk.h79 GCP_RESULTSW *lpResults, DWORD dwFlags, DWORD dwUnused);
/reactos/win32ss/gdi/gdi32/objects/
H A Dfont.c510 GCP_RESULTSA *lpResults, in GetCharacterPlacementA() argument
535 if(lpResults->lpOutString) in GetCharacterPlacementA()
550 if(lpResults->lpOutString) in GetCharacterPlacementA()
573 GCP_RESULTSW *lpResults, in GetCharacterPlacementW() argument
590 lpResults->nGlyphs = nSet; in GetCharacterPlacementW()
600 if (lpResults->lpOutString) in GetCharacterPlacementW()
603 if (lpResults->lpOrder) in GetCharacterPlacementW()
610 if (lpResults->lpDx) in GetCharacterPlacementW()
630 if (lpResults->lpGlyphs) in GetCharacterPlacementW()
646 GCP_RESULTSW *lpResults, in NewGetCharacterPlacementW() argument
[all …]
/reactos/modules/rostests/win32/user32/biditext/
H A Dbiditext.c16 GCP_RESULTSW *lpResults, DWORD dwFlags, DWORD dwUnused);
/reactos/win32ss/gdi/gdi32/include/
H A Dgdi32p.h49 LPGCP_RESULTSW lpResults,
/reactos/sdk/include/psdk/
H A Dwingdi.h3525 _Inout_ LPGCP_RESULTSA lpResults,
3535 _Inout_ LPGCP_RESULTSW lpResults,