Home
last modified time | relevance | path

Searched refs:m_tagDelta (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_exporter.h147 std::map<doc::ObjectId, std::pair<int, int> > m_tagDelta; variable
H A Ddoc_exporter.cpp578 auto& delta = m_tagDelta[tag->id()]; in captureSamples()
818 if (!m_tagDelta.empty()) in createDataFile()
819 delta = m_tagDelta[tag->id()]; in createDataFile()