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

/inkscape/src/libnrtype/
H A DLayout-TNG-Compute.cpp1837 _empty_cursor_shape.position = Geom::Point(0, 0);
1838 _empty_cursor_shape.height = 0.0;
1839 _empty_cursor_shape.rotation = 0.0;
1857 _empty_cursor_shape.height = font_size / cos(caret_slope);
1858 _empty_cursor_shape.rotation = caret_slope;
1861 _empty_cursor_shape.position = Geom::Point(text_source->x.empty() || !text_source->x.front()._set ? 0.0 : text_source->x.front().computed,
1870 _empty_cursor_shape.position = Geom::Point(scan_runs.front().y + font_size, scan_runs.front().x_start);
1873 _empty_cursor_shape.position = Geom::Point(scan_runs.front().x_start, scan_runs.front().y + font_size);
H A DLayout-TNG-Output.cpp673 _empty_cursor_shape.position = point;
675 _empty_cursor_shape.rotation = atan2(-tangent[Geom::X], tangent[Geom::Y]);
677 _empty_cursor_shape.rotation = atan2(tangent[Geom::Y], tangent[Geom::X]);
H A DLayout-TNG-OutIter.cpp213 return _empty_cursor_shape.position;
434 position = _empty_cursor_shape.position;
435 height = _empty_cursor_shape.height;
436 rotation = _empty_cursor_shape.rotation;
H A DLayout-TNG.h794 } _empty_cursor_shape; member in class:Inkscape::Text::Layout

Completed in 716 milliseconds