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

/inkscape/src/extension/internal/
H A Demf-print.cpp925 0 UL (and default)
941 int UL; // 1 if Lower, 0 if Upper (as viewed on screen, y coordinates increase downwards) local
945 UL = 0;
949 UL = 1;
953 UL = 1;
955 default: //UL
957 UL = 0;
968 && ( UL == (dot(P1 - center,v2) > 0 ? 1 : 0) ) ) break;
1241 Geom::Point outUL, outLR; // UL,LR corners of a stop rectangle, in OUTPUT coordinates
1256 /* The basic rectangle for all of these is placed with its UL corne
[all...]

Completed in 18 milliseconds