Home
last modified time | relevance | path

Searched refs:create_test_icon (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tests/kits/storage/
H A DNodeInfoTest.cpp68 create_test_icon(icon_size size, int fill) in create_test_icon() function
133 fIconM1 = create_test_icon(B_MINI_ICON, 1); in setUp()
134 fIconM2 = create_test_icon(B_MINI_ICON, 2); in setUp()
135 fIconM3 = create_test_icon(B_MINI_ICON, 3); in setUp()
136 fIconM4 = create_test_icon(B_MINI_ICON, 4); in setUp()
137 fIconL1 = create_test_icon(B_LARGE_ICON, 1); in setUp()
138 fIconL2 = create_test_icon(B_LARGE_ICON, 2); in setUp()
139 fIconL3 = create_test_icon(B_LARGE_ICON, 3); in setUp()
140 fIconL4 = create_test_icon(B_LARGE_ICON, 4); in setUp()
H A DAppFileInfoTest.cpp92 create_test_icon(icon_size size, int fill) in create_test_icon() function
182 fIconM1 = create_test_icon(B_MINI_ICON, 1); in setUp()
183 fIconM2 = create_test_icon(B_MINI_ICON, 2); in setUp()
184 fIconM3 = create_test_icon(B_MINI_ICON, 3); in setUp()
185 fIconM4 = create_test_icon(B_MINI_ICON, 4); in setUp()
186 fIconL1 = create_test_icon(B_LARGE_ICON, 1); in setUp()
187 fIconL2 = create_test_icon(B_LARGE_ICON, 2); in setUp()
188 fIconL3 = create_test_icon(B_LARGE_ICON, 3); in setUp()
189 fIconL4 = create_test_icon(B_LARGE_ICON, 4); in setUp()