Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.cpp287 hatchForegroundQ(other.hatchForegroundQ), in PageItem()
709 hatchForegroundQ = qcol; in PageItem()
1710 …e, hatchDistance, hatchAngle, hatchUseBackground, hatchBackgroundQ, hatchForegroundQ, width(), hei… in DrawObj_Pre()
3839 hatchForegroundQ = QColor(); in setHatchParameters()
3843 hatchForegroundQ = ScColorEngine::getShadeColorProof(col, m_Doc, 100); in setHatchParameters()
3847 hatchForegroundQ = defect.convertDefect(hatchForegroundQ, m_Doc->previewVisual); in setHatchParameters()
H A Dpageitem.h1511 QColor hatchForegroundQ; variable