Home
last modified time | relevance | path

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

/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dremoveblocks.tcl.in116 set bly2 [expr $ury / ($units + 0.0)]
117 puts stdout "Blockage found at ($blx1 $bly1) to ($blx2 $bly2)"
119 puts $fobs "obstruction $blx1 $bly1 $blx2 $bly2 $layer"
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvas.cpp1634 double bly2 = actPg->yOffset(); in drawBackgroundPageOutlines() local
1640 bly2 -= pageBleeds.top(); in drawBackgroundPageOutlines()
1644 painter->drawRect(blx2 + 5, bly2 + 5, blw2, blh2); in drawBackgroundPageOutlines()
1649 …painter->drawRect(blx2 - 1 / m_viewMode.scale, bly2 - 1 / m_viewMode.scale, blw2 + 2 / m_viewMode.… in drawBackgroundPageOutlines()
1690 double bly2 = actPg->yOffset() - pageBleeds.top(); in drawBackgroundPageOutlines() local
1693 painter->drawRect(blx2, bly2, blw2, blh2); in drawBackgroundPageOutlines()