MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / layer

Method layer

src/app/document_exporter.cpp:153–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 Document* document() const { return m_document; }
152 Sprite* sprite() const { return m_sprite; }
153 Layer* layer() const { return m_layer; }
154 frame_t frame() const { return m_frame; }
155 std::string filename() const { return m_filename; }
156 const gfx::Size& originalSize() const { return m_bounds->originalSize(); }

Callers 3

layoutSamplesMethod · 0.45
captureSamplesMethod · 0.45
renderSampleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected