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

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

Completed in 42 milliseconds