Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfont.c80 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 Dtext.h138 DWORD FASTCALL ftGdiGetKerningPairs(PFONTGDI,DWORD,LPKERNINGPAIR);
H A Dfreetype.c6393 ftGdiGetKerningPairs( PFONTGDI Font, in ftGdiGetKerningPairs() function