Searched refs:lineY (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/libavoid/ |
H A D | orthogonal.cpp | 1201 double lineY = (e->type == Open) ? v->min[1] : v->max[1]; local 1207 Point(minShape, lineY)); 1209 Point(maxShape, lineY)); 1214 segments.insert(LineSegment(minLimit, minShape, lineY, 1217 segments.insert(LineSegment(minShape, maxShape, lineY, 1221 segments.insert(LineSegment(maxShape, maxLimit, lineY, 1229 segments.insert(LineSegment(minLimit, minLimitMax, lineY, 1234 segments.insert(LineSegment(maxLimitMin, maxLimit, lineY,
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 2446 double lineY = state->getLineY(); local 2485 // so we deal with it here using (curX, curY) and (lineX, lineY) 2489 state->textSetPos(lineX, lineY);
|
Completed in 46 milliseconds