Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-svg.cc25 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main()
44 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main()
61 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main()
74 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main()
91 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main()
108 row r2 = { "A", base_row_sty, 0, 24, 8 }; in main()
127 row r2 = { "C1", base_row_sty, 0, 2, 2 }; in main()
150 row r2 = { "C2", base_row_sty, 0, 16, 16 }; in main()
175 row r2 = { "C1", base_row_sty, 0, 2, 2 }; in main()
192 row r2 = { "C3", base_row_sty, 0, 16, 16 }; in main()
[all …]
/external/libabigail/include/
Dabg-viz-svg.h39 extern const style base_row_sty;
/external/libabigail/src/
Dabg-viz-common.cc44 const style base_row_sty = { color::white, color::gray75, "" }; variable