Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_exporter.h74 void setListLayers(bool value) { m_listLayers = value; } in setListLayers() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cli/
H A Dcli_processor.cpp441 m_exporter->setListLayers(true); in process()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_export_sprite_sheet.cpp773 if (listLayers) exporter.setListLayers(true); in onExecute()