Searched refs:aKernVal (Results 1 – 1 of 1) sorted by relevance
1857 FT_Vector aKernVal; in GetGlyphKernValue() local1859 FT_KERNING_DEFAULT, &aKernVal ); in GetGlyphKernValue()1860 int nResult = (rcFT == FT_Err_Ok) ? (aKernVal.x + 32) >> 6 : 0; in GetGlyphKernValue()2081 FT_Vector aKernVal; in GetKernPairs() local2083 FT_KERNING_DEFAULT, &aKernVal ); in GetKernPairs()2084 aKernPair.mnKern = aKernVal.x >> 6; in GetKernPairs()
Completed in 26 milliseconds