Home
last modified time | relevance | path

Searched refs:_M_x_space (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/include/
Dabg-viz-svg.h73 units_type _M_x_space; // Column spacing. member
93 _M_x_space = 40; in _M_title()
95 _M_x_origin = _M_x_space * 1; in _M_title()
Dabg-viz-dot.h26 float _M_x_space; // Column spacing. member
33 _M_type(__t), _M_x_space(0.4), _M_y_space(0.2), _M_style(__sty) in node_base()
/external/libabigail/src/
Dabg-viz-dot.cc95 string_replace(strip, width, std::to_string(__node._M_x_space)); in add_node()