Home
last modified time | relevance | path

Searched refs:getCelBegin (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dlayer.cpp202 CelConstIterator it = getCelBegin(); in getMemSize()
218 CelIterator it = getCelBegin(); in destroyAllCels()
239 CelConstIterator it = getCelBegin(); in getCels()
262 auto first = getCelBegin(); in findCelIterator()
281 auto first = getCelBegin(); in findFirstCelIteratorAfter()
H A Dlayer.h164 CelIterator getCelBegin() { return m_cels.begin(); } in getCelBegin() function
166 CelConstIterator getCelBegin() const { return m_cels.begin(); } in getCelBegin() function
H A Dlayer_io.cpp49 CelConstIterator it, begin = imgLayer->getCelBegin(); in write_layer()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/crash/
H A Dwrite_document.cpp190 CelConstIterator it, begin = static_cast<const LayerImage*>(lay)->getCelBegin(); in writeLayerStructure()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc.cpp320 CelConstIterator it = sourceLayer->getCelBegin(); in copyLayerContent()
H A Ddoc_api.cpp93 CelIterator it = ((LayerImage*)layer)->getCelBegin(); in cropSprite()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/timeline/
H A Dtimeline.cpp1544 data.begin = layerImagePtr->getCelBegin(); in onPaint()