Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dlayer_io.cpp82 write16(os, imgLayer->getCelsCount()); in write_layer()
H A Dlayer.h168 int getCelsCount() const { return (int)m_cels.size(); } in getCelsCount() function
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Dwrite_document.cpp198 write32(s, static_cast<const LayerImage*>(lay)->getCelsCount()); in writeLayerStructure()