Searched refs:read_cel (Results 1 – 5 of 5) sorted by relevance
19 Cel* read_cel(std::istream& is, SubObjectsIO* subObjects, bool setId = true);
32 Cel* read_cel(std::istream& is, SubObjectsIO* subObjects, bool setId) in read_cel() function
142 Cel* cel = read_cel(is, subObjects); in read_layer()
81 Cel* cel = read_cel(m_stream, &io); in onRedo()
352 return read_cel(s, this, false); in readCel()