Searched refs:ftGdiGetKerningPairs (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/gdi/ntgdi/ |
H A D | font.c | 80 Count = ftGdiGetKerningPairs(FontGDI,0,NULL); in GreGetKerningPairs() 95 ftGdiGetKerningPairs(FontGDI,Count,pKP); in GreGetKerningPairs() 838 Count = ftGdiGetKerningPairs(FontGDI,0,NULL); in NtGdiGetKerningPairs() 853 ftGdiGetKerningPairs(FontGDI,Count,pKP); in NtGdiGetKerningPairs()
|
H A D | text.h | 138 DWORD FASTCALL ftGdiGetKerningPairs(PFONTGDI,DWORD,LPKERNINGPAIR);
|
H A D | freetype.c | 6393 ftGdiGetKerningPairs( PFONTGDI Font, in ftGdiGetKerningPairs() function
|