Searched refs:to_ppm (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/subsys/display/cfb/basic/src/ |
D | testdata.c | 689 int to_ppm(const char *filename, uint32_t *buf, size_t w, size_t h) in to_ppm() function 711 to_ppm("diagonal3224.ppm", diagonal3224, 32, 24); in main() 712 to_ppm("kerning_3_12rectspace1016.ppm", kerning_3_12rectspace1016, 153, 16); in main() 713 to_ppm("kerning_3_2rectspace1016.ppm", kerning_3_2rectspace1016, 23, 16); in main() 714 to_ppm("kerning_3_rightclip_1_2rectspace1016.ppm", kerning_3_rightclip_1_2rectspace1016, 22, in main() 716 to_ppm("outside_bottom_left.ppm", outside_bottom_left, 3, 14); in main() 717 to_ppm("outside_bottom_right.ppm", outside_bottom_right, 3, 5); in main() 718 to_ppm("outside_top_left.ppm", outside_top_left, 3, 4); in main() 719 to_ppm("outside_top_right.ppm", outside_top_right, 5, 8); in main() 720 to_ppm("rectspace1016.ppm", rectspace1016, 10, 16); in main() [all …]
|