Home
last modified time | relevance | path

Searched refs:readObjectFromMemory (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkReader32.h111 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
/external/skia/src/core/
DSkReader32.h111 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