Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.cpp286 hatchBackgroundQ(other.hatchBackgroundQ), in PageItem()
707 hatchBackgroundQ = QColor(); in PageItem()
1710 …arameters(hatchType, hatchDistance, hatchAngle, hatchUseBackground, hatchBackgroundQ, hatchForegro… in DrawObj_Pre()
3824 hatchBackgroundQ = QColor(); in setHatchParameters()
3828 hatchBackgroundQ = ScColorEngine::getShadeColorProof(col, m_Doc, 100); in setHatchParameters()
3832 hatchBackgroundQ = defect.convertDefect(hatchBackgroundQ, m_Doc->previewVisual); in setHatchParameters()
H A Dpageitem.h1510 QColor hatchBackgroundQ; variable