Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/ui/canvas/
H A Dkis_infinity_manager.cpp75 int xCut = widgetRect.width() - stripeWidth; in imagePositionChanged() local
89 QRect areaRect(widgetRect.adjusted(xCut, 0, 0, 0)); in imagePositionChanged()
103 QRect areaRect(widgetRect.adjusted(0, 0, -xCut, 0)); in imagePositionChanged()
/dports/cad/alliance/alliance/src/sea/src/
H A DDEF_drive.c1021 long xCutNB, yCutNB, xCut, yCut; local
1028 for (xCut = - xCutNB; xCut <= xCutNB; xCut++) {
1032 MBK2DEF_length (xCut - SCALE_X / 2),
1034 MBK2DEF_length (xCut + SCALE_X / 2),
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A DlefiVia.hpp124 const char* topLayer, double xCut, double yCut,
H A DlefiVia.cpp997 double xCut, in setViaRule() argument
1010 xSpacing_ = xCut; in setViaRule()