Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dfreetype.c6404 FT_ULong char_code, char_previous; in ftGdiGetKerningPairs() local
6407 char_previous = char_code = FT_Get_First_Char(face, &glyph_index); in ftGdiGetKerningPairs()
6419 pKerningPair[i].wFirst = char_previous; in ftGdiGetKerningPairs()
6428 char_previous = char_code; in ftGdiGetKerningPairs()