Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Graphics.cpp80 UT_sint32 GR_Font::getCharWidthFromCache (UT_UCSChar c) const in getCharWidthFromCache() function in GR_Font
111 if(getCharWidthFromCache(g) == GR_CW_ABSENT) in doesGlyphExist()
H A Dgr_Graphics.h112 UT_sint32 getCharWidthFromCache (UT_UCSChar c) const;
/dports/editors/abiword/abiword-3.0.5/src/af/gr/win/
H A Dgr_Win32Graphics.cpp1612 getCharWidthFromCache(' '); in GR_Win32Font()
1618 m_defaultCharWidth = getCharWidthFromCache(d); in GR_Win32Font()
1972 UT_sint32 iWidth = getCharWidthFromCache(c); in measureUnRemappedChar()