Home
last modified time | relevance | path

Searched refs:setListFrameTags (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_exporter.h73 void setListFrameTags(bool value) { m_listFrameTags = value; } in setListFrameTags() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cli/
H A Dcli_processor.cpp447 m_exporter->setListFrameTags(true); in process()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_export_sprite_sheet.cpp774 if (listFrameTags) exporter.setListFrameTags(true); in onExecute()