Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-svg.cc29 row r6 = { "PADDING", implementation_row_sty, 18, 6, 0 }; in main()
46 row r4 = { "HOLE", implementation_row_sty, 2, 2, 0 }; in main()
75 row r3 = { "IMPLEMENTATION", implementation_row_sty, 0, 8, 8 }; in main()
77 row r5 = { "PADDING", implementation_row_sty, 10, 6, 0 }; in main()
92 row r3 = { "IMPLEMENTATION", implementation_row_sty, 0, 8, 8 }; in main()
94 row r5 = { "PADDING", implementation_row_sty, 10, 6, 0 }; in main()
112 row r6 = { "PADDING", implementation_row_sty, 41, 7, 0 }; in main()
128 row r3 = { "HOLE", implementation_row_sty, 2, 2, 0 }; in main()
133 row r8 = { "PADDING", implementation_row_sty, 41, 7, 0 }; in main()
151 row r3 = { "IMPLEMENTATION", implementation_row_sty, 16, 8, 8 }; in main()
[all …]
/external/libabigail/include/
Dabg-viz-svg.h41 extern const style implementation_row_sty;
/external/libabigail/src/
Dabg-viz-common.cc46 const style implementation_row_sty = { color::black, color::white, "" }; variable