Home
last modified time | relevance | path

Searched refs:add_square (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DRollOverOutTest.c50 SWFDisplayItem add_square(SWFMovie mo, byte r, byte g, byte b, int depth);
68 SWFDisplayItem add_square(SWFMovie mo, byte r, byte g, byte b, int depth) in add_square() function
152 it1 = add_square(mo, 255, 0, 0, 3); in main()
156 it2 = add_square(mo, 0, 255, 0, 4); in main()
210 it3 = add_square(mo, 0, 0, 0, 10); in main()
214 it3 = add_square(mo, 0, 0, 0, 11); in main()
219 it3 = add_square(mo, 0, 0, 0, 12); in main()
H A DSpriteButtonEventsTest.c55 SWFDisplayItem add_square(SWFMovie mo, byte r, byte g, byte b, int depth);
H A DButtonEventsTest.c72 SWFDisplayItem add_square(SWFMovie mo, byte r, byte g, byte b, int depth);
/dports/devel/boost-python-libs/boost_1_72_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/local_function/example/
H A Dgcc_square.cpp11 int add_square(int a, int b) { in add_square() function
20 BOOST_TEST(add_square(2, 4) == 20); in main()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilebuf.h117 void add_square(float sx, float sy, float ex, float ey, const VColour &c);
H A Dtilereg-map.cc92 m_buf_lines.add_square(pos_sx*dx, pos_sy*dy, pos_ex*dx + 1, pos_ey*dy + 1, in pack_buffers()
H A Dprecision-menu.cc775 m_line_buf.add_square(m_min_coord.x, m_min_coord.y, in edit()
835 m_line_buf.add_square(m_min_coord.x, m_min_coord.y, in render()
1598 m_line_buf.add_square(tl.x, tl.y, br.x, br.y, line_colour); in _place_items()
H A Dtilebuf.cc318 void LineBuffer::add_square(float sx, float sy, float ex, float ey, in add_square() function in LineBuffer
H A Douter-menu.cc74 m_line_buf.add_square(m_region.x+1, m_region.y+1, in _allocate_region()
H A Dui.cc1862 bbuf.add_square(m_region.x+1, m_region.y+1, in _render()
2640 lb.add_square(r.x+1, r.y+1, r.ex(), r.ey(), lc); in debug_render()
2657 lb.add_square(r.x+1, r.y+1, r.ex(), r.ey(), VColour(128, 31, 239)); in debug_render()
H A Dmenu.cc758 m_div_line_buf.add_square(entry.x, line_y, in pack_buffers()
823 m_line_buf.add_square(entry_x + 1, entry.y + 1, in pack_buffers()