Home
last modified time | relevance | path

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

/aoo4110/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1857 FT_Vector aKernVal; in GetGlyphKernValue() local
1859 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() local
2083 FT_KERNING_DEFAULT, &aKernVal ); in GetKernPairs()
2084 aKernPair.mnKern = aKernVal.x >> 6; in GetKernPairs()

Completed in 26 milliseconds