Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Ddoc_exporter.cpp89 m_inTextureBounds(0, 0, sprite->width(), sprite->height()) { in SampleBounds()
101 const gfx::Rect& inTextureBounds() const { return m_inTextureBounds; } in inTextureBounds()
104 void setInTextureBounds(const gfx::Rect& bounds) { m_inTextureBounds = bounds; } in setInTextureBounds()
109 gfx::Rect m_inTextureBounds; member in app::SampleBounds