Searched refs:GetKerning (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/font/
H A DFontCacheEntry.h125 bool GetKerning(uint32 glyphCode1,
H A DFontEngine.h120 bool GetKerning(uint32 first, uint32 second,
H A DFontCacheEntry.cpp384 FontCacheEntry::GetKerning(uint32 glyphCode1, uint32 glyphCode2, function in class:FontCacheEntry
387 return fEngine.GetKerning(glyphCode1, glyphCode2, x, y);
H A DGlyphLayoutEngine.h318 entry->GetKerning(lastCharCode, charCode, &advanceX, &advanceY);
H A DFontEngine.cpp615 // GetKerning
617 FontEngine::GetKerning(uint32 first, uint32 second, double* x, double* y) function in class:FontEngine

Completed in 208 milliseconds