Home
last modified time | relevance | path

Searched refs:load_dithering_matrix_from_sprite (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dload_matrix.h19 bool load_dithering_matrix_from_sprite(
H A Dload_matrix.cpp22 bool load_dithering_matrix_from_sprite( in load_dithering_matrix_from_sprite() function
H A Dextensions.cpp189 load_dithering_matrix_from_sprite(m_path, *m_matrix); in matrix()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_change_pixel_format.cpp389 else if (!load_dithering_matrix_from_sprite(matrix, m_ditheringMatrix)) { in onLoadParams()