| 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(); } |
no outgoing calls
no test coverage detected