Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvas.cpp1615 ScPage *actPg; in drawBackgroundPageOutlines() local
1656 ScPage *actPg; in drawBackgroundPageOutlines() local
1660 actPg = m_doc->Pages->at(a); in drawBackgroundPageOutlines()
1661 double x = actPg->xOffset(); in drawBackgroundPageOutlines()
1662 double y = actPg->yOffset(); in drawBackgroundPageOutlines()
1663 double w = actPg->width(); in drawBackgroundPageOutlines()
1664 double h = actPg->height(); in drawBackgroundPageOutlines()
1737 ScPage *actPg; in getClipPathForPages() local
1752 actPg = m_doc->Pages->at(i); in getClipPathForPages()
1755 double w = actPg->width(); in getClipPathForPages()
[all …]