Searched refs:readObjectFromMemory (Results 1 – 1 of 1) sorted by relevance
110 return this->readObjectFromMemory(path); in readPath()114 return this->readObjectFromMemory(matrix); in readMatrix()118 return this->readObjectFromMemory(rrect); in readRRect()122 return this->readObjectFromMemory(rgn); in readRegion()139 template <typename T> bool readObjectFromMemory(T* obj) { in readObjectFromMemory() function