Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_RenderInfo.cpp92 UT_return_if_fail(s_pWidthBuff); in _constructorCommonCode()
110 delete [] s_pWidthBuff; s_pWidthBuff = NULL; in ~GR_XPRenderInfo()
467 s_pWidthBuff[j] += m_pWidths[i]; in _stripLigaturePlaceHolders()
469 s_pWidthBuff[j] = m_pWidths[i]; in _stripLigaturePlaceHolders()
502 if(s_pWidthBuff[n] < 0 || s_pWidthBuff[n] >= GR_OC_LEFT_FLUSHED) in _calculateCharAdvances()
535 iAdv = (s_pWidthBuff[m] + s_pWidthBuff[k])/2 - iCumAdvance; in _calculateCharAdvances()
568 s_pAdvances[n] = s_pWidthBuff[n]; in _calculateCharAdvances()
576 if((n < m_iLength - 1) && ((s_pWidthBuff[n+1] < 0) || (s_pWidthBuff[n+1] >= GR_OC_LEFT_FLUSHED))) in _calculateCharAdvances()
579 UT_sint32 iWidth = s_pWidthBuff[n]; in _calculateCharAdvances()
611 s_pAdvances[n] = s_pWidthBuff[n]; in _calculateCharAdvances()
[all …]
H A Dgr_RenderInfo.h295 static UT_sint32 * s_pWidthBuff; variable