Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_exporter.cpp622 gfx::Rect fullTextureBounds(0, 0, m_textureWidth, m_textureHeight); in calculateSheetSize() local
638 fullTextureBounds |= sampleBounds; in calculateSheetSize()
644 if (m_textureWidth == 0) fullTextureBounds.w += m_borderPadding; in calculateSheetSize()
645 if (m_textureHeight == 0) fullTextureBounds.h += m_borderPadding; in calculateSheetSize()
647 return gfx::Size(fullTextureBounds.x+fullTextureBounds.w, in calculateSheetSize()
648 fullTextureBounds.y+fullTextureBounds.h); in calculateSheetSize()