Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_Caret.h59 bool bPointDirection = false, const UT_RGBColor * pClr = NULL);
H A Dgr_Caret.cpp273 bool bPointDirection, const UT_RGBColor * pClr) in setCoords() argument
278 m_bPointDirection = bPointDirection; m_pClr = pClr; in setCoords()
H A Dgr_Graphics.cpp220 bool bPointDirection, in setCoords() argument
224 (*m_pLocalCaret)->setCoords(x, y, h, x2, y2, h2, bPointDirection, pClr); in setCoords()
227 m_vecCarets->getNthItem(i)->setCoords(x, y, h, x2, y2, h2, bPointDirection, pClr); in setCoords()
H A Dgr_Graphics.h365 bool bPointDirection = false,