Searched refs:outUL (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Demf-print.cpp1241 Geom::Point outUL, outLR; // UL,LR corners of a stop rectangle, in OUTPUT coordinates local
1283 outUL = Geom::Point(doff_base *wRect, 0 );
1288 outUL = Geom::Point(0, doff_base *hRect);
1294 rcb.left = round(outUL[X]); // use explicit round for better stability
1295 rcb.top = round(outUL[Y]);
1303 ut[0] = make_trivertex(outUL, c2);
1307 ut[0] = make_trivertex(outUL, c1);

Completed in 21 milliseconds