Home
last modified time | relevance | path

Searched defs:frameTags (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dsprite.h135 const FrameTags& frameTags() const { return m_frameTags; } in frameTags() function
136 FrameTags& frameTags() { return m_frameTags; } in frameTags() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_diff.h19 bool frameTags : 1; member
/dports/graphics/aseprite/aseprite-1.2.9/src/app/commands/
H A Dcmd_goto_frame.cpp151 TagsEntry(FrameTags& frameTags) in TagsEntry()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/cli/
H A Dcli_processor.cpp626 std::vector<doc::FrameTag*> frameTags; in saveFile() local
/dports/graphics/aseprite/aseprite-1.2.9/src/dio/
H A Daseprite_decoder.cpp756 void AsepriteDecoder::readFrameTagsChunk(doc::FrameTags* frameTags) in readFrameTagsChunk()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/file/
H A Dase_format.cpp864 …write_frame_tags_chunk(FILE* f, dio::AsepriteFrameHeader* frame_header, const FrameTags* frameTags, in ase_file_write_frame_tags_chunk()