Searched refs:readObjectFromMemory (Results 1 – 2 of 2) sorted by relevance
111 return this->readObjectFromMemory(path); in readPath()115 return this->readObjectFromMemory(matrix); in readMatrix()119 return this->readObjectFromMemory(rrect); in readRRect()123 return this->readObjectFromMemory(rgn); in readRegion()148 template <typename T> bool readObjectFromMemory(T* obj) { in readObjectFromMemory() function